[e2fsprogs] Switch back to gzipped tarball

Eric Sandeen sandeen at fedoraproject.org
Wed Oct 3 01:57:00 UTC 2012


commit 9f62610e46785e830e5331a694440ae0b88e5e61
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Tue Oct 2 20:56:21 2012 -0500

    Switch back to gzipped tarball

 .gitignore     |    1 +
 e2fsprogs.spec |    7 +++++--
 sources        |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 70faa98..b6fdb8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ e2fsprogs-1.41.12.tar.gz
 /e2fsprogs-1.42.4.tar.gz
 /e2fsprogs-1.42.5.tar.bz2
 /e2fsprogs-1.42.6.tar.bz2
+/e2fsprogs-1.42.6.tar.gz
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 24c72d5..1836936 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -1,12 +1,12 @@
 Summary: Utilities for managing ext2, ext3, and ext4 filesystems
 Name: e2fsprogs
 Version: 1.42.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # License tags based on COPYING file distinctions for various components
 License: GPLv2
 Group: System Environment/Base
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: ext2_types-wrapper.h
 Source2: e2fsck.conf
 
@@ -322,6 +322,9 @@ exit 0
 %{_libdir}/pkgconfig/ss.pc
 
 %changelog
+* Tue Oct 02 2012 Eric Sandeen <sandeen at redhat.com> 1.42.6-2
+- Switch back to gzipped tarball to make sf.net source URL correct
+
 * Tue Oct 02 2012 Eric Sandeen <sandeen at redhat.com> 1.42.6-1
 - New upstream release
 
diff --git a/sources b/sources
index 2b83a6c..4076d44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63cf1b8f0e62a22ea9daa35aeb344577  e2fsprogs-1.42.6.tar.bz2
+9e444c240c1001b3292d108fbad0f49c  e2fsprogs-1.42.6.tar.gz


More information about the scm-commits mailing list