Hello community,

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

Package is "qore-pgsql-module"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-pgsql-module/qore-pgsql-module.changes      
2014-08-03 15:36:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qore-pgsql-module.new/qore-pgsql-module.changes 
2014-08-06 11:42:31.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Aug  4 23:04:38 UTC 2014 - dval...@suse.com
+
+- Extend 64Bit architecture list 
+
+- added patches:
+  * 0001-Extend-64bit-architecure-list.patch
+-------------------------------------------------------------------

New:
----
  0001-Extend-64bit-architecure-list.patch

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

Other differences:
------------------
++++++ qore-pgsql-module.spec ++++++
--- /var/tmp/diff_new_pack.b80BuP/_old  2014-08-06 11:42:31.000000000 +0200
+++ /var/tmp/diff_new_pack.b80BuP/_new  2014-08-06 11:42:31.000000000 +0200
@@ -27,6 +27,7 @@
 Group:          Development/Languages/Other
 Url:            http://qore.org
 Source:         
http://prdownloads.sourceforge.net/qore/%{name}-%{version}.tar.bz2
+Patch0:         0001-Extend-64bit-architecure-list.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 find test -type f|xargs chmod 644
 
 %build

++++++ 0001-Extend-64bit-architecure-list.patch ++++++
>From a944da1fbfe8a0792efdbbc1e063dba69a285550 Mon Sep 17 00:00:00 2001
From: Dinar Valeev <dval...@suse.com>
Date: Tue, 5 Aug 2014 01:04:07 +0200
Subject: [PATCH] Extend 64bit architecure list

---
 configure | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index affe152..0906366 100755
--- a/configure
+++ b/configure
@@ -15849,6 +15849,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