Hello community,
here is the log from the commit of package mysql-community-server for
openSUSE:Factory checked in at 2012-08-27 16:30:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mysql-community-server (Old)
and /work/SRC/openSUSE:Factory/.mysql-community-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mysql-community-server", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2012-07-14 11:50:59.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
2012-08-27 16:30:49.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 27 09:21:59 UTC 2012 - [email protected]
+
+- correct libmysqld18 requires %{name}-errormessages
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mysql-community-server.spec ++++++
--- /var/tmp/diff_new_pack.fguf5s/_old 2012-08-27 16:30:58.000000000 +0200
+++ /var/tmp/diff_new_pack.fguf5s/_new 2012-08-27 16:30:58.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 1
@@ -34,11 +33,11 @@
Name: mysql-community-server
Summary: Server part of MySQL Community Server
-Version: 5.5.25a
-Release: 1
-%define srv_vers 5.5.25a
License: SUSE-GPL-2.0-with-FLOSS-exception
Group: Productivity/Databases/Servers
+Version: 5.5.25a
+Release: 0
+%define srv_vers 5.5.25a
Url: http://www.mysql.com
Source: mysql-%{version}.tar.bz2
Source2: baselibs.conf
@@ -84,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}
@@ -128,13 +128,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: MySQL Community Server development header files and libraries
-License: SUSE-GPL-2.0-with-FLOSS-exception
Group: Development/Libraries/C and C++
%description -n libmysqlclient-devel
@@ -142,22 +141,21 @@
necessary to develop client applications for MySQL Community Server.
%package -n libmysqld18
-License: SUSE-GPL-2.0-with-FLOSS-exception
-Summary: MySQL Community Server embedded server development files
+Summary: MySQL Community Server embedded server runtime library
Group: Development/Libraries/C and C++
+Requires: %{name}-errormessages = %version
%description -n libmysqld18
-This package contains the development header files and libraries
-for developing applications that embed the MySQL Community Server.
+This package contains the runtime library for applications that embed
+the MySQL Community Server.
%package -n libmysqld-devel
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: MySQL Community Server 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
@@ -166,7 +164,6 @@
%package -n libmysqlclient18
Summary: Shared Libraries for MySQL Community Server
-License: SUSE-GPL-2.0-with-FLOSS-exception
Group: Development/Libraries/Other
%description -n libmysqlclient18
@@ -175,7 +172,6 @@
%package -n libmysqlclient_r18
Summary: Shared Libraries for MySQL Community Server
-License: SUSE-GPL-2.0-with-FLOSS-exception
Group: Development/Libraries/Other
%description -n libmysqlclient_r18
@@ -183,14 +179,12 @@
languages and applications need to dynamically load and use MySQL Community
Server.
%package client
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: Client for MySQL Community Server
Group: Productivity/Databases/Clients
Provides: mysql-client = %{srv_vers}
%if 0%{?use_extra_provides} > 0
Provides: %{extra_provides}-client = %{version}
Obsoletes: %{extra_provides}-client < %{version}
-Requires: %{name}-errormessages = %version
%endif
%if 0%{?prefered} > 0
Obsoletes: mysql-client < %{srv_vers}
@@ -209,8 +203,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 MySQL Community Server
Group: Productivity/Databases/Tools
Provides: mysql-bench = %{srv_vers}
@@ -231,12 +225,11 @@
%package debug-version
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: MySQL Community Server 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}
@@ -254,14 +247,13 @@
information on how to use the debug server.
%package test
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: Testsuite for MySQL Community Server
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}
@@ -278,13 +270,13 @@
To run the testsuite, run /usr/share/mysql-test/suse-test-run.
%package tools
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: MySQL Community Server 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}
@@ -304,7 +296,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
@@ -315,7 +306,6 @@
%endif
%package ndb-storage
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: MySQL Community Server - ndbcluster storage engine
Group: Productivity/Databases/Servers
Provides: mysql-ndb-storage = %{srv_vers}
@@ -329,7 +319,6 @@
%package ndb-management
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: MySQL Community Server - ndbcluster storage engine management
Group: Productivity/Databases/Servers
Provides: mysql-ndb-management = %{srv_vers}
@@ -342,7 +331,6 @@
one computer in the cluster.
%package ndb-tools
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: MySQL Community Server - ndbcluster storage engine basic tools
Group: Productivity/Databases/Servers
Provides: mysql-ndb-tools = %{srv_vers}
@@ -353,7 +341,6 @@
This package contains ndbcluster storage engine basic tools.
%package ndb-extra
-License: SUSE-GPL-2.0-with-FLOSS-exception
Summary: MySQL Community Server - ndbcluster storage engine extra tools
Group: Productivity/Databases/Servers
Provides: mysql-ndb-extra = %{srv_vers}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]