Hello community,

here is the log from the commit of package mariadb for openSUSE:12.2 checked in 
at 2012-07-02 21:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/mariadb (Old)
 and      /work/SRC/openSUSE:12.2/.mariadb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.2/mariadb/mariadb.changes     2012-06-28 
15:33:28.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.mariadb.new/mariadb.changes        2012-07-02 
21:43:21.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul  2 12:28:40 UTC 2012 - [email protected]
+
+- fixed path for messages from previous commit
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.vUxXLJ/_old  2012-07-02 21:43:21.000000000 +0200
+++ /var/tmp/diff_new_pack.vUxXLJ/_new  2012-07-02 21:43:21.000000000 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 # Few definitions which will alter build
 %define prefered   0
@@ -34,11 +33,11 @@
 
 Name:           mariadb
 Summary:        Server part of MariaDB
-Version:        5.5.25
-Release:        1
-%define srv_vers 5.5.25
 License:        SUSE-GPL-2.0-with-FLOSS-exception
 Group:          Productivity/Databases/Servers
+Version:        5.5.25
+Release:        0
+%define srv_vers 5.5.25
 Url:            http://www.mariab.org
 Source:         mariadb-%{version}.tar.bz2
 Source2:        baselibs.conf
@@ -57,11 +56,20 @@
 PreReq:         pwdutils
 PreReq:         %install_info_prereq %insserv_prereq
 %endif
-BuildRequires:  gcc-c++ ncurses-devel openssl-devel procps readline-devel
-BuildRequires:  autoconf automake cmake libtool zlib-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
+BuildRequires:  procps
+BuildRequires:  readline-devel
+BuildRequires:  zlib-devel
 %if 0%{?suse_version}
-BuildRequires:  pwdutils tcpd-devel
+BuildRequires:  pwdutils
+BuildRequires:  tcpd-devel
 %endif
 %if 0%{?suse_version} > 1030 || 0%{?fedora_version} > 8
 BuildRequires:  fdupes
@@ -75,10 +83,11 @@
 Requires:       logrotate
 %endif
 # required by rcmysql
-Requires:       %{name}-client perl-base
+Requires:       %{name}-client
 Requires:       %{name}-errormessages = %version
-Provides:       mysql-Max = %{srv_vers}
+Requires:       perl-base
 Provides:       mysql = %{srv_vers}
+Provides:       mysql-Max = %{srv_vers}
 %if 0%{?use_extra_provides} > 0
 Provides:       %{extra_provides} = %{version}
 Obsoletes:      %{extra_provides} < %{version}
@@ -102,13 +111,12 @@
 # mysql-devel was last used in openSUSE 10.2
 Provides:       mysql-devel = %srv_vers-%release
 Obsoletes:      mysql-devel < %srv_vers
+Requires:       glibc-devel
 Requires:       libmysqlclient18 = %version
 Requires:       libmysqlclient_r18 = %version
-Requires:       glibc-devel
 Requires:       openssl-devel
 Requires:       zlib-devel
 Summary:        MariaDB development header files and libraries
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Group:          Development/Libraries/C and C++
 
 %description -n libmysqlclient-devel
@@ -116,7 +124,6 @@
 necessary to develop client applications for MariaDB.
 
 %package -n libmysqld18
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        MariaDB embedded server development files
 Group:          Development/Libraries/C and C++
 
@@ -125,13 +132,12 @@
 for developing applications that embed the MariaDB.
 
 %package -n libmysqld-devel
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        MariaDB embedded server development files
+Group:          Development/Libraries/C and C++
 # the headers files are the shared
 Requires:       libmysqlclient-devel = %version
-Requires:       tcpd-devel
 Requires:       libmysqld18 = %version
-Group:          Development/Libraries/C and C++
+Requires:       tcpd-devel
 
 %description -n libmysqld-devel
 This package contains the development header files and libraries
@@ -140,7 +146,6 @@
 
 %package -n libmariadbclient18
 Summary:        Shared Libraries for MariaDB
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Group:          Development/Libraries/Other
 
 %description -n libmariadbclient18
@@ -149,7 +154,6 @@
 
 %package -n libmariadbclient_r18
 Summary:        Shared Libraries for MariaDB
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Group:          Development/Libraries/Other
 
 %description -n libmariadbclient_r18
@@ -157,7 +161,6 @@
 languages and applications need to dynamically load and use MariaDB.
 
 %package client
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        Client for MariaDB
 Group:          Productivity/Databases/Clients
 Provides:       mysql-client = %{srv_vers}
@@ -183,8 +186,8 @@
 server daemon as well as the embedded server
 
 %package bench
