[lrzip] 0.602 bump

Petr Pisar ppisar at fedoraproject.org
Thu Apr 14 12:56:34 UTC 2011


commit 706e00e592275520b9c78b0cb2bc172a2951ed61
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Apr 14 14:56:13 2011 +0200

    0.602 bump
    
    Patches merged to upstream

 .gitignore                                         |    1 +
 lrzip-0.601-Check-for-pod2man-presence.patch       |   28 --------------------
 ...-generation-to-work-with-package-generati.patch |   28 --------------------
 lrzip.spec                                         |   15 +++--------
 sources                                            |    2 +-
 5 files changed, 6 insertions(+), 68 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b157b93..70d3cdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ lrzip-0.46.tar.bz2
 /lrzip-0.571.tar.bz2
 /lrzip-0.600.tar.bz2
 /lrzip-0.601.tar.bz2
+/lrzip-0.602.tar.bz2
diff --git a/lrzip.spec b/lrzip.spec
index 68aa5a8..399f4bd 100644
--- a/lrzip.spec
+++ b/lrzip.spec
@@ -1,5 +1,5 @@
 Name:           lrzip
-Version:        0.601
+Version:        0.602
 Release:        1%{?dist}
 Summary:        Compression program optimized for large files
 
@@ -7,17 +7,11 @@ Group:          Applications/File
 License:        GPLv2+
 URL:            http://ck.kolivas.org/apps/%{name}/
 Source0:        http://ck.kolivas.org/apps/%{name}/%{name}-%{version}.tar.bz2
-Patch0:         lrzip-0.601-Check-for-pod2man-presence.patch
-# In upstream
-Patch1:         lrzip-0.601-Fix-symlink-generation-to-work-with-package-generati.patch
 
 BuildRequires:  bzip2-devel lzo-devel perl zlib-devel
 %ifarch x86
 BuildRequires:  nasm
 %endif
-# Beacuse of lrzip-0.601-Check-for-pod2man-presence.patch and
-# lrzip-0.601-Fix-symlink-generation-to-work-with-package-generati.patch:
-BuildRequires:  autoconf automake
 
 
 %description
@@ -32,10 +26,6 @@ than bzip2). Decompression is always much faster than bzip2.
 
 %prep
 %setup -q
-%patch0 -p1 -b .pod2man
-%patch1 -p1 -b .symlinks
-autoreconf
-
 for F in lzma/history.txt; do
     iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
     touch -r "$F" "${F}.utf8"
@@ -62,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 14 2011 Petr Pisar <ppisar at redhat.com> - 0.602-1
+- 0.602 bump
+
 * Thu Mar 24 2011 Petr Pisar <ppisar at redhat.com> - 0.601-1
 - 0.601 bump
 - Fix symlink installation
diff --git a/sources b/sources
index cf20168..cd8e3cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f96b34e116c738dc0ce2872017e2dca  lrzip-0.601.tar.bz2
+88315769c2f20c95e60ca4f9a0215d33  lrzip-0.602.tar.bz2


More information about the scm-commits mailing list