SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for llvm13-devel-13.0.1-18.3.x86_64.rpm :

* Sat Nov 16 2024 Aaron Puchert - Apply clang-shlib-symbol-versioning.patch to add symbol versions to libclang-cpp.so similar to libLLVM.so. This is required when multiple versions of the library are loaded into the same process. (boo#1219405, boo#1221183, boo#1233220)
* Tue Aug 20 2024 Aaron Puchert - Add minor version to Python shebangs. (boo#1212476)- Remove shebang and executable bit where not needed.
* Wed Apr 03 2024 Aaron Puchert - Use old conflicts/provides for python3-clang on Leap.
* Wed Mar 06 2024 Michael Gorse - Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being pulled in by cmake in SLE-15-SP6.
* Mon Mar 04 2024 Aaron Puchert - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]].- Disable test that fails on ppc64le.
* Fri Mar 01 2024 pgajdosAATTsuse.com- Use %patch -P N instead of deprecated %patchN.
* Thu Jan 11 2024 Fabian Vogt - Use %_target_
* for determining the compiler host triple (boo#1218701)
* Thu Nov 30 2023 Aaron Puchert - Manage clang-cpp with update-alternatives like other binaries.
* Thu Jun 15 2023 Aaron Puchert - Fix conflicts/provides for python3-clang to point to %python3_sitelib instead of %python3_sitearch.
* Tue May 09 2023 Aaron Puchert - Don\'t use gold for linking anymore: on s390x we use ld.bfd with LLVMgold.so, on ppc64 we disable ThinLTO for now. (boo#1210688)- Using ld.bfd on s390x exposed an issue with the existing llvm_build_tablegen_component_as_shared_library.patch: linking llvm-tblgen with libLLVM.so means we also have to link libraries used for that (like LLVMTableGenGlobalISel) with libLLVM.so.- Rewrite summary and description for llvm-gold to point out that it can also be used with ld.bfd, recommend with binutils.
* Fri Mar 24 2023 Ben Greiner - Add llvm-gcc13-issue55711.patch
* Fix gh#llvm/llvm-project#55711 with gcc13
* Sun Oct 30 2022 Aaron Puchert - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0.
* Sat Sep 03 2022 Aaron Puchert - Make sure we keep -DNDEBUG. At some point %{optflags} must have lost it, perhaps because CMake usually adds it on top. So when overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF, because that\'s the default anyway and hasn\'t helped here.- Add llvm-glibc-2-36.patch in order to address boo#1202215.
* Sun Apr 24 2022 Aaron Puchert - Don\'t override default linker flags. (We were losing -Wl,-z,now.)
* Sun Apr 03 2022 Aaron Puchert - Split up Clang libraries: libclang.so is no longer so-versioned alongside LLVM but will stay at libclang.so.13 for now. So we put it into a separate package from libclang-cpp.so. Since we can\'t have multiple LLVM versions generate the same package, we prefix it for the non-default LLVM with a mechanism inspired by the GCC packaging.- Patch exported clang/ClangTargets-relwithdebinfo.cmake to refer to libclang only by soname, because the installed library might be newer than the one originally build with the package.- Use the same mechanism to for libc++ and package Clang scripts only for the default version. This means we\'ll no longer have to touch the package when a new major version comes out.- Make sure we properly clean up the clang scripts if we\'re not packaging them.- Let python3-clang use libclang.so.XX, which means we can always build it and makes it depend on libclang instead of clang-devel.- Fix some rpmlint issues: we don\'t need explicit library dependencies that are detected automatically, and we add proper library dependencies to the
*-devel packages.- Merge llvm-LTO-devel into llvm-devel. That\'s where the header files already are, and they are hard to separate.- Let llvm-polly-devel depend on llvm-devel.- Remove libLTO and
*-devel packages from baselibs, they don\'t seem to be needed. We mostly need libLLVM and maybe libclang-cpp.- Consistently set host triple as
*-suse-linux-gnu
*.- Only suggest documentation packages.
* Wed Mar 09 2022 Dirk Müller - Add llvm-rust-mangle-for-fastcall.patch for rust 1.59.
* Sun Mar 06 2022 Dirk Müller - Fix armv6hl cpu architecture typo.
* Sat Feb 19 2022 Aaron Puchert - Let clang-devel accept a newer version of clang-tools: we don\'t keep multiple versions of the latter.
* Tue Feb 15 2022 Aaron Puchert - AND instead of OR in License tag after sr#954337.
* Mon Feb 14 2022 Aaron Puchert - More conflicts for addition to Leap: clang-tools conflicts with llvm9 because that doesn\'t have the move of hmaptool yet, and llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz.
* Tue Feb 08 2022 Aaron Puchert - Add SUSE_Backports_policy-SLE_conflict to rpmlintrc, we\'re deliberately conflicting with SLE here to offer a newer version than what SUSE wants to support. (https://code.opensuse.org/leap/features/issue/55)
* Thu Feb 03 2022 Aaron Puchert - Update to version 13.0.1.
* This release contains bug-fixes for the LLVM 13.0.0 release. This release is API and ABI compatible with 13.0.0.- Rebase llvm-do-not-install-static-libraries.patch.- Drop obsolete patches:
* llvm-fix-building-with-GCC-12.patch- Drop RUNPATH from packaged binaries, instead set LD_LIBRARY_PATH for building and testing to simulate behavior of actual package.
* Mon Jan 31 2022 Andreas Schwab - Update constraints for riscv64
* Thu Jan 20 2022 John Paul Adrian Glaubitz - Add support for experimental targets and enable the M68k backend- Add patch to fix testsuite after enabling the M68k backend + llvm-update-extract-section-script.patch
 
ICM