Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2012-11-22 14:03:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-27 16:30:49.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
       2012-11-22 14:03:37.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Nov 19 17:27:50 CET 2012 - mhruse...@suse.cz
+
+- updated to 5.5.28, see
+  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-28.html
+  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-27.html
+  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-26.html
+
+-------------------------------------------------------------------

Old:
----
  mysql-5.5.25a.tar.bz2

New:
----
  mysql-5.5.28.tar.bz2

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

Other differences:
------------------
++++++ mysql-community-server.spec ++++++
--- /var/tmp/diff_new_pack.w3XCHU/_old  2012-11-22 14:03:40.000000000 +0100
+++ /var/tmp/diff_new_pack.w3XCHU/_new  2012-11-22 14:03:40.000000000 +0100
@@ -35,9 +35,9 @@
 Summary:        Server part of MySQL Community Server
 License:        SUSE-GPL-2.0-with-FLOSS-exception
 Group:          Productivity/Databases/Servers
-Version:        5.5.25a
-Release:        0
-%define srv_vers 5.5.25a
+Version:        5.5.28
+Release:        1
+%define srv_vers 5.5.28
 Url:            http://www.mysql.com
 Source:         mysql-%{version}.tar.bz2
 Source2:        baselibs.conf
@@ -83,11 +83,10 @@
 Requires:       logrotate
 %endif
 # required by rcmysql
-Requires:       %{name}-client
+Requires:       %{name}-client perl-base
 Requires:       %{name}-errormessages = %version
-Requires:       perl-base
-Provides:       mysql = %{srv_vers}
 Provides:       mysql-Max = %{srv_vers}
+Provides:       mysql = %{srv_vers}
 %if 0%{?use_extra_provides} > 0
 Provides:       %{extra_provides} = %{version}
 Obsoletes:      %{extra_provides} < %{version}
@@ -128,12 +127,13 @@
 # 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
@@ -141,21 +141,22 @@
 necessary to develop client applications for MySQL Community Server.
 
 %package -n libmysqld18
-Summary:        MySQL Community Server embedded server runtime library
+License:        SUSE-GPL-2.0-with-FLOSS-exception
+Summary:        MySQL Community Server embedded server development files
 Group:          Development/Libraries/C and C++
-Requires:       %{name}-errormessages = %version
 
 %description -n libmysqld18
-This package contains the runtime library for applications that embed
-the MySQL Community Server.
+This package contains the development header files and libraries
+for developing 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:       libmysqld18 = %version
 Requires:       tcpd-devel
+Requires:       libmysqld18 = %version
+Group:          Development/Libraries/C and C++
 
 %description -n libmysqld-devel
 This package contains the development header files and libraries
@@ -164,6 +165,7 @@
 
 %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
@@ -172,6 +174,7 @@
 
 %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
@@ -185,6 +188,7 @@
 %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}
@@ -203,8 +207,7 @@
 server daemon as well as the embedded server
 
 %package bench
-Requires:       %{name}-client
-Requires:       perl-DBD-mysql
+Requires:       %{name}-client perl-DBD-mysql
 Summary:        Benchmarks for MySQL Community Server
 Group:          Productivity/Databases/Tools
 Provides:       mysql-bench = %{srv_vers}
@@ -228,8 +231,8 @@
 Summary:        MySQL Community Server with debug options turned on
 Group:          Productivity/Databases/Servers
 Requires:       %{name} = %{version}
-Provides:       %{name}-debug = %{srv_vers}
 Provides:       mysql-debug = %{srv_vers}
+Provides:       %{name}-debug = %{srv_vers}
 %if 0%{?use_extra_provides} > 0
 Provides:       %{extra_provides}-debug-verion = %{version}
 Obsoletes:      %{extra_provides}-debug-version < %{version}
@@ -250,10 +253,10 @@
 Summary:        Testsuite for MySQL Community Server
 Group:          Productivity/Databases/Servers
 Requires:       %{name} = %{version}
-Requires:       %{name}-bench = %{version}
 Requires:       %{name}-client = %{version}
-Requires:       %{name}-tools = %{version}
 Requires:       perl-DBD-mysql
+Requires:       %{name}-tools = %{version}
+Requires:       %{name}-bench = %{version}
 Provides:       mysql-test = %{srv_vers}
 %if 0%{?use_extra_provides} > 0
 Provides:       %{extra_provides}-test = %{version}

++++++ build.inc ++++++
--- /var/tmp/diff_new_pack.w3XCHU/_old  2012-11-22 14:03:40.000000000 +0100
+++ /var/tmp/diff_new_pack.w3XCHU/_new  2012-11-22 14:03:40.000000000 +0100
@@ -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

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