-Requires:       %{name}-client perl-DBD-mysql
-License:        SUSE-GPL-2.0-with-FLOSS-exception
+Requires:       %{name}-client
+Requires:       perl-DBD-mysql
 Summary:        Benchmarks for MariaDB
 Group:          Productivity/Databases/Tools
 Provides:       mysql-bench = %{srv_vers}
@@ -205,12 +208,11 @@
 
 
 %package debug-version
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        MariaDB with debug options turned on
 Group:          Productivity/Databases/Servers
 Requires:       %{name} = %{version}
-Provides:       mysql-debug = %{srv_vers}
 Provides:       %{name}-debug = %{srv_vers}
+Provides:       mysql-debug = %{srv_vers}
 %if 0%{?use_extra_provides} > 0
 Provides:       %{extra_provides}-debug-verion = %{version}
 Obsoletes:      %{extra_provides}-debug-version < %{version}
@@ -228,14 +230,13 @@
 information on how to use the debug server.
 
 %package test
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        Testsuite for MariaDB
 Group:          Productivity/Databases/Servers
 Requires:       %{name} = %{version}
+Requires:       %{name}-bench = %{version}
 Requires:       %{name}-client = %{version}
-Requires:       perl-DBD-mysql
 Requires:       %{name}-tools = %{version}
-Requires:       %{name}-bench = %{version}
+Requires:       perl-DBD-mysql
 Provides:       mysql-test = %{srv_vers}
 %if 0%{?use_extra_provides} > 0
 Provides:       %{extra_provides}-test = %{version}
@@ -252,13 +253,13 @@
 To run the testsuite, run /usr/share/mysql-test/suse-test-run.
 
 %package tools
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        MariaDB tools
 Group:          Productivity/Databases/Servers
 Requires:       perl-DBD-mysql
 # make sure this package is installed when updating from 10.2 and older
-Provides:       mysql:/usr/bin/mysqlhotcopy mysql-client:/usr/bin/perror
+Provides:       mysql-client:/usr/bin/perror
 Provides:       mysql-tools = %{srv_vers}
+Provides:       mysql:/usr/bin/mysqlhotcopy
 %if 0%{?use_extra_provides} > 0
 Provides:       %{extra_provides}-tools = %{version}
 Obsoletes:      %{extra_provides}-tools < %{version}
@@ -278,7 +279,6 @@
 
 %package -n libndbclient6
 Summary:        Shared Libraries for cluster client
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Group:          Development/Libraries/Other
 
 %description -n libndbclient6
@@ -289,7 +289,6 @@
 %endif
 
 %package ndb-storage
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        MariaDB - ndbcluster storage engine
 Group:          Productivity/Databases/Servers
 Provides:       mysql-ndb-storage = %{srv_vers}
@@ -303,7 +302,6 @@
 
 
 %package ndb-management
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        MariaDB - ndbcluster storage engine management
 Group:          Productivity/Databases/Servers
 Provides:       mysql-ndb-management = %{srv_vers}
@@ -316,7 +314,6 @@
 one computer in the cluster.
 
 %package ndb-tools
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        MariaDB - ndbcluster storage engine basic tools
 Group:          Productivity/Databases/Servers
 Provides:       mysql-ndb-tools = %{srv_vers}
@@ -327,7 +324,6 @@
 This package contains ndbcluster storage engine basic tools.
 
 %package ndb-extra
-License:        SUSE-GPL-2.0-with-FLOSS-exception
 Summary:        MariaDB - ndbcluster storage engine extra tools
 Group:          Productivity/Databases/Servers
 Provides:       mysql-ndb-extra = %{srv_vers}

++++++ build.inc ++++++
--- /var/tmp/diff_new_pack.vUxXLJ/_old  2012-07-02 21:43:21.000000000 +0200
+++ /var/tmp/diff_new_pack.vUxXLJ/_new  2012-07-02 21:43:21.000000000 +0200
@@ -102,7 +102,7 @@
                        -DWITH_LIBEDIT=0                                        
     \
                        -DINSTALL_LAYOUT=RPM                                    
     \
                        -DMYSQL_UNIX_ADDR=%{socketpath}/mysql.sock              
     \
-                       -DINSTALL_MYSQLSHAREDIR=/usr/share/%{name}              
     \
+                       -DINSTALL_MYSQLSHAREDIR=share/%{name}                   
     \
                        -DWITH_COMMENT="openSUSE MySQL rpm"                     
     \
                        -DWITH_EXTRA_CHARSET=all                                
     \
                        -DDEFAULT_CHARSET=utf8  
-DDEFAULT_COLLATION=utf8_general_ci  \

++++++ configuration-tweaks.tar.bz2 ++++++

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

Reply via email to