Hello community,

here is the log from the commit of package qore-json-module for 
openSUSE:Factory checked in at 2014-08-06 11:42:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-json-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-json-module.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-json-module"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-json-module/qore-json-module.changes        
2014-08-01 14:34:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qore-json-module.new/qore-json-module.changes   
2014-08-06 11:42:29.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Aug  4 22:53:37 UTC 2014 - dval...@suse.com
+
+- Set 64bit for powerpc64, aarch64 and s390x 
+
+- added patches:
+  * 0001-set-64bit-for-other-architectures.patch
+-------------------------------------------------------------------

New:
----
  0001-set-64bit-for-other-architectures.patch

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

Other differences:
------------------
++++++ qore-json-module.spec ++++++
--- /var/tmp/diff_new_pack.Kwwyqe/_old  2014-08-06 11:42:30.000000000 +0200
+++ /var/tmp/diff_new_pack.Kwwyqe/_new  2014-08-06 11:42:30.000000000 +0200
@@ -27,6 +27,7 @@
 Group:          Development/Languages
 Url:            http://qore.org
 Source:         
http://prdownloads.sourceforge.net/qore/%{name}-%{version}.tar.bz2
+Patch0:         0001-set-64bit-for-other-architectures.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" ./configure 
RPM_OPT_FLAGS="%{optflags}" --prefix=/usr --disable-debug

++++++ 0001-set-64bit-for-other-architectures.patch ++++++
>From c267e271a3954e4f2359e4f5dde2c129a491eccd Mon Sep 17 00:00:00 2001
From: Dinar Valeev <dval...@suse.com>
Date: Tue, 5 Aug 2014 00:52:49 +0200
Subject: [PATCH] set 64bit for other architectures

---
 configure    | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/configure b/configure
index c9de734..30fed28 100755
--- a/configure
+++ b/configure
@@ -15642,6 +15642,9 @@ if test "$enable_64bit" = "auto"; then
    if test "$host_cpu" = "ia64" -o "$host_cpu" = "x86_64" -o "$host_cpu" = 
"amd64"; then
       enable_64bit=yes
    else
+      case "$host_cpu" in
+          powerpc64*|aarch64|s390x) enable_64bit=yes;;
+      esac
       case "${host_os}" in
           darwin*)   mv=`uname -r|cut -f1 -d.`
                     if test $mv -ge 10 -a "${host_cpu}" = "i386"; then
-- 
1.8.5.2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to