Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2013-06-26 20:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-community-server (Old)
 and      /work/SRC/openSUSE:Factory/.mysql-community-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mysql-community-server"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
    2013-06-14 15:46:09.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
       2013-06-26 20:25:07.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 18 16:44:22 UTC 2013 - [email protected]
+
+- dehardcode libdir, use %{_libdir} macro instead.
+  mysql-community-server-5.6.12-deharcode-libdir.patch 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ build.inc ++++++
--- /var/tmp/diff_new_pack.Hzpvlx/_old  2013-06-26 20:25:08.000000000 +0200
+++ /var/tmp/diff_new_pack.Hzpvlx/_new  2013-06-26 20:25:08.000000000 +0200
@@ -111,6 +111,8 @@
                        -DWITH_EMBEDDED_SERVER=true                             
     \
                        -DCOMPILATION_COMMENT="openSUSE package"                
     \
                        -DDENABLE_DOWNLOADS=false                               
     \
+                       -DINSTALL_PLUGINDIR_RPM="%{_libdir}/mysql/plugin"       
     \
+                       -DINSTALL_LIBDIR_RPM="%{_libdir}"                       
     \
                        "$@" ..
        make %{?jobs:-j%jobs}
        nm --numeric-sort sql/mysqld > sql/mysqld.sym

++++++ mysql-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mysql-community-server-5.6.12-deharcode-libdir.patch
 
new/mysql-patches/mysql-patches/mysql-community-server-5.6.12-deharcode-libdir.patch
--- 
old/mysql-patches/mysql-patches/mysql-community-server-5.6.12-deharcode-libdir.patch
        1970-01-01 01:00:00.000000000 +0100
+++ 
new/mysql-patches/mysql-patches/mysql-community-server-5.6.12-deharcode-libdir.patch
        2013-06-18 18:25:16.000000000 +0200
@@ -0,0 +1,27 @@
+PATCH-P0-FIX-SUSE: dehardcode libdir 
+
+Don't expect libdir is set to lib64 on x86_64 only.
+There is other occurances like ppc64 and aarch64.
+Use %{_libdir} macro instead
+
+Maintainer: Dinar Valeev <[email protected]>
+
+Index: cmake/install_layout.cmake
+===================================================================
+--- cmake/install_layout.cmake.orig
++++ cmake/install_layout.cmake
+@@ -146,14 +146,6 @@ SET(INSTALL_BINDIR_RPM
+ SET(INSTALL_SBINDIR_RPM                 "sbin")
+ SET(INSTALL_SCRIPTDIR_RPM               "bin")
+ #
+-IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+-  SET(INSTALL_LIBDIR_RPM                "lib64")
+-  SET(INSTALL_PLUGINDIR_RPM             "lib64/mysql/plugin")
+-ELSE()
+-  SET(INSTALL_LIBDIR_RPM                "lib")
+-  SET(INSTALL_PLUGINDIR_RPM             "lib/mysql/plugin")
+-ENDIF()
+-#
+ SET(INSTALL_INCLUDEDIR_RPM              "include/mysql")
+ #
+ #SET(INSTALL_DOCDIR_RPM                 unset - installed directly by RPM)

++++++ series ++++++
--- /var/tmp/diff_new_pack.Hzpvlx/_old  2013-06-26 20:25:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Hzpvlx/_new  2013-06-26 20:25:09.000000000 +0200
@@ -7,3 +7,4 @@
 mysql-community-server-5.1.51-install_db-quiet.patch
 mysql-community-server-5.1.51-mysql_config.patch
 mysql-community-server-5.6.12-upgrade-exit-status.patch
+mysql-community-server-5.6.12-deharcode-libdir.patch

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to