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-15 19:03:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guile (Old)
 and      /work/SRC/openSUSE:Factory/.guile.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guile"

Tue Mar 15 19:03:44 2022 rev:67 rq:961630 version:3.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/guile/guile.changes      2022-03-11 
11:44:07.738800245 +0100
+++ /work/SRC/openSUSE:Factory/.guile.new.25692/guile.changes   2022-03-15 
19:03:49.788903766 +0100
@@ -1,0 +2,7 @@
+Mon Mar  7 07:28:50 UTC 2022 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Add patch to fix build on 32-bit big-endian targets
+  * adjust-32bit-big-endian-build-flags.patch
+- Run aclocal before %configure to regenerate aclocal.m4
+
+-------------------------------------------------------------------

New:
----
  adjust-32bit-big-endian-build-flags.patch

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

Other differences:
------------------
++++++ guile.spec ++++++
--- /var/tmp/diff_new_pack.xyDXMK/_old  2022-03-15 19:03:50.420904194 +0100
+++ /var/tmp/diff_new_pack.xyDXMK/_new  2022-03-15 19:03:50.424904197 +0100
@@ -39,6 +39,7 @@
 # The out-of-memory test is flaky, so disable it
 Patch1:         disable-test-out-of-memory.patch
 Patch2:         gcc10-x86-disable-one-test.patch
+Patch3:         adjust-32bit-big-endian-build-flags.patch
 BuildRequires:  gmp-devel
 BuildRequires:  libffi-devel
 BuildRequires:  libltdl-devel
@@ -103,6 +104,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # remove broken prebuilt objects
 rm -r prebuilt/32-bit-big-endian
@@ -113,6 +115,7 @@
 %endif
 
 %build
+aclocal
 %configure \
   --disable-static \
   --with-pic \

++++++ adjust-32bit-big-endian-build-flags.patch ++++++
--- a/stage0/Makefile.am
+++ b/stage0/Makefile.am
@@ -22,7 +22,12 @@
 
 
 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_BOOTSTRAP_STAGE = stage0
 
 include $(top_srcdir)/am/bootstrap.am

Reply via email to