From c24d02a91f5870b8b716de9dc090003880b69e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Tue, 20 Aug 2013 17:13:19 +0200 Subject: [PATCH] Update to MySQL 5.5.33, for various fixes described at http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-33.html --- .gitignore | 1 + community-mysql.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2b742f3..e6e27bc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /mysql-5.5.32-nodocs.tar.gz /mysql-man-gpl.tar.gz /mysql-5.5.32-nodocs.tar.xz +/mysql-5.5.33-nodocs.tar.xz diff --git a/community-mysql.spec b/community-mysql.spec index 61e88eb..a5cf786 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -1,6 +1,6 @@ Name: community-mysql -Version: 5.5.32 -Release: 12%{?dist} +Version: 5.5.33 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases @@ -729,7 +729,11 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris %{_mandir}/man1/mysql_client_test.1* %changelog -* Tue Jul 30 2013 Honza Horak 5.5.32-12 +* Tue Aug 20 2013 Honza Horak 5.5.33-1 +- Update to MySQL 5.5.33, for various fixes described at + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-33.html + +* Tue Aug 20 2013 Honza Horak 5.5.32-12 - Fix multilib header location for arm * Sat Aug 03 2013 Petr Pisar - 5.5.32-11 diff --git a/sources b/sources index 15ea7e0..7c848fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb7995da81f2654d87335c6700a12e86 mysql-5.5.32-nodocs.tar.xz +eca726ea3457ac885f31aeeee65f9ba3 mysql-5.5.33-nodocs.tar.xz