[perl-Test-use-ok] Update to 0.11

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 11 19:28:34 UTC 2012


commit 8d764bcd16b0a7a1c4f175200fc8ceb75055fc38
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 11 20:27:47 2012 +0100

    Update to 0.11
    
    - New upstream release 0.11
      - LICENSING CHANGE: this compilation and all individual files in it are now
        under the nullary CC0 1.0 Universal terms:
        To the extent possible under law, 唐鳳 has waived all copyright and
        related or neighboring rights to Test-use-ok
      - Update t/01-basic.t to work with Test::Simple 0.98_02 and later
    - License changed from MIT to CC0
    - BR: perl(File::Spec)

 .gitignore            |    2 +-
 perl-Test-use-ok.spec |   21 ++++++++++++++++-----
 sources               |    2 +-
 3 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b226181..5ae5655 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Test-use-ok-0.02.tar.gz
+/Test-use-ok-[0-9.]*.tar.gz
diff --git a/perl-Test-use-ok.spec b/perl-Test-use-ok.spec
index 02e07df..c20426c 100644
--- a/perl-Test-use-ok.spec
+++ b/perl-Test-use-ok.spec
@@ -1,11 +1,11 @@
 Name:		perl-Test-use-ok
-Version:	0.02
-Release:	16%{?dist}
+Version:	0.11
+Release:	1%{?dist}
 Summary:	Alternative to Test::More::use_ok
-License:	MIT 
+License:	CC0 
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Test-use-ok/
-Source0:	http://www.cpan.org/authors/id/A/AU/AUDREYT/Test-use-ok-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Test-use-ok-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -13,6 +13,7 @@ BuildRequires:	perl(Test::More)
 # Requires of bundled library inc::Module::Install
 BuildRequires:	perl(Cwd)
 BuildRequires:	perl(File::Path)
+BuildRequires:	perl(File::Spec)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -55,8 +56,18 @@ rm -rf %{buildroot}
 %{_mandir}/man3/ok.3pm*
 
 %changelog
+* Tue Sep 11 2012 Paul Howarth <paul at city-fan.org> - 0.11-1
+- Update to 0.11
+  - LICENSING CHANGE: this compilation and all individual files in it are now
+    under the nullary CC0 1.0 Universal terms:
+    To the extent possible under law, 唐鳳 has waived all copyright and
+    related or neighboring rights to Test-use-ok
+  - Update t/01-basic.t to work with Test::Simple 0.98_02 and later
+- License changed from MIT to CC0
+- BR: perl(File::Spec)
+
 * Tue Aug 28 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.02-16
-- Specify all dependencies.
+- Specify all dependencies
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.02-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources
index d0c48e2..54be7ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c49b0bbb37a6764b8b96d9fcef954ba2  Test-use-ok-0.02.tar.gz
+014364cc2f0df651d8416ebb60451f18  Test-use-ok-0.11.tar.gz


More information about the scm-commits mailing list