[mysql/f14] Update to MySQL 5.1.59

Tom Lane tgl at fedoraproject.org
Sun Nov 13 05:02:31 UTC 2011


commit e9da4eaa0619bdc1fa66d16eca884699e40e7577
Author: Tom Lane <tgl at redhat.com>
Date:   Sun Nov 13 00:01:51 2011 -0500

    Update to MySQL 5.1.59

 .gitignore |    2 +-
 mysql.spec |    8 ++++++--
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index add47c8..bd6d42d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mysql-5.1.58-nodocs.tar.gz
+/mysql-5.1.59-nodocs.tar.gz
diff --git a/mysql.spec b/mysql.spec
index 5beb7c9..32d01b6 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,5 +1,5 @@
 Name: mysql
-Version: 5.1.58
+Version: 5.1.59
 Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
@@ -46,7 +46,7 @@ Patch14: mysql-missing-string-code.patch
 Patch16: mysql-chain-certs.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: gperf, perl, readline-devel, openssl-devel
+BuildRequires: perl, readline-devel, openssl-devel
 BuildRequires: gcc-c++, ncurses-devel, zlib-devel
 BuildRequires: libtool automake autoconf gawk
 # make test requires time and ps
@@ -577,6 +577,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* 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
+
 * Sat Jul 16 2011 Tom Lane <tgl at redhat.com> 5.1.58-1
 - Update to MySQL 5.1.58, for various fixes described at
   http://dev.mysql.com/doc/refman/5.1/en/news-5-1-58.html
diff --git a/sources b/sources
index 41e46ae..e24483a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4402708227178fc93ba2ab1e31fb4f86  mysql-5.1.58-nodocs.tar.gz
+9eb43bd827062e1ffba28df744f2d556  mysql-5.1.59-nodocs.tar.gz


More information about the scm-commits mailing list