From 5ae2b2423669b8da452749991776b6fddd033620 Mon Sep 17 00:00:00 2001 From: Honza HorĂ¡k Date: Dec 09 2013 17:20:21 +0000 Subject: Update to MySQL 5.5.35 --- 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 f060c3b..9ae0879 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 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 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/generate-tarball.sh b/generate-tarball.sh deleted file mode 100755 index 4482e67..0000000 --- a/generate-tarball.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -VERSION=$1 - -rm -rf mysql-$VERSION - -tar xfz mysql-$VERSION.tar.gz || exit 1 - -rm mysql-$VERSION/Docs/mysql.info - -tar cfJ mysql-$VERSION-nodocs.tar.xz mysql-$VERSION || exit 1 - -rm -rf mysql-$VERSION - -exit 0 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