[lrzip] 0.608 bump

Petr Pisar ppisar at fedoraproject.org
Mon Sep 26 13:10:12 UTC 2011


commit 2b3ed4e59402fc35756954b69cc3a8647cdcf0af
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Sep 26 15:09:28 2011 +0200

    0.608 bump

 .gitignore                                     |    1 +
 lrzip-0.607-bash_completion_installation.patch |  334 ------------------------
 lrzip.spec                                     |   27 +--
 sources                                        |    2 +-
 4 files changed, 9 insertions(+), 355 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e04a160..1864461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ lrzip-0.46.tar.bz2
 /lrzip-0.605.tar.bz2
 /lrzip-0.606.tar.bz2
 /lrzip-0.607.tar.bz2
+/lrzip-0.608.tar.bz2
diff --git a/lrzip.spec b/lrzip.spec
index f8e374d..1d81f63 100644
--- a/lrzip.spec
+++ b/lrzip.spec
@@ -1,19 +1,17 @@
 Name:           lrzip
-Version:        0.607
+Version:        0.608
 Release:        1%{?dist}
 Summary:        Compression program optimized for large files
 Group:          Applications/File
 License:        GPLv2+
 URL:            http://ck.kolivas.org/apps/%{name}/
 Source0:        http://ck.kolivas.org/apps/%{name}/%{name}-%{version}.tar.bz2
-# Fix bash completion installation, in upstream after 0.607
-Patch0:         %{name}-0.607-bash_completion_installation.patch
-# automake for %%{name}-0.607-bash_completition_installation.patch
-BuildRequires:  automake
 BuildRequires:  bzip2-devel lzo-devel perl zlib-devel
 %ifarch x86
 BuildRequires:  nasm
 %endif
+# Bash completion support packaged as sub-package removed in 0.608
+Obsoletes:      %{name}-bash < 0.608-1
 
 %description
 Long Range ZIP or Lzma RZIP
@@ -25,20 +23,8 @@ be chosen to be either size (much smaller than bzip2) or speed (much faster
 than bzip2). Decompression is always much faster than bzip2.
 
 
-%package bash
-Summary:        Bash completion for lrzip
-Group:          System Environment/Shells
-License:        GPLv2+
-BuildArch:      noarch
-Requires:       lrzip = %{epoch}:%{version}-%{release}
-
-%description bash
-Bash completion helper extending completion experience on lrzip command.
-
-
 %prep
 %setup -q
-%patch0 -p1 -b .completition
 for F in lzma/history.txt; do
     iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
     touch -r "$F" "${F}.utf8"
@@ -62,10 +48,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_mandir}/man1/*.1.gz
 %{_mandir}/man5/*.5.gz
 
-%files bash
-%{_sysconfdir}/bash_completion.d
-
 %changelog
+* Mon Sep 26 2011 Petr Pisar <ppisar at redhat.com> - 0.608-1
+- 0.608 bump
+- Obsolete lrzip-bash sub-package as upstream removed bash completion support
+
 * Mon Sep 19 2011 Petr Pisar <ppisar at redhat.com> - 0.607-1
 - 0.607 bump
 - Fix bash completion installation
diff --git a/sources b/sources
index f90dfdb..ca8b5ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6566d134bc5a86c874eb34a883b7f5c  lrzip-0.607.tar.bz2
+c8c6d5a7b2587684eb51f175ac23fb54  lrzip-0.608.tar.bz2


More information about the scm-commits mailing list