Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2014-03-01 21:20:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firebird (Old)
 and      /work/SRC/openSUSE:Factory/.firebird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firebird"

Changes:
--------
--- /work/SRC/openSUSE:Factory/firebird/firebird-classic.changes        
2013-12-23 19:32:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird-classic.changes   
2014-03-01 21:20:08.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 17 12:11:14 CET 2014 - [email protected]
+
+- firebird-s390x-fix_libdir.patch: s390x uses lib64 
+
+-------------------------------------------------------------------
@@ -4,0 +10,5 @@
+
+-------------------------------------------------------------------
+Thu Dec  5 12:09:49 CET 2013 - [email protected]
+
+- adapt for ppc64le
--- /work/SRC/openSUSE:Factory/firebird/firebird.changes        2013-12-23 
19:32:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird.changes   2014-03-01 
21:20:08.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 17 12:11:14 CET 2014 - [email protected]
+
+- firebird-s390x-fix_libdir.patch: s390x uses lib64 
+
+-------------------------------------------------------------------

New:
----
  firebird-s390x-fix_libdir.patch

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

Other differences:
------------------
++++++ firebird-classic.spec ++++++
--- /var/tmp/diff_new_pack.fDqsOv/_old  2014-03-01 21:20:09.000000000 +0100
+++ /var/tmp/diff_new_pack.fDqsOv/_new  2014-03-01 21:20:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird-classic
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,6 +62,7 @@
 Patch21:        %{bname}-2.5.2-isqlalign.patch
 Patch22:        %{bname}-2.5.2-isqllocale.patch
 Patch23:        %{bname}-2.5.2-isqlwidth.patch
+Patch24:        %{bname}-s390x-fix_libdir.patch
 
 %description
 Classic architecture binaries for Firebird SQL server. These can be used
@@ -94,6 +95,7 @@
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1
+%patch24 -p1
 
 %build
 rm -vf builds/make.new/config/config.{guess,sub}

++++++ firebird.spec ++++++
--- /var/tmp/diff_new_pack.fDqsOv/_old  2014-03-01 21:20:09.000000000 +0100
+++ /var/tmp/diff_new_pack.fDqsOv/_new  2014-03-01 21:20:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -60,6 +60,7 @@
 Patch21:        %{name}-2.5.2-isqlalign.patch
 Patch22:        %{name}-2.5.2-isqllocale.patch
 Patch23:        %{name}-2.5.2-isqlwidth.patch
+Patch24:        %{name}-s390x-fix_libdir.patch
 
 %description
 Firebird is a relational database offering many ANSI SQL standard
@@ -87,6 +88,7 @@
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1
+%patch24 -p1
 
 %build
 rm -vf builds/make.new/config/config.{guess,sub}

++++++ firebird-s390x-fix_libdir.patch ++++++
--- a/configure.in
+++ b/configure.in
@@ -250,13 +250,23 @@
     SHRLIB_EXT=so
     ;;
 
-  s390*-*-linux*)
+  s390-*-linux*)
+    MAKEFILE_PREFIX=linux_s390x
+    INSTALL_PREFIX=linux
+    PLATFORM=LINUX
+    AC_DEFINE(LINUX, 1, [Define this if OS is Linux])
+    EDITLINE_FLG=Y
+    SHRLIB_EXT=so
+    ;;
+
+  s390x-*-linux*)
     MAKEFILE_PREFIX=linux_s390x
     INSTALL_PREFIX=linux
     PLATFORM=LINUX
     AC_DEFINE(LINUX, 1, [Define this if OS is Linux])
     EDITLINE_FLG=Y
     SHRLIB_EXT=so
+    libdir=/usr/lib64
     ;;
 
   sh*eb-*-linux*)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to