[community-mysql] Use xz instead of gzip Resolves: #982387

Honza Horak hhorak at fedoraproject.org
Tue Jul 9 08:12:58 UTC 2013


commit affa9444c5a2fdb714a4987198143fa72c30a192
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Tue Jul 9 10:11:48 2013 +0200

    Use xz instead of gzip
    Resolves: #982387

 .gitignore           |    1 +
 community-mysql.spec |    4 +++-
 generate-tarball.sh  |    2 +-
 sources              |    2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2245f8f..2b742f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mysql-5.5.31-nodocs.tar.gz
 /mysql-5.5.32-nodocs.tar.gz
 /mysql-man-gpl.tar.gz
+/mysql-5.5.32-nodocs.tar.xz
diff --git a/community-mysql.spec b/community-mysql.spec
index c8ec840..93eadcc 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -17,7 +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.gz
+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:
@@ -718,6 +718,8 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris
 %changelog
 * Tue Jul  9 2013 Honza Horak <hhorak at redhat.com> 5.5.32-6
 - Use proper path to ldconfig
+- Use xz instead of gzip
+  Resolves: #982387
 
 * Mon Jul  1 2013 Honza Horak <hhorak at redhat.com> 5.5.32-5
 - Fix misleading error message when uninstalling built-in plugins
diff --git a/generate-tarball.sh b/generate-tarball.sh
index 2ff4bff..4482e67 100755
--- a/generate-tarball.sh
+++ b/generate-tarball.sh
@@ -8,7 +8,7 @@ tar xfz mysql-$VERSION.tar.gz || exit 1
 
 rm mysql-$VERSION/Docs/mysql.info
 
-tar cfz mysql-$VERSION-nodocs.tar.gz mysql-$VERSION || exit 1
+tar cfJ mysql-$VERSION-nodocs.tar.xz mysql-$VERSION || exit 1
 
 rm -rf mysql-$VERSION
 
diff --git a/sources b/sources
index d3c7cd1..15ea7e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ce2dd09ec4c69e6fc5b3dabf70a333d  mysql-5.5.32-nodocs.tar.gz
+fb7995da81f2654d87335c6700a12e86  mysql-5.5.32-nodocs.tar.xz


More information about the scm-commits mailing list