[ed] buildsys doesn't support lzip, repackage bzip2 compressed

Karsten Hopp karsten at fedoraproject.org
Mon Feb 24 15:20:19 UTC 2014


commit 099bcfd6b7167584bfa48cb4a9ce679fb7f74b4d
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Feb 24 16:21:16 2014 +0100

    buildsys doesn't support lzip, repackage bzip2 compressed

 .gitignore |    1 +
 ed.spec    |    2 +-
 sources    |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f91885..079b4d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ ed-1.4.tar.gz
 /ed-1.8.tar.gz
 /ed-1.9.tar.gz
 /ed-1.10.tar.lz
+/ed-1.10.tar.bz2
diff --git a/ed.spec b/ed.spec
index 4e5206b..00c45ea 100644
--- a/ed.spec
+++ b/ed.spec
@@ -4,7 +4,7 @@ Version: 1.10
 Release: 1%{?dist}
 License: GPLv3+, GFDL
 Group:  Applications/Text
-Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.lz
+Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.bz2
 URL:    http://www.gnu.org/software/ed/
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
diff --git a/sources b/sources
index fb473da..6673e59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1e51bb6e78417af8fb12684c31fd9eb  ed-1.10.tar.lz
+38204d4c690a17a989e802ba01b45e98  ed-1.10.tar.bz2


More information about the scm-commits mailing list