Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package guile for openSUSE:Factory checked 
in at 2022-03-24 22:56:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guile (Old)
 and      /work/SRC/openSUSE:Factory/.guile.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guile"

Thu Mar 24 22:56:51 2022 rev:68 rq:963904 version:3.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/guile/guile.changes      2022-03-15 
19:03:49.788903766 +0100
+++ /work/SRC/openSUSE:Factory/.guile.new.1900/guile.changes    2022-03-24 
22:56:55.472187681 +0100
@@ -1,0 +2,11 @@
+Mon Mar 21 20:52:02 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- use parallel build for Rings
+- force LTO
+
+-------------------------------------------------------------------
+Mon Mar 21 10:38:43 UTC 2022 - Andreas Schwab <sch...@suse.de>
+
+- adjust-32bit-big-endian-build-flags.patch: replace with working patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ guile.spec ++++++
--- /var/tmp/diff_new_pack.ABWsO3/_old  2022-03-24 22:56:56.168188367 +0100
+++ /var/tmp/diff_new_pack.ABWsO3/_new  2022-03-24 22:56:56.168188367 +0100
@@ -119,10 +119,15 @@
 %configure \
   --disable-static \
   --with-pic \
+  --enable-lto \
   --with-threads \
   --disable-silent-rules
+%if 0%{?_with_ringdisabled}
+%make_build
+%else
 # do sequential build for reproducible .go files = 
https://issues.guix.gnu.org/issue/20272 - boo#1102408
 %make_build -j1
+%endif
 
 %check
 LD_LIBRARY_PATH="." \

++++++ adjust-32bit-big-endian-build-flags.patch ++++++
--- /var/tmp/diff_new_pack.ABWsO3/_old  2022-03-24 22:56:56.204188402 +0100
+++ /var/tmp/diff_new_pack.ABWsO3/_new  2022-03-24 22:56:56.208188406 +0100
@@ -1,16 +1,11 @@
 --- a/stage0/Makefile.am
 +++ b/stage0/Makefile.am
-@@ -22,7 +22,12 @@
+@@ -22,7 +22,7 @@
  
  
  GUILE_WARNINGS = -W0
 -GUILE_OPTIMIZATIONS = -O1
-+$(ifeq($SCM_PREBUILT_BINARIES,"32-bit-little-endian") \
-+      GUILE_OPTIMIZATIONS = -O1 -Oresolve-primitives -Ocps \
-+else \
-+      GUILE_OPTIMIZATIONS = -O1 \
-+endif)
-+
++GUILE_OPTIMIZATIONS = -O1 $(if $(filter 32-bit-big-endian, 
$(SCM_PREBUILT_BINARIES)),-Oresolve-primitives -Ocps)
  GUILE_BOOTSTRAP_STAGE = stage0
  
  include $(top_srcdir)/am/bootstrap.am

Reply via email to