diff --git a/.gitignore b/.gitignore index a7f3c6c..d15a15f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mysql-5.5.29-nodocs.tar.gz +/mysql-5.5.30-nodocs.tar.gz diff --git a/mysql.spec b/mysql.spec index 29c1f45..a62d06b 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql -Version: 5.5.29 -Release: 3%{?dist} +Version: 5.5.30 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases @@ -726,6 +726,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Feb 12 2013 Honza Horak 5.5.30-1 +- Update to MySQL 5.5.30, for various fixes described at + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-30.html + * Tue Feb 12 2013 Honza Horak 5.5.29-3 - Use real- prefix for cross-package requirements diff --git a/sources b/sources index 093f772..bd950ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b9473a36a98c54cd671ba60ce873289 mysql-5.5.29-nodocs.tar.gz +382ab22fd33ec4fb65ecd61d92b61736 mysql-5.5.30-nodocs.tar.gz