Changelog for
libclang3_9-3.9.1-37.14.i586.rpm :
* Fri May 25 2018 jslabyAATTsuse.com- fix compilation on newer distros
* add these patches: compiler_rt-Fix-sanitizer-build-against-latest-glibc.patch compiler_rt-esan-Use-stack_t-instead-of-struct-sigaltstack-PR340.patch
* Mon May 29 2017 msuchanekAATTsuse.com- add aarch64-disable-memorytest.patch from llvm4
* Tue May 16 2017 idonmezAATTsuse.com- Remove lldb sub-packages now that lldb4 is in Factory
* Remove the following patches lldb-add-pthread-dl-libs.patch lldb-cmake.patch lldb-use-llvm-regex.patch
* Sat Apr 08 2017 idonmezAATTsuse.com- Fix conflicts with llvm4
* Tue Mar 28 2017 idonmezAATTsuse.com- Stop building libc++ to get ready for llvm 4.0 update
* Fri Feb 24 2017 idonmezAATTsuse.com- Enable BPF for all arches bsc#1026191
* Wed Jan 25 2017 idonmezAATTsuse.com- libc++ must depend on libc++abi
* Wed Jan 25 2017 idonmezAATTsuse.com- Stop using otherproviders() due to an rpm parser bug, use self-conflicts instead as suggested by mls.
* Tue Jan 24 2017 idonmezAATTsuse.com- Add amdgpu_revert_r280589.patch to fix an amdgpu regression bsc#1021577
* Tue Jan 17 2017 jslabyAATTsuse.com- Require LLVMgold and libLTO in llvm-devel, otherwise we get in CMake: The imported target \"LLVMgold\" references the file \"/usr/lib64/LLVMgold.so\" but this file does not exist. This happens when requiring llvm3_9-devel directly, not llvm-devel.
* Wed Dec 21 2016 idonmezAATTsuse.com- Update to version 3.9.1
* See: + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html
* Wed Sep 28 2016 toddrme2178AATTgmail.com- Update to version 3.9.0
* Clang now supports the G++ abi_tag attribute.
* Clang will no longer pass --build-id by default to the linker.
* Improved C++1z support in Clang.
* Clang now has support for all OpenCL 2.0 features.
* Added support for all non-offloading features from OpenMP 4.5,
* The static analyzer now checks for incorrect usage of MPI APIs in C and C++.
* LLVM no longer does inter-procedural analysis and optimization (except inlining) on functions with comdat linkage.
* LLVM now supports the Intel CPUs Skylake Server with AVX512 (-march=skylake-avx512) and Knights Landing (-march=knl).
* More at: + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html
* Fix the following patches: + arm_suse_support.diff + assume-opensuse.patch + clang-resourcedirs.patch + default-to-i586.patch + glibc-2.23-libcxx.patch + glibc-2.24-libcxx.patch + lldb-add-pthread-dl-libs.patch + lldb-cmake.patch + llvm-fix-find-gcc5-install.patch + llvm-remove-clang-only-flags.patch + revert-cmake-soname.patch + set-revision.patch
* Remove upstream-included patch: + llvm-nonvoid-return.patch
* Remove patch for removed files: + glibc-2.23-libcxx.patch- Backport upstream patches:
* clang-fix-substitutions-abi_tag.patch
* clang-incomplete-field-types.patch
* llvm-install-CheckAtomic.patch- Add clang%{_sonum}-include-fixer subpackage and associated libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel subpackages.- Add sanstats to llvm binary list.
* Fri Sep 23 2016 toddrme2178AATTgmail.com- Change update-alternatives to use %postun instead of %preun, which is now what Factory maintainers are requesting.- Use the minor version to set the update-alternatives priority so the most recent version of the LLVM, Clang, and LLDB are used by default.- Add LLVM rpm macros so downstream packages can have some idea how LLVM was built.
* Tue Sep 20 2016 toddrme2178AATTgmail.com- Rename libomp to make it possible to have multiple versions available.
* Fri Sep 09 2016 toddrme2178AATTgmail.com- Split the old llvm package into this version-specific package and a wrapper package.- Implement update-alternatives to allow parallel installation of many of the subpackages.- Rename subpackages that can be parallel-installed to a version-specific name based on the associated shared library\'s current .so number.- Various fixes to support the above changes.
* Wed Sep 07 2016 tchvatalAATTsuse.com- Sort a bit with spec-cleaner- Remove the latest switch for now, things should be either coinstallable or not, we don\'t need to bother around with compilation like this
* Wed Aug 31 2016 toddrme2178AATTgmail.com- Update to llvm 3.8.1
* See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html- Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8)- Change versioning of liblldb3_8 to liblldb-3_8 and use a variable to control the name instead of hard-coding it.- Use bcond_with and bcond_without to enable/disable build options instead of hard-coding them.- Put buildrequires as requires in -devel packages to avoid linker errors when building packages against the -devel packages.- Add ffi support (disabled by default).- Add oprofile support (disabled by default).- Add valgrind support (disabled by default).- Link cmake files to the normal cmake file directory to allow autodetection of cmake interfaces.- Remove unused lldb components from main spec file.- Split llvm python bindings into own subpackage.- Split emacs plugin into own subpackage- Move additional vim plugins into vim plugins package- Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages- Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since they aren\'t architecture-specific.- Make packages besides llvm, llvm-clang, and the shared libraries conflict with other versions. This will be important when multiple LLVM versions are supported.- Various spec file cleanups- Rebase patches:
* arm_suse_support.diff
* assume-opensuse.patch
* clang-resourcedirs.patch
* default-to-i586.patch
* glibc-2.23-libcxx.patch
* glibc-2.24-libcxx.patch
* lldb-add-pthread-dl-libs.patch
* lldb-cmake.patch
* llvm-fix-find-gcc5-install.patch
* llvm-nonvoid-return.patch
* llvm-remove-clang-only-flags.patch
* revert-cmake-soname.patch
* set-revision.patch
* Fri Aug 26 2016 tchvatalAATTsuse.com- Start conversion to use cmake macros with now introduced compatibility for ninja- Reduce number of threads if we don\'t have enough memory- Add patch for the nonvoid returns:
* llvm-nonvoid-return.patch
* Thu Jul 28 2016 normandAATTlinux.vnet.ibm.com- for ppc64le set memory to 4GB in _constraints file (failure in Factory:PowerPC)
* Wed Jul 13 2016 schwabAATTsuse.de- glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24
* Wed May 18 2016 ronisbrAATTgmail.com- Build LLDB separated from LLVM.- Re-enable python bindings for the LLDB API.
* Wed May 18 2016 idonmezAATTsuse.com- Disable libcxx/lldb/openmp for SLE fate#319582
* Mon Apr 25 2016 idonmezAATTsuse.com- Update rpmlintrc to whitelist libLTO.so
* Mon Apr 11 2016 idonmezAATTsuse.com- Re-enable glibc-2.23 patch for Tumbleweed
* Sun Apr 10 2016 dmuellerAATTsuse.com- fix arm_suse_support.diff for armv6hl- adjust compile flags for llvm on armv6hl (fixes Mesa build)
* Mon Apr 04 2016 idonmezAATTsuse.com- Update llvm-remove-clang-only-flags.patch to remove - Wcovered-switch-default flag for gcc compatibility.
* Wed Mar 16 2016 idonmezAATTsuse.com- Use gcc for stage1 bootstrap- Add back libstdc++-devel dependency for clang since libc++ is only available for x86-64 atm.
* Thu Mar 10 2016 idonmezAATTsuse.com- Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually hits the Factory.
* Tue Mar 08 2016 idonmezAATTsuse.com- Update to llvm 3.8.0
* See http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html- Fold lldb build into llvm and disable python support- Drop clang-disable-ada-extension.patch, libcxxabi-exceptions.patch and cmake-host-triple.patch- Add revert-cmake-soname.patch to fix soname handling
* Wed Mar 02 2016 idonmezAATTsuse.com- Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23
* Sat Oct 03 2015 mimi.vxAATTgmail.com- Remove FFI support because its fragile
* Sun Sep 27 2015 idonmezAATTsuse.com- Enable OpenMP for x86, x86_64, ppc64 and ppc64le
* Mon Sep 14 2015 idonmezAATTsuse.com- Enable all targets on x86, x86_64
* Wed Sep 02 2015 idonmezAATTsuse.com- Update to version 3.7.0
* See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html- Merge aarch64-suse-support.patch into arm_suse_support.diff- Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch- Remove llvm-fix-parsearmarch.patch, upstream.
* Tue May 26 2015 roAATTsuse.de- fix build on s390x (one typo in ifarch and one change in filelist)
* Mon May 25 2015 idonmezAATTsuse.com- Update to version 3.6.1
* No changelog upstream
* Fri Apr 24 2015 idonmezAATTsuse.com- Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs.
* Mon Mar 02 2015 idonmezAATTsuse.com- Update to version 3.6.0
* See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html- Add python-xml dependency for regression tests- Removed the following patches, fixed upstream:
* arm-remove-xfails.diff
* libcxx-libdir.patch
* llvm-config-lib64.patch
* llvm-fix-intrusiverefcntptr.patch
* Fri Feb 20 2015 rguentherAATTsuse.com- Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools with GCC 5.- Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5.
* Wed Jan 28 2015 idonmezAATTsuse.com- Add a gcc dependency for clang, this is heavyweight but we need libgcc_s which comes with the gcc package (bnc#893359)
* Fri Dec 12 2014 idonmezAATTsuse.com- Conditionalize libcxx{abi} build on build_libcxx variable- Turn libc++.so into an ldscript so it links to libc++abi automatically.
* Tue Oct 21 2014 dmuellerAATTsuse.com- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)