[perl-Compress-Raw-Zlib] Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Mar 19 16:26:54 UTC 2015


commit 07d930ef3225c3c8a62afd4445e075779a89a225
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Mar 19 17:26:40 2015 +0100

    Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)

 perl-Compress-Raw-Zlib.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index e842a8c..1efe641 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -2,7 +2,9 @@ Name:           perl-Compress-Raw-Zlib
 Version:        2.068
 Release:        1%{?dist}
 Summary:        Low-level interface to the zlib compression library
-License:        GPL+ or Artistic
+# Zlib.xs: (GPL+ or Artistic) and zlib
+# Others:  GPL+ or Artistic
+License:        (GPL+ or Artistic) and zlib
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Compress-Raw-Zlib/
 Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
@@ -74,6 +76,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
 %{_mandir}/man3/Compress::Raw::Zlib.3*
 
 %changelog
+* Thu Mar 19 2015 Jitka Plesnikova <jplesnik at redhat.com> - 2.068-2
+- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)
+
 * Wed Dec 24 2014 Paul Howarth <paul at city-fan.org> - 2.068-1
 - Update to 2.068
   - Silence more compiler warnings


More information about the perl-devel mailing list