diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index ec695ea..e506e50 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -5,8 +5,11 @@ Name: perl-Test-Simple Summary: Basic utilities for writing tests Version: 1.001014 -Release: 1%{?dist} -License: GPL+ or Artistic +Release: 2%{?dist} +# CC0: lib/ok.pm +# Public Domain: lib/Test/Tutorial.pod +# GPL+ or Artistic: the rest of the distribution +License: (GPL+ or Artistic) and CC0 and Public Domain URL: http://search.cpan.org/dist/Test-Simple Source0: http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Simple-%{version}.tar.gz BuildArch: noarch @@ -111,6 +114,9 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test::use::ok.3* %changelog +* Wed Mar 04 2015 Petr Ĺ abata - 1.001014-2 +- Correct the license tag + * Wed Jan 7 2015 Paul Howarth - 1.001014-1 - Update to 1.001014 - Fix a unit test that broke on some platforms with spaces in the $^X path