[mysql] Update to MySQL 5.1.52

Tom Lane tgl at fedoraproject.org
Tue Nov 2 02:29:00 UTC 2010


commit a0bfd941f1d7e51a1b70c6be7973ce9a676e9cd2
Author: Tom Lane <tgl at redhat.com>
Date:   Mon Nov 1 22:28:29 2010 -0400

    Update to MySQL 5.1.52

 .gitignore |    2 +-
 mysql.spec |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e09f489..3278ded 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mysql-5.1.51-nodocs.tar.gz
+/mysql-5.1.52-nodocs.tar.gz
diff --git a/mysql.spec b/mysql.spec
index 2dac0ad..fab4b93 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,6 +1,6 @@
 Name: mysql
-Version: 5.1.51
-Release: 2%{?dist}
+Version: 5.1.52
+Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -577,6 +577,11 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Mon Nov  1 2010 Tom Lane <tgl at redhat.com> 5.1.52-1
+- Update to MySQL 5.1.52, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-52.html
+Resolves: #646569
+
 * Thu Oct  7 2010 Tom Lane <tgl at redhat.com> 5.1.51-2
 - Re-disable the outfile_loaddata test, per report from Dan Horak.
 
diff --git a/sources b/sources
index adb4f98..c7065a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1f17ca9fa8d9439e2daa9afa78fd0a1  mysql-5.1.51-nodocs.tar.gz
+998cc66664f6289596bde8fac85dd831  mysql-5.1.52-nodocs.tar.gz


More information about the scm-commits mailing list