|
|
|
|
Changelog for llvm15-libc++1-15.0.7-49.4.x86_64.rpm :
* 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]].- Require 8 GB memory for 64-bit architectures to prevent OOM.- 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 Oct 19 2023 Aaron Puchert - Disable zstd support for now regardless of whether libzstd-devel is installed. (boo#1216121) * Thu Jun 15 2023 Aaron Puchert - Make python3-clang noarch again and fix conflicts/provides to point to %python3_sitelib instead of %python3_sitearch. * Sat Mar 11 2023 Aaron Puchert - Add llvm-suse-implicit-gnu.patch to recognize -suse-linux as implicitly GNU. Without this we would get library calls for fused-multiply-add even if it\'s available in hardware.- Add openmp-drop-rpath.patch: backport revert of adding RUNPATH to openmp executables. (boo#1206837) * Thu Mar 09 2023 Dirk Müller - update constraints to exclude workers with very slow CPU * Sat Jan 14 2023 Aaron Puchert - Update to version 15.0.7. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0.- Rebase llvm-do-not-install-static-libraries.patch.- Build stage 2 with -fno-plt on x86_64: since building with - Wl,-z,now the PLT stubs are basically dead code, so eliminating the indirection reduces the number of branches and improves code locality for the quite frequent cross-DSO calls.- Add llvm-workaround-superfluous-branches.patch: hints LLVM to eliminate branches until gh#llvm/llvm-project#28804 is solved. * Sun Dec 04 2022 Aaron Puchert - Update to version 15.0.6. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0.- Rebase llvm-do-not-install-static-libraries.patch. * Wed Nov 16 2022 Aaron Puchert - Update to version 15.0.5. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0.- Remove obsolete lldb-swig-4.1.0-build-fix.patch.- Rebase llvm-do-not-install-static-libraries.patch. * Sun Nov 06 2022 Aaron Puchert - Update to version 15.0.4. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0.- Rebase llvm-do-not-install-static-libraries.patch. * Thu Oct 27 2022 Aaron Puchert - Update to version 15.0.3. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0.- Add llvm-armv7-fix-vector-compare-with-zero-lowering.patch: Fix lowering of non-canonical vector comparison with zero on armv7, preventing a crash (boo#1204267, gh#llvm/llvm-project#58514).- Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0.- Rebase llvm-do-not-install-static-libraries.patch. * Tue Oct 04 2022 Aaron Puchert - Update to version 15.0.2. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0.- Rebase llvm-do-not-install-static-libraries.patch. * Thu Sep 22 2022 Aaron Puchert - Update to version 15.0.1. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0.- Rebase llvm-do-not-install-static-libraries.patch. * Wed Sep 21 2022 Aaron Puchert - Always drop -gnu from triple for consistency. Patch a test that was looking for -linux- in clang-test-xfail-gnuless-triple.patch. * Mon Sep 12 2022 Andreas Schwab - Use correct LLVM_HOST_TRIPLE for riscv64 * Tue Sep 06 2022 Aaron Puchert - Update to version 15.0.0. * For details, see the release notes: - https://releases.llvm.org/15.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfod: Provides debug info to remote hosts. - llvm-dwarfutil: Can copy and manipulate debug info. - llvm-remark-size-diff: Compute diff between remark files. * New Clang tools: - clang-offload-packager: Bundle multiple objects into single fat binaries including offload code. - clang-pseudo: Approximate heuristic parser for C++.- Rebase patches: * check-no-llvm-exegesis.patch * link-clang-tools-extra-shared.patch * lld-default-sha1.patch * llvm-do-not-install-static-libraries.patch * lto-disable-cache.patch- Drop patches that have landed upstream: * clang-repl-private-deps.patch * llvm-glibc-2-36.patch * llvm-scev-fix-isImpliedViaMerge.patch- Drop llvm-lifetime-for-rust.patch: this is now solved via attributes and LLVM doesn\'t need a hardcoded list of allocation functions anymore.- Add llvm-link-atomic.patch to fix build on ppc.- Add libcxx-test-library-path.patch to fix libc++ tests failing without RUNPATH on libc++.so.- Add libcxxabi-fix-armv7-test.patch to fix tests on armv7l.- Thanks to Andreas Schwab for most of the rebasing! * 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-scev-fix-isImpliedViaMerge.patch: fixes a miscompilation caused by mixing up values of the current and previous iteration. (See gh#llvm/llvm-project#56242.) * Fri Aug 26 2022 Aaron Puchert - Add llvm-lifetime-for-rust.patch to have Rust memory management functions considered as lifetime markers. This should aid dead store elimination to dynamically allocated memory in Rust code. * Tue Aug 23 2022 Aaron Puchert - Don\'t declare python3-clang as noarch: Python packages are installed into %{_libdir}. * Sat Aug 13 2022 Aaron Puchert - Use black RPM macro magic to deduplicate binary lists. This should have no effect on the generated RPM but shaves ~400 lines off the specfile and hopefully makes future maintenance easier. * Wed Aug 10 2022 Aaron Puchert - Add WebAssembly support for all architectures. * Tue Aug 09 2022 Martin Liška - Add llvm-glibc-2-36.patch in order to address boo#1202215. * Mon Jul 04 2022 Aaron Puchert - Update to version 14.0.6. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0.- Rebase llvm-do-not-install-static-libraries.patch. * Thu Jun 16 2022 Aaron Puchert - Update to version 14.0.5. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0.- Rebase llvm-do-not-install-static-libraries.patch. * Sat May 28 2022 Aaron Puchert - Update to version 14.0.4. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0.- Don\'t use gold for linking anymore: on s390x we use ld.bfd with LLVMgold.so, on ppc64 we disable ThinLTO for now.- 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.- Prefer RPM macros over shell scripting, so that we can better inspect the build script with substitutions in place.- More memory for stage 1 build jobs due to recent OOMs.- Add %_libclang_sonum RPM macro to llvm-devel, since that might now diverge from %_llvm_sonum.- Rebase llvm-do-not-install-static-libraries.patch. * Sat Apr 30 2022 Aaron Puchert - Update to version 14.0.3. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0.- Rebase llvm-do-not-install-static-libraries.patch.- Use ThinLTO with lld on i586. * Sun Apr 24 2022 Aaron Puchert - Update to version 14.0.1. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0.- Rebase llvm-do-not-install-static-libraries.patch.- Drop obsolete patches: * PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch- Don\'t override default linker flags. (We were losing -Wl,-z,now.) * Sun Apr 03 2022 Aaron Puchert - Update to version 14.0.0. * For details, see the release notes: - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfod-find: Tool to fetch debuginfod artifacts. - llvm-tli-checker: LLVM TargetLibraryInfo versus SDK checker. * New Clang tools: - clang-linker-wrapper: A wrapper utility over the host linker. - clang-nvlink-wrapper: A wrapper tool over nvlink program.- Add clang-repl-private-deps.patch to make link dependencies of clang-repl private, otherwise CMake can\'t install.- Add PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch to fix build on PowerPC (32-bit).- Drop llvm-exegesis-link-dylib.patch, instead we don\'t build llvm-exegesis anymore and add check-no-llvm-exegesis.patch to disable the corresponding tests.- Rebase patches: * lldb-cmake.patch * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch- Drop patches that have landed upstream: * llvm-update-extract-section-script.patch * 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. * 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 * Sat Dec 18 2021 Aaron Puchert - BuildRequires: python-rpm-macros to fix Leap 15.3 build.- More memory for GCC compile jobs. * Fri Nov 12 2021 Alberto Planas Dominguez - Add FileCheck into the devel package, as is required for testing Rust (boo#1192629) * Tue Nov 02 2021 Aaron Puchert - Let clang recommend gcc and glibc-devel as we need both for building executables. No hard requirement because Clang can be used as a frontend only. (boo#1191587)- Set minimal CMake version required. * Tue Nov 02 2021 Martin Liška - Backport llvm-fix-building-with-GCC-12.patch in order to fix building with GCC 12. * Sat Oct 02 2021 Aaron Puchert - Update to version 13.0.0. * For details, see the release notes: - https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/13.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/13.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-otool: Mach-O object file displaying tool. - llvm-sim: LLVM IR Similarity Visualizer. - llvm-tapi-diff: Diff tool for tbd files. - llvm-windres: Tool to manipulate Windows resources. * llvm-elfabi was removed. * New Clang tools: - clang-repl, an interactive interpreter for C/C++. - intercept-build, analyze-build: the former intercepts build commands to build a compilation database, the latter runs the static analyzer over all translation units. - scan-build-py: Python reimplementation of scan-build.- Rebase patches: * link-clang-shared.patch * llvm-do-not-install-static-libraries.patch * llvm-exegesis-link-dylib.patch- Drop patches that have landed upstream: * tablegen-test-link-static.patch- Run tests on more architectures, disable those that seem to hang. Don\'t run libcxx tests at all anymore because they take so long.- Relax constraints so that we can build on more machines. * Sat Sep 18 2021 Aaron Puchert - Set CMAKE_LINKER to workaround CMake wanting to use lld just because we\'re using clang as compiler. Fixes build on aarch64. (https://bugs.llvm.org/show_bug.cgi?id=51115) * Sat Jul 10 2021 Aaron Puchert - Update to version 12.0.1. * This release contains bug-fixes for the LLVM 12.0.0 release. This release is API and ABI compatible with 12.0.0.- Rebase llvm-do-not-install-static-libraries.patch.- Drop obsolete patches: * clangd-cmake-non-standard-layout.patch * compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch * lld-no-version-on-undefined-weak-lazy-symbols.patch * Fri Jul 02 2021 Aaron Puchert - Add compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch: Fix build with linux-glibc-devel 5.13. * Thu May 13 2021 Martin Liška - Set memory limits for DWZ to 4x. * Fri Apr 16 2021 Aaron Puchert - Update to version 12.0.0. * For details, see the release notes: - https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/lld/docs/ReleaseNotes.html- Rebase patches: * assume-opensuse.patch * lldb-cmake.patch * llvm-better-detect-64bit-atomics-support.patch * llvm-do-not-install-static-libraries.patch * llvm_build_tablegen_component_as_shared_library.patch- Drop patches that have landed upstream: * Fix-missing-include.patch- Always use ld.bfd for stage 1, use lld for stage 2 where we use ThinLTO and where it\'s supported, gold where lld doesn\'t work, and ld.bfd where we don\'t use ThinLTO. (boo#1181621)- Add lld-no-version-on-undefined-weak-lazy-symbols.patch to fix a bug in lld that made libLLVM.so contain a corrupt symbol version.- Add clangd-cmake-non-standard-layout.patch to fix build in our non-monorepo layout. * Sun Feb 14 2021 Aaron Puchert - Don\'t use gold and ThinLTO on ppc64le because of boo#1181621.- Fix-missing-include.patch: fix build with GCC 11. (boo#1181875)- CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch: Fix target component lookup. (boo#1180748) * Sat Jan 09 2021 Aaron Puchert - Update to version 11.0.1. * This release contains bug-fixes for the LLVM 11.0.0 release. This release is API and ABI compatible with 11.0.0.- Rebase llvm-do-not-install-static-libraries.patch.- Drop obsolete compiler-rt-dont-compile-assembly-files-as-c.patch.- Make documentation tarballs more reproducible. * Wed Jan 06 2021 Guillaume GARDET - Increase required RAM for aarch64 * Fri Jan 01 2021 Callum Farmer - Move BFD plugins to %{_libdir}
|
|
|