Hello community,

here is the log from the commit of package qore-json-module for 
openSUSE:Factory checked in at 2020-07-24 10:01:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-json-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-json-module.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-json-module"

Fri Jul 24 10:01:31 2020 rev:5 rq:822251 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-json-module/qore-json-module.changes        
2014-12-23 11:49:49.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.qore-json-module.new.3592/qore-json-module.changes  
    2020-07-24 10:03:33.633838413 +0200
@@ -1,0 +2,5 @@
+Mon Apr 30 13:18:41 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Remove -m32 and -m64 options except for x86* and ppc*
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qore-json-module.spec ++++++
--- /var/tmp/diff_new_pack.KHK3Yw/_old  2020-07-24 10:03:36.133840323 +0200
+++ /var/tmp/diff_new_pack.KHK3Yw/_new  2020-07-24 10:03:36.133840323 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore-json-module
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -23,7 +23,7 @@
 Version:        1.4
 Release:        0
 Summary:        JSON module for Qore
-License:        LGPL-2.0+ or GPL-2.0+ or MIT
+License:        LGPL-2.0-or-later OR GPL-2.0-or-later OR MIT
 Group:          Development/Languages
 Url:            http://qore.org
 Source:         
http://prdownloads.sourceforge.net/qore/%{name}-%{version}.tar.bz2
@@ -48,6 +48,10 @@
 %patch0 -p1
 
 %build
+# Remove -m32 and -m64 options except for x86* and ppc*
+%ifnarch %{ix86} x86_64 ppc64 ppc64le
+sed -i 's/-m32//g;s/-m64//g' configure
+%endif
 CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" ./configure 
RPM_OPT_FLAGS="%{optflags}" --prefix=/usr --disable-debug
 make %{?_smp_mflags}
 


Reply via email to