++++++ mysql-5.5.25a.tar.bz2 -> mysql-5.5.28.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-5.5.25a.tar.bz2 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-5.5.28.tar.bz2 
differ: char 11, line 1

++++++ mysql-patches.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mariadb-5.5.28-hotcopy.patch 
new/mysql-patches/mysql-patches/mariadb-5.5.28-hotcopy.patch
--- old/mysql-patches/mysql-patches/mariadb-5.5.28-hotcopy.patch        
1970-01-01 01:00:00.000000000 +0100
+++ new/mysql-patches/mysql-patches/mariadb-5.5.28-hotcopy.patch        
2012-10-31 08:30:45.000000000 +0100
@@ -0,0 +1,38 @@
+PATCH-P0-FIX-UPSTREAM: Makes hotcopy to ignores log tables
+BUGS: upstream#43594, bnc#525325
+
+If you are running hotcopy, you probably want to ignore all
+log tables.
+
+Maintainer: Michal Hrusecky <michal.hruse...@opensuse.org>
+
+Index: scripts/mysqlhotcopy.sh
+===================================================================
+--- scripts/mysqlhotcopy.sh.orig
++++ scripts/mysqlhotcopy.sh
+@@ -843,7 +843,24 @@ sub get_list_of_tables {
+         } || [];
+     warn "Unable to retrieve list of tables in $db: $@" if $@;
+ 
+-    return (map { $_->[0] } @$tables);
++    my @ignore_tables = ();
++
++    # Ignore tables for the mysql database
++    if ($db eq 'mysql') {
++        @ignore_tables = qw(general_log slow_log schema apply_status);
++    }
++
++    my @res = ();
++    if ($#ignore_tables > 1) {
++       my @tmp = (map { $_->[0] } @$tables);
++       for my $t (@tmp) {
++           push(@res, $t) if not exists { map { $_=>1 } @ignore_tables 
}->{$t};
++       }
++    } else {
++       @res = (map { $_->[0] } @$tables);
++    }
++
++    return @res;
+ }
+ 
+ sub get_list_of_views {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mysql-community-server-5.1.36-hotcopy.patch 
new/mysql-patches/mysql-patches/mysql-community-server-5.1.36-hotcopy.patch
--- old/mysql-patches/mysql-patches/mysql-community-server-5.1.36-hotcopy.patch 
2012-06-02 20:28:21.000000000 +0200
+++ new/mysql-patches/mysql-patches/mysql-community-server-5.1.36-hotcopy.patch 
1970-01-01 01:00:00.000000000 +0100
@@ -1,38 +0,0 @@
-PATCH-P0-FIX-UPSTREAM: Makes hotcopy to ignores log tables
-BUGS: upstream#43594, bnc#525325
-
-If you are running hotcopy, you probably want to ignore all
-log tables.
-
-Maintainer: Michal Hrusecky <michal.hruse...@opensuse.org>
-
-=== modified file 'scripts/mysqlhotcopy.sh'
---- scripts/mysqlhotcopy.sh    2008-03-07 20:45:40 +0000
-+++ scripts/mysqlhotcopy.sh    2009-03-12 13:06:42 +0000
-@@ -777,7 +777,24 @@ sub get_list_of_tables {
-         } || [];
-     warn "Unable to retrieve list of tables in $db: $@" if $@;
- 
--    return (map { $_->[0] } @$tables);
-+    my @ignore_tables = ();
-+
-+    # Ignore tables for the mysql database
-+    if ($db eq 'mysql') {
-+        @ignore_tables = qw(general_log slow_log schema apply_status);
-+    }
-+
-+    my @res = ();
-+    if ($#ignore_tables > 1) {
-+       my @tmp = (map { $_->[0] } @$tables);
-+       for my $t (@tmp) {
-+           push(@res, $t) if not exists { map { $_=>1 } @ignore_tables 
}->{$t};
-+       }
-+    } else {
-+       @res = (map { $_->[0] } @$tables);
-+    }
-+
-+    return @res;
- }
- 
- sub quote_names {
-

++++++ series ++++++
--- /var/tmp/diff_new_pack.w3XCHU/_old  2012-11-22 14:03:40.000000000 +0100
+++ /var/tmp/diff_new_pack.w3XCHU/_new  2012-11-22 14:03:40.000000000 +0100
@@ -1,6 +1,6 @@
 mysql-community-server-5.1.31-shebang.patch
 mysql-community-server-5.5.6-utf8-test-results.patch
-mysql-community-server-5.1.36-hotcopy.patch
+mariadb-5.5.28-hotcopy.patch
 mysql-community-server-5.5.6-cnf.patch
 mysql-community-server-5.5.8-group.patch
 mysql-community-server-5.1.45-multi-configuration.patch

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

Reply via email to