[libass/el5] .tar.xz probably isn't supported on EPEL-5, so use the other source.

Martin Sourada mso at fedoraproject.org
Sat Nov 12 10:55:29 UTC 2011


commit a80823b271b2ea9732bb5ad3bfa4d7abac15b6f7
Author: Martin Sourada <mso at fedoraproject.org>
Date:   Sat Nov 12 11:54:38 2011 +0100

    .tar.xz probably isn't supported on EPEL-5, so use the other source.

 .gitignore  |    1 +
 libass.spec |    2 +-
 sources     |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 941f27c..e3af658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ libass-0.9.9.tar.bz2
 /libass-0.9.11.tar.bz2
 /libass-0.9.12.tar.xz
 /libass-0.10.0.tar.xz
+/libass-0.10.0.tar.gz
diff --git a/libass.spec b/libass.spec
index b8e0b75..2206b18 100644
--- a/libass.spec
+++ b/libass.spec
@@ -6,7 +6,7 @@ Summary:        Portable library for SSA/ASS subtitles rendering
 Group:          System Environment/Libraries
 License:        ISC
 URL:            http://code.google.com/p/libass/
-Source0:        http://libass.googlecode.com/files/%{name}-%{version}.tar.xz
+Source0:        http://libass.googlecode.com/files/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
diff --git a/sources b/sources
index f4701a8..a805e55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1855bddc4c167f96968dddeeda0eb45c  libass-0.10.0.tar.xz
+05cc8cc5eb4265b55ab0821f0825b719  libass-0.10.0.tar.gz


More information about the scm-commits mailing list