diff options
| author | Remi Collet <fedora@famillecollet.com> | 2011-07-28 18:32:54 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2011-07-28 18:32:54 +0200 | 
| commit | 677e80495c8d58ab279e26c5a23f294298d29634 (patch) | |
| tree | 2ea879b721ddbf498f0103358841a23deeb56698 | |
| parent | efc197f0dcdae928d74b84c423797b0cfd56eb93 (diff) | |
MySQL 5.5.15
| -rw-r--r-- | mysql55.spec | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/mysql55.spec b/mysql55.spec index 11770aa..9bfb666 100644 --- a/mysql55.spec +++ b/mysql55.spec @@ -1,6 +1,6 @@  Name: mysql -Version: 5.5.14 -Release: 2%{?dist} +Version: 5.5.15 +Release: 1%{?dist}  Summary: MySQL client programs and shared libraries  Group: Applications/Databases  URL: http://www.mysql.com @@ -42,7 +42,6 @@ Patch6: mysql-chain-certs.patch  Patch7: mysql-versioning.patch  Patch8: mysql-dubious-exports.patch  # Patch9: mysql-disable-test.patch -Patch10: mysql-embedded-crash.patch  Patch11: mysql-plugin-bool.patch  Patch12: mysql-s390-tsc.patch  Patch13: mysql-openssl-test.patch @@ -200,7 +199,6 @@ rm -f Docs/mysql.info  %patch7 -p1  %patch8 -p1  # si below %patch9 -p1 -%patch10 -p1  %patch11 -p1  %patch12 -p1  %if 0%{?fedora} >= 9 || 0%{?rhel} >= 5 @@ -681,6 +679,10 @@ fi  %{_mandir}/man1/mysql_client_test.1*  %changelog +* Thu Jul 28 2011 Remi Collet <RPMS@FamilleCollet.com> - 5.5.15-1 +- update to MySQL 5.5.15 Community Server GA +  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-15.html +  * Sat Jul 16 2011 Remi Collet <RPMS@FamilleCollet.com> - 5.5.14-2  - sync with rawhide | 
