[perl-List-AllUtils/f21] Correct license declaration from (GPL+ or Artistic) to (Artistic 2.0)

Petr Pisar ppisar at fedoraproject.org
Wed Mar 4 08:41:59 UTC 2015


commit b7cdf0a9c6d7707dd0cb94b4500b5188087d4622
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Mar 4 09:39:11 2015 +0100

    Correct license declaration from (GPL+ or Artistic) to (Artistic 2.0)

 perl-List-AllUtils.spec | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec
index fe542b1..ba5c570 100644
--- a/perl-List-AllUtils.spec
+++ b/perl-List-AllUtils.spec
@@ -1,8 +1,8 @@
 Name:           perl-List-AllUtils
 Version:        0.09
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Combines List::Util and List::MoreUtils
-License:        GPL+ or Artistic
+License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/List-AllUtils/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-%{version}.tar.gz
@@ -51,11 +51,16 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Changes LICENSE README.md
+%license LICENSE
+%doc Changes README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 04 2015 Petr Pisar <ppisar at redhat.com> - 0.09-2
+- Correct license declaration from (GPL+ or Artistic) to (Artistic 2.0)
+  (bug #1198256)
+
 * Wed Oct 08 2014 Petr Pisar <ppisar at redhat.com> - 0.09-1
 - 0.09 bump
 


More information about the scm-commits mailing list