Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fixmath for openSUSE:Factory checked in at 2023-03-24 15:16:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fixmath (Old) and /work/SRC/openSUSE:Factory/.fixmath.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fixmath" Fri Mar 24 15:16:01 2023 rev:5 rq:1073574 version:2022.07.20 Changes: -------- --- /work/SRC/openSUSE:Factory/fixmath/fixmath.changes 2023-03-17 17:01:02.724669088 +0100 +++ /work/SRC/openSUSE:Factory/.fixmath.new.31432/fixmath.changes 2023-03-24 15:16:03.729510719 +0100 @@ -1,0 +2,5 @@ +Tue Mar 21 14:54:01 UTC 2023 - Danilo Spinella <danilo.spine...@suse.com> + +- Properly use optflags when building, bsc#1209201 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fixmath.spec ++++++ --- /var/tmp/diff_new_pack.hvwQYk/_old 2023-03-24 15:16:04.317513857 +0100 +++ /var/tmp/diff_new_pack.hvwQYk/_new 2023-03-24 15:16:04.321513879 +0100 @@ -45,6 +45,7 @@ Summary: Header files for fixmath, a fixed-point math library Requires: %name = %version Conflicts: %name < %version-%release +BuildArch: noarch %description devel fixmath is a fixed-point math operations library written in C and @@ -57,8 +58,8 @@ %build # Fix lto-no-text-in-archive rpmlint error -export CFLAGS="${CFLAGS} -ffat-lto-objects" -export CXXFLAGS="${CXXFLAGS} -ffat-lto-objects" +export CFLAGS="%{optflags} -ffat-lto-objects" +export CXXFLAGS="%{optflags} -ffat-lto-objects" %if !0%{?is_opensuse} && 0%{?sle_version} < 150000 # Remove -fsanitize=undefined opts in SLE-12-SP5 sed -e '/set(sanitizer_opts/d' -i tests/tests.cmake