Hello community,

here is the log from the commit of package qore-yaml-module for 
openSUSE:Factory checked in at 2015-08-31 22:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-yaml-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-yaml-module.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-yaml-module"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-yaml-module/qore-yaml-module.changes        
2014-07-31 21:50:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qore-yaml-module.new/qore-yaml-module.changes   
2015-08-31 22:59:50.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 31 05:52:02 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- add --enable-64bit as already done for other qore-*-module
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qore-yaml-module.spec ++++++
--- /var/tmp/diff_new_pack.YFSypq/_old  2015-08-31 22:59:50.000000000 +0200
+++ /var/tmp/diff_new_pack.YFSypq/_new  2015-08-31 22:59:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore-yaml-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 @@
 find examples -type f|xargs chmod 644
 
 %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}
 
 %install


Reply via email to