Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liburing for openSUSE:Factory 
checked in at 2023-12-07 19:08:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liburing (Old)
 and      /work/SRC/openSUSE:Factory/.liburing.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liburing"

Thu Dec  7 19:08:49 2023 rev:19 rq:1130864 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/liburing/liburing.changes        2023-09-17 
19:29:22.177733570 +0200
+++ /work/SRC/openSUSE:Factory/.liburing.new.25432/liburing.changes     
2023-12-07 19:08:54.307937724 +0100
@@ -1,0 +2,10 @@
+Mon Dec  4 16:39:29 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Fix build on 32-bit x86
+
+-------------------------------------------------------------------
+Thu Nov 30 15:26:15 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Make use of openSUSE build flags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liburing.spec ++++++
--- /var/tmp/diff_new_pack.WRcKhF/_old  2023-12-07 19:08:54.847957649 +0100
+++ /var/tmp/diff_new_pack.WRcKhF/_new  2023-12-07 19:08:54.851957796 +0100
@@ -70,6 +70,12 @@
 
 %build
 # not autotools, so configure macro doesn't work
+%set_build_flags
+%ifarch %{ix86}
+# Otherwise 32-bit x86 fails with: undefined reference to 
`__stack_chk_fail_local'
+export CFLAGS="%{optflags} -fno-stack-protector"
+export CPPFLAGS="%{optflags} -fno-stack-protector"
+%endif
 sh ./configure --prefix=%{_prefix} \
             --includedir=%{_includedir} \
             --libdir=/%{_libdir} \

Reply via email to