Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dd_rescue for openSUSE:Factory 
checked in at 2023-02-11 22:20:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dd_rescue (Old)
 and      /work/SRC/openSUSE:Factory/.dd_rescue.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dd_rescue"

Sat Feb 11 22:20:13 2023 rev:56 rq:1064255 version:1.99.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/dd_rescue/dd_rescue.changes      2023-01-11 
14:32:56.428515182 +0100
+++ /work/SRC/openSUSE:Factory/.dd_rescue.new.1848/dd_rescue.changes    
2023-02-11 22:20:14.188091721 +0100
@@ -1,0 +2,6 @@
+Wed Feb  8 16:00:38 UTC 2023 - Martin Liška <mli...@suse.cz>
+
+- Disable strict aliasing due to its violation:
+  https://sourceforge.net/p/ddrescue/tickets/6/
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dd_rescue.spec ++++++
--- /var/tmp/diff_new_pack.NPKmpr/_old  2023-02-11 22:20:14.636094462 +0100
+++ /var/tmp/diff_new_pack.NPKmpr/_new  2023-02-11 22:20:14.640094486 +0100
@@ -127,7 +127,9 @@
 # avoid running dependency generation step
 touch .dep
 
-OPT_FLAGS="%{optflags}"
+# GCC 13 newly detects a violation of the strict aliasing rule:
+# https://sourceforge.net/p/ddrescue/tickets/6/
+OPT_FLAGS="%{optflags} -fno-strict-aliasing"
 %make_build RPM_OPT_FLAGS="$OPT_FLAGS" LIBDIR=%{_libdir} LIB=%{_lib}
 
 %install
@@ -140,7 +142,7 @@
 %endif
 
 %check
-%make_build RPM_OPT_FLAGS="%{optflags} -fcommon" check
+%make_build RPM_OPT_FLAGS="%{optflags} -fcommon -fno-strict-aliasing" check
 
 %files
 %doc README.dd_rescue TODO

Reply via email to