Hello community,
here is the log from the commit of package qore-xml-module for openSUSE:Factory checked in at 2015-08-31 22:59:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-xml-module (Old)
and /work/SRC/openSUSE:Factory/.qore-xml-module.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-xml-module"
Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-xml-module/qore-xml-module.changes 2014-07-29 16:48:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qore-xml-module.new/qore-xml-module.changes 2015-08-31 22:59:47.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 31 05:27:21 UTC 2015 - normand(a)linux.vnet.ibm.com
+
+- add --enable-64bit as already done for other qore-*-module
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qore-xml-module.spec ++++++
--- /var/tmp/diff_new_pack.UVymJY/_old 2015-08-31 22:59:48.000000000 +0200
+++ /var/tmp/diff_new_pack.UVymJY/_new 2015-08-31 22:59:48.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package qore-xml-module
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -58,7 +58,10 @@
%setup -q
%build
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure RPM_OPT_FLAGS="%{optflags}" --prefix=/usr --disable-debug
+%ifarch x86_64 ppc64 ppc64le x390x
+c64=--enable-64bit
+%endif
+CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure RPM_OPT_FLAGS="%{optflags}" --prefix=/usr --disable-debug $c64
make %{?_smp_mflags}
find test -type f|xargs chmod 644
find docs -type f|xargs chmod 644