[lrzip] 0.620 bump

Petr Pisar ppisar at fedoraproject.org
Tue Mar 3 13:40:31 UTC 2015


commit b93289d44cb8e95a60962b34e8b94b7c8c99f2ae
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Mar 3 14:37:47 2015 +0100

    0.620 bump

 .gitignore |  1 +
 lrzip.spec | 18 ++++++++++++------
 sources    |  2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e50985e..c47fc7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ lrzip-0.46.tar.bz2
 /lrzip-0.614.tar.bz2
 /lrzip-0.615.tar.bz2
 /lrzip-0.616.tar.bz2
+/lrzip-0.620.tar.bz2
diff --git a/lrzip.spec b/lrzip.spec
index f18247e..add3c3e 100644
--- a/lrzip.spec
+++ b/lrzip.spec
@@ -6,11 +6,14 @@
 
 # These utilities do not use the standalone library
 Name:           lrzip
-Version:        0.616
-Release:        4%{?dist}
+Version:        0.620
+Release:        1%{?dist}
 Summary:        Compression program optimized for large files
 Group:          Applications/File
-License:        GPLv2+
+# lzma:         Public Domain
+# md5.{c,h}:    GPLv3+
+# other files:  GPLv2+
+License:        GPLv2+ and GPLv3+ and Public Domain
 URL:            http://ck.kolivas.org/apps/%{name}/
 Source0:        %{url}%{name}-%{version}.tar.bz2
 BuildRequires:  bzip2-devel
@@ -20,8 +23,6 @@ BuildRequires:  zlib-devel
 %if %{with assembler}
 BuildRequires:  nasm
 %endif
-# Bash completion support packaged as sub-package removed in 0.608
-Obsoletes:      %{name}-bash < 0.608-1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -98,7 +99,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm {} +
 %{_mandir}/man5/*.5.gz
 
 %files libs
-%doc COPYING
+%license COPYING
 %{_libdir}/lib%{name}.so.*
 
 %files devel
@@ -111,6 +112,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm {} +
 %{_libdir}/lib%{name}.a
 
 %changelog
+* Tue Mar 03 2015 Petr Pisar <ppisar at redhat.com> - 0.620-1
+- 0.620 bump
+- License declaration corrected from (GPLv2+) to (GPLv2+ and GPLv3+ and Public
+  Domain)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.616-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 0685db5..6461ba8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1adc933a286af9384dbfaf028d690cf3  lrzip-0.616.tar.bz2
+285b84113537cc9d8161d6d62dae9516  lrzip-0.620.tar.bz2


More information about the scm-commits mailing list