[community-mysql/f19] Update to MySQL 5.5.38, for various fixes described at

Honza Horak hhorak at fedoraproject.org
Mon Jun 30 06:58:03 UTC 2014


commit 7337c821d3ed150955fa7ad6e26a376d763500ed
Author: Honza Horak <hhorak at redhat.com>
Date:   Tue Jun 17 16:08:59 2014 +0200

    Update to MySQL 5.5.38, for various fixes described at
    
      http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-38.html

 .gitignore                        |    1 +
 community-mysql-rhbz1059545.patch |   17 -----------------
 community-mysql.spec              |    6 +++++-
 sources                           |    2 +-
 4 files changed, 7 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e338be..1824b0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /mysql-5.5.35.tar.gz
 /mysql-5.5.36.tar.gz
 /mysql-5.5.37.tar.gz
+/mysql-5.5.38.tar.gz
diff --git a/community-mysql.spec b/community-mysql.spec
index 18f24d5..9af0d04 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -1,5 +1,5 @@
 Name: community-mysql
-Version: 5.5.37
+Version: 5.5.38
 Release: 1%{?dist}
 
 Summary: MySQL client programs and shared libraries
@@ -722,6 +722,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Tue Jun 17 2014 Honza Horak <hhorak at redhat.com> - 5.5.38-1
+- Update to MySQL 5.5.38, for various fixes described at
+  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-38.html
+
 * Thu Apr 17 2014 Honza Horak <hhorak at redhat.com> - 5.5.37-1
 - Update to MySQL 5.5.37, for various fixes described at
   http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-37.html
diff --git a/sources b/sources
index f69d1c8..6e4ef81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf1d80c66d4822ec6036300399a33c03  mysql-5.5.37.tar.gz
+df5071c49764c3ad65df04ff20866a86  mysql-5.5.38.tar.gz


More information about the scm-commits mailing list