[community-mysql/f19] Update to MySQL 5.5.35

Honza Horak hhorak at fedoraproject.org
Tue Dec 10 12:33:45 UTC 2013


commit 4a3b1b541546b8e81ebc79b55c78de1f772f034b
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Mon Dec 9 18:20:21 2013 +0100

    Update to MySQL 5.5.35

 .gitignore           |    1 +
 community-mysql.spec |   13 ++++++-------
 generate-tarball.sh  |   15 ---------------
 sources              |    2 +-
 4 files changed, 8 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dba8fb2..a193a96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /mysql-5.5.33-nodocs.tar.xz
 /mysql-5.5.34-nodocs.tar.gz
 /mysql-5.5.34-nodocs.tar.xz
+/mysql-5.5.35.tar.gz
diff --git a/community-mysql.spec b/community-mysql.spec
index e3ecf5c..c21391b 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -1,5 +1,5 @@
 Name: community-mysql
-Version: 5.5.34
+Version: 5.5.35
 Release: 1%{?dist}
 
 Summary: MySQL client programs and shared libraries
@@ -17,12 +17,7 @@ License: GPLv2 with exceptions and LGPLv2 and BSD
 # Upstream has a mirror redirector for downloads, so the URL is hard to
 # represent statically.  You can get the tarball by following a link from
 # http://dev.mysql.com/downloads/mysql/
-Source0: mysql-%{version}-nodocs.tar.xz
-# The upstream tarball includes non-free documentation that we cannot ship.
-# To remove the non-free documentation, run this script after downloading
-# the tarball into the current directory:
-# ./generate-tarball.sh $VERSION
-Source2: generate-tarball.sh
+Source0: mysql-%{version}.tar.gz
 Source3: my.cnf
 Source5: my_config.h
 Source6: README.mysql-docs
@@ -729,6 +724,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Mon Dec  9 2013 Honza Horak <hhorak at redhat.com> 5.5.35-1
+- Update to MySQL 5.5.35, for various fixes described at
+  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-35.html
+
 * Fri Oct 18 2013 Honza Horak <hhorak at redhat.com> 5.5.34-1
 - Update to MySQL 5.5.34, for various fixes described at
   http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-34.html
diff --git a/sources b/sources
index 403e6e1..b58ebe1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d14c59a96dd7f85d918dc04cf2abb9a7  mysql-5.5.34-nodocs.tar.xz
+56f833052b579b7d4a2b16326cda6990  mysql-5.5.35.tar.gz


More information about the scm-commits mailing list