Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qore-ssh2-module for
openSUSE:Factory checked in at 2021-04-22 18:04:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-ssh2-module (Old)
and /work/SRC/openSUSE:Factory/.qore-ssh2-module.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-ssh2-module"
Thu Apr 22 18:04:08 2021 rev:5 rq:887449 version:0.9.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-ssh2-module/qore-ssh2-module.changes
2020-12-12 20:36:00.338079991 +0100
+++
/work/SRC/openSUSE:Factory/.qore-ssh2-module.new.12324/qore-ssh2-module.changes
2021-04-22 18:05:01.922604522 +0200
@@ -1,0 +2,6 @@
+Wed Apr 14 09:53:40 UTC 2021 - Guillaume GARDET <[email protected]>
+
+- Drop -m64/-m32 flags on Arm
+- Fix build on aarch64
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qore-ssh2-module.spec ++++++
--- /var/tmp/diff_new_pack.5WBVNg/_old 2021-04-22 18:05:02.342605162 +0200
+++ /var/tmp/diff_new_pack.5WBVNg/_new 2021-04-22 18:05:02.346605168 +0200
@@ -43,9 +43,14 @@
%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
-%ifarch x86_64 ppc64 ppc64le s390x
+%ifarch x86_64 aarch64 ppc64 ppc64le s390x
c64=--enable-64bit
%endif
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure
RPM_OPT_FLAGS="%{optflags}" --prefix=/usr --disable-debug $c64