Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpm for openSUSE:Factory checked in at 2025-03-31 11:38:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpm (Old) and /work/SRC/openSUSE:Factory/.rpm.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm" Mon Mar 31 11:38:07 2025 rev:321 rq:1256239 version:4.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rpm/rpm.changes 2025-03-10 17:58:32.221558812 +0100 +++ /work/SRC/openSUSE:Factory/.rpm.new.2696/rpm.changes 2025-03-31 11:39:20.826630926 +0200 @@ -1,0 +2,7 @@ +Wed Mar 26 14:48:09 CET 2025 - m...@suse.de + +- Backport check_c_compiler_flag cmake tests fix from upstream + The old code would pick up -fhardened by accident + * new patch: cmake_fhardened.diff + +------------------------------------------------------------------- New: ---- cmake_fhardened.diff BETA DEBUG BEGIN: New:/work/SRC/openSUSE:Factory/.rpm.new.2696/rpm.changes- The old code would pick up -fhardened by accident /work/SRC/openSUSE:Factory/.rpm.new.2696/rpm.changes: * new patch: cmake_fhardened.diff /work/SRC/openSUSE:Factory/.rpm.new.2696/rpm.changes- BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpm.spec ++++++ --- /var/tmp/diff_new_pack.CRYgIX/_old 2025-03-31 11:39:22.294691758 +0200 +++ /var/tmp/diff_new_pack.CRYgIX/_new 2025-03-31 11:39:22.294691758 +0200 @@ -123,6 +123,7 @@ Patch154: undefbuildroot.diff Patch155: rpm2archive.diff Patch156: mtime_policy_set.diff +Patch157: cmake_fhardened.diff Patch6464: auto-config-update-aarch64-ppc64le.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build # @@ -241,7 +242,7 @@ %patch -P 131 -P 133 -P 134 -P 135 -P 136 -P 138 %patch -P 139 %patch -P 141 -P 142 -%patch -P 150 -P 151 -P 154 -P 155 -P 156 +%patch -P 150 -P 151 -P 154 -P 155 -P 156 -P 157 %ifarch aarch64 ppc64le riscv64 loongarch64 %patch -P 6464 ++++++ cmake_fhardened.diff ++++++ --- CMakeLists.txt.orig 2025-03-26 13:46:52.439473029 +0000 +++ CMakeLists.txt 2025-03-26 13:47:07.991447862 +0000 @@ -436,7 +436,7 @@ foreach (flag -fno-strict-overflow -fno- if (found) add_compile_options(${flag}) endif() - unset(found) + unset(found CACHE) endforeach() # generated sources