Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package geos for openSUSE:Factory checked in 
at 2021-11-17 01:14:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geos (Old)
 and      /work/SRC/openSUSE:Factory/.geos.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geos"

Wed Nov 17 01:14:17 2021 rev:16 rq:931793 version:3.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/geos/geos.changes        2021-02-25 
18:27:49.066195306 +0100
+++ /work/SRC/openSUSE:Factory/.geos.new.1890/geos.changes      2021-11-17 
01:15:27.226191248 +0100
@@ -1,0 +2,6 @@
+Tue Nov 16 07:45:45 UTC 2021 - Guillaume GARDET <[email protected]>
+
+- Disable inline to fix build on armv6/7
+  https://trac.osgeo.org/geos/ticket/993
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ geos.spec ++++++
--- /var/tmp/diff_new_pack.OeuOdh/_old  2021-11-17 01:15:27.666191269 +0100
+++ /var/tmp/diff_new_pack.OeuOdh/_new  2021-11-17 01:15:27.670191269 +0100
@@ -79,7 +79,12 @@
 %setup -q
 
 %build
-%configure --disable-static
+# Disable inline for armv6/7 - https://trac.osgeo.org/geos/ticket/993
+%configure \
+%ifarch %{arm}
+  --disable-inline \
+%endif
+  --disable-static
 make %{?_smp_mflags}
 
 # tests fail with older releases and non-intel architectures

Reply via email to