Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm14 for openSUSE:Factory checked in at 2022-05-04 15:10:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm14 (Old) and /work/SRC/openSUSE:Factory/.llvm14.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm14" Wed May 4 15:10:18 2022 rev:3 rq:974221 version:14.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm14/llvm14.changes 2022-04-30 00:44:38.418904700 +0200 +++ /work/SRC/openSUSE:Factory/.llvm14.new.1538/llvm14.changes 2022-05-04 15:10:20.676112555 +0200 @@ -1,0 +2,9 @@ +Sat Apr 30 12:32:33 UTC 2022 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- 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. + +------------------------------------------------------------------- Old: ---- clang-14.0.1.src.tar.xz clang-docs-14.0.1.src.tar.xz clang-tools-extra-14.0.1.src.tar.xz compiler-rt-14.0.1.src.tar.xz libcxx-14.0.1.src.tar.xz libcxxabi-14.0.1.src.tar.xz lld-14.0.1.src.tar.xz lldb-14.0.1.src.tar.xz llvm-14.0.1.src.tar.xz llvm-docs-14.0.1.src.tar.xz openmp-14.0.1.src.tar.xz polly-14.0.1.src.tar.xz New: ---- clang-14.0.3.src.tar.xz clang-docs-14.0.3.src.tar.xz clang-tools-extra-14.0.3.src.tar.xz compiler-rt-14.0.3.src.tar.xz libcxx-14.0.3.src.tar.xz libcxxabi-14.0.3.src.tar.xz lld-14.0.3.src.tar.xz lldb-14.0.3.src.tar.xz llvm-14.0.3.src.tar.xz llvm-docs-14.0.3.src.tar.xz openmp-14.0.3.src.tar.xz polly-14.0.3.src.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm14.spec ++++++ --- /var/tmp/diff_new_pack.pyhzep/_old 2022-05-04 15:10:22.788115152 +0200 +++ /var/tmp/diff_new_pack.pyhzep/_new 2022-05-04 15:10:22.804115172 +0200 @@ -16,14 +16,14 @@ # -%define _relver 14.0.1 +%define _relver 14.0.3 %define _version %_relver%{?_rc:rc%_rc} %define _tagver %_relver%{?_rc:-rc%_rc} %define _minor 14.0 %define _sonum 14 %define _itsme14 1 # Integer version used by update-alternatives -%define _uaver 1401 +%define _uaver 1403 %define _soclang 13 %define _socxx 1 @@ -40,7 +40,7 @@ %endif # We use gold where we want to use ThinLTO, but where lld isn't supported (well). -%ifarch %{ix86} ppc64 s390x +%ifarch ppc64 s390x %bcond_without gold %else %bcond_with gold ++++++ clang-14.0.1.src.tar.xz -> clang-14.0.3.src.tar.xz ++++++ /work/SRC/openSUSE:Factory/llvm14/clang-14.0.1.src.tar.xz /work/SRC/openSUSE:Factory/.llvm14.new.1538/clang-14.0.3.src.tar.xz differ: char 27, line 1 ++++++ clang-docs-14.0.1.src.tar.xz -> clang-docs-14.0.3.src.tar.xz ++++++ ++++ 1978 lines of diff (skipped) ++++++ clang-tools-extra-14.0.1.src.tar.xz -> clang-tools-extra-14.0.3.src.tar.xz ++++++ ++++ 1524662 lines of diff (skipped) ++++++ compiler-rt-14.0.1.src.tar.xz -> compiler-rt-14.0.3.src.tar.xz ++++++ ++++ 1205753 lines of diff (skipped) ++++++ libcxx-14.0.1.src.tar.xz -> libcxx-14.0.3.src.tar.xz ++++++ ++++ 2035234 lines of diff (skipped) ++++++ libcxxabi-14.0.1.src.tar.xz -> libcxxabi-14.0.3.src.tar.xz ++++++ ++++ 121282 lines of diff (skipped) ++++++ lld-14.0.1.src.tar.xz -> lld-14.0.3.src.tar.xz ++++++ ++++ 536827 lines of diff (skipped) ++++++ lldb-14.0.1.src.tar.xz -> lldb-14.0.3.src.tar.xz ++++++ /work/SRC/openSUSE:Factory/llvm14/lldb-14.0.1.src.tar.xz /work/SRC/openSUSE:Factory/.llvm14.new.1538/lldb-14.0.3.src.tar.xz differ: char 26, line 1 ++++++ llvm-14.0.1.src.tar.xz -> llvm-14.0.3.src.tar.xz ++++++ /work/SRC/openSUSE:Factory/llvm14/llvm-14.0.1.src.tar.xz /work/SRC/openSUSE:Factory/.llvm14.new.1538/llvm-14.0.3.src.tar.xz differ: char 26, line 1 ++++++ llvm-do-not-install-static-libraries.patch ++++++ --- /var/tmp/diff_new_pack.pyhzep/_old 2022-05-04 15:10:32.404126977 +0200 +++ /var/tmp/diff_new_pack.pyhzep/_new 2022-05-04 15:10:32.408126982 +0200 @@ -2,10 +2,10 @@ want after installation. By not copying them in the first place we reduce the disk usage during installation. -Index: clang-14.0.1.src/cmake/modules/AddClang.cmake +Index: clang-14.0.3.src/cmake/modules/AddClang.cmake =================================================================== ---- a/clang-14.0.1.src/cmake/modules/AddClang.cmake -+++ b/clang-14.0.1.src/cmake/modules/AddClang.cmake +--- a/clang-14.0.3.src/cmake/modules/AddClang.cmake ++++ b/clang-14.0.3.src/cmake/modules/AddClang.cmake @@ -106,12 +106,15 @@ macro(add_clang_library name) if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ARG_INSTALL_WITH_TOOLCHAIN) @@ -68,10 +68,10 @@ endif() if (ARG_MODULE) set_target_properties(${name} PROPERTIES FOLDER "Loadable modules") -Index: lld-14.0.1.src/cmake/modules/AddLLD.cmake +Index: lld-14.0.3.src/cmake/modules/AddLLD.cmake =================================================================== ---- a/lld-14.0.1.src/cmake/modules/AddLLD.cmake -+++ b/lld-14.0.1.src/cmake/modules/AddLLD.cmake +--- a/lld-14.0.3.src/cmake/modules/AddLLD.cmake ++++ b/lld-14.0.3.src/cmake/modules/AddLLD.cmake @@ -17,13 +17,6 @@ macro(add_lld_library name) if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY) @@ -86,10 +86,10 @@ if (${ARG_SHARED} AND NOT CMAKE_CONFIGURATION_TYPES) add_llvm_install_targets(install-${name} DEPENDS ${name} -Index: polly-14.0.1.src/cmake/polly_macros.cmake +Index: polly-14.0.3.src/cmake/polly_macros.cmake =================================================================== ---- a/polly-14.0.1.src/cmake/polly_macros.cmake -+++ b/polly-14.0.1.src/cmake/polly_macros.cmake +--- a/polly-14.0.3.src/cmake/polly_macros.cmake ++++ b/polly-14.0.3.src/cmake/polly_macros.cmake @@ -42,12 +42,14 @@ macro(add_polly_library name) llvm_config(${name} ${LLVM_LINK_COMPONENTS}) endif( LLVM_LINK_COMPONENTS ) @@ -110,10 +110,10 @@ endmacro(add_polly_library) macro(add_polly_loadable_module name) -Index: polly-14.0.1.src/lib/CMakeLists.txt +Index: polly-14.0.3.src/lib/CMakeLists.txt =================================================================== ---- a/polly-14.0.1.src/lib/CMakeLists.txt -+++ b/polly-14.0.1.src/lib/CMakeLists.txt +--- a/polly-14.0.3.src/lib/CMakeLists.txt ++++ b/polly-14.0.3.src/lib/CMakeLists.txt @@ -74,7 +74,7 @@ set_target_properties(PollyCore PROPERTI # It depends on all library it needs, such that with # LLVM_POLLY_LINK_INTO_TOOLS=ON, its dependencies like PollyISL are linked as ++++++ llvm-docs-14.0.1.src.tar.xz -> llvm-docs-14.0.3.src.tar.xz ++++++ /work/SRC/openSUSE:Factory/llvm14/llvm-docs-14.0.1.src.tar.xz /work/SRC/openSUSE:Factory/.llvm14.new.1538/llvm-docs-14.0.3.src.tar.xz differ: char 27, line 1 ++++++ openmp-14.0.1.src.tar.xz -> openmp-14.0.3.src.tar.xz ++++++ ++++ 418738 lines of diff (skipped) ++++++ polly-14.0.1.src.tar.xz -> polly-14.0.3.src.tar.xz ++++++ /work/SRC/openSUSE:Factory/llvm14/polly-14.0.1.src.tar.xz /work/SRC/openSUSE:Factory/.llvm14.new.1538/polly-14.0.3.src.tar.xz differ: char 26, line 1