OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 06-Dec-2007 18:51:33 Branch: HEAD Handle: 2007120617513300 Modified files: openpkg-src/mysql mysql.patch mysql.spec Log: upgrading package: mysql 5.0.45 -> 5.0.51 Summary: Revision Changes Path 1.29 +0 -17 openpkg-src/mysql/mysql.patch 1.174 +4 -4 openpkg-src/mysql/mysql.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mysql/mysql.patch ============================================================================ $ cvs diff -u -r1.28 -r1.29 mysql.patch --- openpkg-src/mysql/mysql.patch 12 Nov 2007 23:19:45 -0000 1.28 +++ openpkg-src/mysql/mysql.patch 6 Dec 2007 17:51:33 -0000 1.29 @@ -37,20 +37,3 @@ INSERT INTO db SELECT * FROM tmp_db WHERE @had_db_table=0; DROP TABLE tmp_db; -______________________________________________________________________________ - -Dirty hack to make mysqlhotcopy work with recent versions of DBD/mysql, -see http://bugs.mysql.com/bug.php?id=27303 - -Index: scripts/mysqlhotcopy.sh ---- scripts/mysqlhotcopy.sh.orig 2007-07-04 15:06:25 +0200 -+++ scripts/mysqlhotcopy.sh 2007-11-13 00:02:56 +0100 -@@ -834,6 +834,8 @@ - - my @dbh_tables = eval { $dbh->tables() }; - -+ map { s/^.*?\.//o } @dbh_tables; -+ - ## Remove quotes around table names - my $quote = $dbh->get_info(29); # SQL_IDENTIFIER_QUOTE_CHAR - if ($quote) { @@ . patch -p0 <<'@@ .' Index: openpkg-src/mysql/mysql.spec ============================================================================ $ cvs diff -u -r1.173 -r1.174 mysql.spec --- openpkg-src/mysql/mysql.spec 12 Nov 2007 23:19:45 -0000 1.173 +++ openpkg-src/mysql/mysql.spec 6 Dec 2007 17:51:33 -0000 1.174 @@ -24,7 +24,7 @@ # package version %define V_major 5.0 -%define V_minor 45 +%define V_minor 51 %define V_mysql %{V_major}.%{V_minor} %define V_opkg %{V_major}.%{V_minor} %define V_jdbc 5.0.8 @@ -40,7 +40,7 @@ Group: Database License: GPL Version: %{V_opkg} -Release: 20071113 +Release: 20071206 # package options %option with_server yes @@ -57,8 +57,8 @@ %option with_jdbc no # list of sources -Source0: http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz -Source1: http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/Connector-J/mysql-connector-java-%{V_jdbc}.tar.gz +Source0: ftp://ftp.plusline.de/pub/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz +Source1: ftp://ftp.plusline.de/pub/mysql/Downloads/Connector-J/mysql-connector-java-%{V_jdbc}.tar.gz Source2: my.cnf Source3: my.pwd Source4: rc.mysql @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org