[mysql/f14] Update to MySQL 5.1.60

Tom Lane tgl at fedoraproject.org
Sun Nov 20 04:44:56 UTC 2011


commit 539a631dd33334c6169b91ede50f9a6ae939e506
Author: Tom Lane <tgl at redhat.com>
Date:   Sat Nov 19 23:44:36 2011 -0500

    Update to MySQL 5.1.60

 .gitignore                      |    2 +-
 mysql-missing-string-code.patch |   14 --------------
 mysql.spec                      |    8 +++++---
 sources                         |    2 +-
 4 files changed, 7 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd6d42d..04b5343 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mysql-5.1.59-nodocs.tar.gz
+/mysql-5.1.60-nodocs.tar.gz
diff --git a/mysql.spec b/mysql.spec
index 32d01b6..d5efbc8 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,5 +1,5 @@
 Name: mysql
-Version: 5.1.59
+Version: 5.1.60
 Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
@@ -42,7 +42,6 @@ Patch9: mysql-no-docs.patch
 Patch10: mysql-strmov.patch
 Patch12: mysql-cve-2008-7247.patch
 Patch13: mysql-expired-certs.patch
-Patch14: mysql-missing-string-code.patch
 Patch16: mysql-chain-certs.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -181,7 +180,6 @@ the MySQL sources.
 %patch10 -p1
 %patch12 -p1
 %patch13 -p1
-%patch14 -p1
 %patch16 -p1
 
 # workaround for upstream bug #56342
@@ -577,6 +575,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Sat Nov 19 2011 Tom Lane <tgl at redhat.com> 5.1.60-1
+- Update to MySQL 5.1.60, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-60.html
+
 * Sun Nov 13 2011 Tom Lane <tgl at redhat.com> 5.1.59-1
 - Update to MySQL 5.1.59, for various fixes described at
   http://dev.mysql.com/doc/refman/5.1/en/news-5-1-59.html
diff --git a/sources b/sources
index e24483a..d6bb123 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9eb43bd827062e1ffba28df744f2d556  mysql-5.1.59-nodocs.tar.gz
+2b73c010b3c124be295114aacee873a5  mysql-5.1.60-nodocs.tar.gz


More information about the scm-commits mailing list