From 30bcadfc79c87c024190b067e6e9e9fd19237793 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Apr 2011 15:42:34 +0200 Subject: MySQL 5.5.11 --- mysql55.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'mysql55.spec') diff --git a/mysql55.spec b/mysql55.spec index 236a2fd..a86ec73 100644 --- a/mysql55.spec +++ b/mysql55.spec @@ -1,6 +1,6 @@ Name: mysql -Version: 5.5.10 -Release: 2%{?dist} +Version: 5.5.11 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -500,6 +500,7 @@ fi %defattr(-,root,root) %doc README COPYING README.mysql-license %doc README.mysql-docs +%doc Docs %{_bindir}/msql2mysql %{_bindir}/mysql @@ -680,6 +681,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Apr 05 2011 Remi Collet - 5.5.11-1 +- update to MySQL 5.5.11 Community Server GA + http://dev.mysql.com/doc/refman/5.5/en/news-5-5-11.html + * Wed Mar 23 2011 Tom Lane 5.5.10-2 - Add my_make_scrambled_password to the list of symbols exported by libmysqlclient.so. Needed at least by pure-ftpd. -- cgit