Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2012-05-07 22:47:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2012-04-23 
09:15:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes     2012-05-07 
22:48:19.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 25 11:24:31 UTC 2012 - dval...@suse.com
+
+- fix plugin libdir on ppc64 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build.inc ++++++
--- /var/tmp/diff_new_pack.UmzCIy/_old  2012-05-07 22:48:21.000000000 +0200
+++ /var/tmp/diff_new_pack.UmzCIy/_new  2012-05-07 22:48:21.000000000 +0200
@@ -6,7 +6,7 @@
 %if 0%{?suse_version} > 1140
 export WARN_DIS="$WARN_DIS -Wno-unused-but-set-variable -fno-strict-aliasing 
-Wno-unused-parameter "
 %endif
-export CFLAGS="$RPM_OPT_FLAGS -DPIC -fPIC -DUNDEF_HAVE_INITGROUPS 
-DFORCE_INIT_OF_VARS $WARN_DIS "
+export CFLAGS="$RPM_OPT_FLAGS -DPIC -fPIC -DFORCE_INIT_OF_VARS $WARN_DIS "
 export CXXFLAGS="$CFLAGS -fno-exceptions -fno-rtti"
 
 %if 0%{use_cmake} < 1

++++++ mysql-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mariadb-5.5.23-ppc64-libdir.patch 
new/mysql-patches/mysql-patches/mariadb-5.5.23-ppc64-libdir.patch
--- old/mysql-patches/mysql-patches/mariadb-5.5.23-ppc64-libdir.patch   
1970-01-01 01:00:00.000000000 +0100
+++ new/mysql-patches/mysql-patches/mariadb-5.5.23-ppc64-libdir.patch   
2012-04-25 12:31:33.000000000 +0200
@@ -0,0 +1,19 @@
+PATCH-P0-FIX-SUSE: fix ppc64 libdir
+
+This patch fixes libdir on ppc64
+
+Maintainer: Dinar Valeev <dval...@suse.com>
+
+Index: cmake/install_layout.cmake
+===================================================================
+--- cmake/install_layout.cmake.orig
++++ cmake/install_layout.cmake
+@@ -138,7 +138,7 @@
+ SET(INSTALL_SBINDIR_RPM                 "sbin")
+ SET(INSTALL_SCRIPTDIR_RPM               "bin")
+ #
+-IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
++IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64" "OR" CMAKE_SYSTEM_PROCESSOR 
MATCHES "ppc64")
+   SET(INSTALL_LIBDIR_RPM                "lib64")
+   SET(INSTALL_PLUGINDIR_RPM             "lib64/mysql/plugin")
+ ELSE()

++++++ series ++++++
--- /var/tmp/diff_new_pack.UmzCIy/_old  2012-05-07 22:48:21.000000000 +0200
+++ /var/tmp/diff_new_pack.UmzCIy/_new  2012-05-07 22:48:21.000000000 +0200
@@ -9,3 +9,4 @@
 mariadb-5.2.3-cnf.patch
 mysql-community-server-5.5.6-safe-process-in-bin.patch
 mariadb-5.5.20-group.patch
+mariadb-5.5.23-ppc64-libdir.patch

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

Reply via email to