diff --git a/.gitignore b/.gitignore index a50b898..b687cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /mysql-5.5.37.tar.gz /mysql-5.5.38.tar.gz /mysql-5.5.39.tar.gz +/mysql-5.5.41.tar.gz diff --git a/community-mysql.spec b/community-mysql.spec index b5f98f2..29069ba 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -4,7 +4,7 @@ %global ship_my_cnf 0 Name: community-mysql -Version: 5.5.39 +Version: 5.5.41 Release: 1%{?dist} Summary: MySQL client programs and shared libraries @@ -734,6 +734,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris %{_mandir}/man1/mysql_client_test.1* %changelog +* Mon Jan 12 2015 Honza Horak - 5.5.41-1 +- Update to MySQL 5.5.41, for various fixes described at + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-41.html + * Mon Aug 04 2014 Jan Stanek - 5.5.39-1 - Update to MySQL 5.5.39, for various fixes described at http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-39.html diff --git a/sources b/sources index 984184a..6a04b7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6f0ba553fb1ac839921b1135cb184ae mysql-5.5.39.tar.gz +211ace59652eed6fb0e5cfd76834afab mysql-5.5.41.tar.gz