[scorched3d] Compress tarball with xz -e.

Ville Skyttä scop at fedoraproject.org
Wed Jun 26 21:20:30 UTC 2013


commit e2329f6d764e9523b240b6cfe7804aa68d3a8a67
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Jun 27 00:19:38 2013 +0300

    Compress tarball with xz -e.

 .gitignore      |    5 +----
 scorched3d.spec |    7 +++++--
 sources         |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 569e796..dafa321 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-Scorched3D-42.1-src-clean.tar.gz
-/Scorched3D-43.2a-src-clean.tar.gz
-/Scorched3D-43.3-src-clean.tar.gz
-/Scorched3D-43.3d-src-clean.tar.gz
+/*.tar.*
diff --git a/scorched3d.spec b/scorched3d.spec
index 7704978..5ed89e0 100644
--- a/scorched3d.spec
+++ b/scorched3d.spec
@@ -1,6 +1,6 @@
 Name:           scorched3d
 Version:        43.3d
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Game based loosely on the classic DOS game Scorched Earth
 Group:          Amusements/Games
 License:        GPLv2+
@@ -16,7 +16,7 @@ URL:            http://www.scorched3d.co.uk/
 # rm scorched/src/client/GLEXT/wglew.h
 # This isn't needed, so remove it as well as long as we are changing things
 # rm -r scorched-dep-osx
-Source0:        Scorched3D-%{version}-src-clean.tar.gz
+Source0:        Scorched3D-%{version}-src-clean.tar.xz
 Source1:        %{name}.desktop
 # Fake openal-config as openal-soft doesn't have it
 Source2:        openal-config
@@ -116,6 +116,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Jun 26 2013 Ville Skyttä <ville.skytta at iki.fi> - 43.3d-7
+- Compress tarball with xz -e.
+
 * Tue Feb 12 2013 Jon Ciesla <limburgher at gmail.com> - 43.3d-6
 - Drop desktop vendor tag.
 
diff --git a/sources b/sources
index e39c39a..b472b21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eeb84ee946a44f65ed71001ca18e0874  Scorched3D-43.3d-src-clean.tar.gz
+d77e673d5372932c40d46a05f4483819  Scorched3D-43.3d-src-clean.tar.xz


More information about the scm-commits mailing list