Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qore-uuid-module for
openSUSE:Factory checked in at 2021-04-15 16:57:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-uuid-module (Old)
and /work/SRC/openSUSE:Factory/.qore-uuid-module.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-uuid-module"
Thu Apr 15 16:57:55 2021 rev:3 rq:885575 version:1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-uuid-module/qore-uuid-module.changes
2014-08-25 11:04:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.qore-uuid-module.new.12324/qore-uuid-module.changes
2021-04-15 16:58:39.822792630 +0200
@@ -1,0 +2,5 @@
+Wed Apr 14 09:54:08 UTC 2021 - Guillaume GARDET <[email protected]>
+
+- Drop -m64/-m32 flags on Arm
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qore-uuid-module.spec ++++++
--- /var/tmp/diff_new_pack.QcxGbN/_old 2021-04-15 16:58:40.222793263 +0200
+++ /var/tmp/diff_new_pack.QcxGbN/_new 2021-04-15 16:58:40.226793269 +0200
@@ -56,6 +56,11 @@
%prep
%setup -q
+%ifarch %{arm} aarch64
+# Drop -m64/-m32 flags on Arm
+sed -i -e 's/ -m64//g' configure
+sed -i -e 's/ -m32//g' configure
+%endif
%build
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure
RPM_OPT_FLAGS="%{optflags}" --prefix=/usr --disable-debug