commit firebird for openSUSE:Factory
Hello community, here is the log from the commit of package firebird for openSUSE:Factory checked in at 2012-07-30 09:11:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/firebird (Old) and /work/SRC/openSUSE:Factory/.firebird.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "firebird", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/firebird/firebird-classic.changes 2012-07-24 17:21:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.firebird.new/firebird-classic.changes 2012-07-30 09:13:00.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jul 25 19:40:55 UTC 2012 - dvaleev@suse.com + +- add libatomic-ops-devel on non x86 arches +- set libdir on powerpc correctly + +------------------------------------------------------------------- firebird.changes: same change New: ---- ppc64-libdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ firebird-classic.spec ++++++ --- /var/tmp/diff_new_pack.Kz6pig/_old 2012-07-30 09:13:20.000000000 +0200 +++ /var/tmp/diff_new_pack.Kz6pig/_new 2012-07-30 09:13:20.000000000 +0200 @@ -35,6 +35,9 @@ BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pkg-config +%ifnarch %{ix86} x86_64 +BuildRequires: libatomic-ops-devel +%endif Requires(pre): pwdutils Requires: %{bname} = %{version} Provides: %{bname}-server @@ -49,6 +52,7 @@ Patch6: %{bname}-2.5.1-config.patch Patch7: %{bname}-2.5.2-pkgconfig.patch Patch8: %{bname}-2.5.2-runlevel.patch +Patch9: ppc64-libdir.patch Patch11: %{bname}-2.5.2-isqlalign.patch Patch12: %{bname}-2.5.2-isqllocale.patch Patch13: %{bname}-2.5.2-isqlwidth.patch @@ -75,6 +79,7 @@ %patch6 %patch7 %patch8 -p1 +%patch9 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 ++++++ firebird.spec ++++++ --- /var/tmp/diff_new_pack.Kz6pig/_old 2012-07-30 09:13:20.000000000 +0200 +++ /var/tmp/diff_new_pack.Kz6pig/_new 2012-07-30 09:13:20.000000000 +0200 @@ -35,6 +35,9 @@ BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pkg-config +%ifnarch %{ix86} x86_64 +BuildRequires: libatomic-ops-devel +%endif Requires(pre): pwdutils Requires: %{name}-server = %{version} Summary: An SQL database server @@ -48,6 +51,7 @@ Patch6: %{name}-2.5.1-config.patch Patch7: %{name}-2.5.2-pkgconfig.patch Patch8: %{name}-2.5.2-runlevel.patch +Patch9: ppc64-libdir.patch Patch11: %{name}-2.5.2-isqlalign.patch Patch12: %{name}-2.5.2-isqllocale.patch Patch13: %{name}-2.5.2-isqlwidth.patch @@ -69,6 +73,7 @@ %patch6 %patch7 %patch8 -p1 +%patch9 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 ++++++ ppc64-libdir.patch ++++++ Index: Firebird-2.5.2.26494-0/configure.in =================================================================== --- Firebird-2.5.2.26494-0.orig/configure.in +++ Firebird-2.5.2.26494-0/configure.in @@ -222,13 +222,24 @@ dnl CPU_TYPE=ppc64 SHRLIB_EXT=so ;; - powerpc*-*-linux*) + powerpc-*-linux*) MAKEFILE_PREFIX=linux_powerpc INSTALL_PREFIX=linux PLATFORM=LINUX AC_DEFINE(LINUX, 1, [Define this if OS is Linux]) EDITLINE_FLG=Y SHRLIB_EXT=so + libdir=/usr/lib + ;; + + powerpc64-*-linux*) + MAKEFILE_PREFIX=linux_powerpc + INSTALL_PREFIX=linux + PLATFORM=LINUX + AC_DEFINE(LINUX, 1, [Define this if OS is Linux]) + EDITLINE_FLG=Y + SHRLIB_EXT=so + libdir=/usr/lib64 ;; i*86*-*-linux*) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de