[perl-Test-Base] Update to 0.76

Paul Howarth pghmcfc at fedoraproject.org
Thu Aug 7 14:39:58 UTC 2014


commit 4f28794c6697597eceb596bcf52b4ccb343cb942
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Aug 7 15:37:41 2014 +0100

    Update to 0.76
    
    - New upstream release 0.76
      - Switch to Zilla-Dist
      - Add Algorithm::Diff and Text::Diff to test.requires
      - Fix copyright years
      - Remove (c) from Copyright
      - Switch docs to Swim
      - Add badges to docs
      - PR/11 and fixes
      - Add $VERSION back into Test::Base
      - Applied PR/4 from schwern++
      - Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x
      - Use PR/14 which makes old and new Test::Builders work
      - Fix bad encoding in Pod
    - Use %license

 perl-Test-Base.spec |   27 +++++++++++++++++++++++----
 sources             |    2 +-
 2 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Base.spec b/perl-Test-Base.spec
index ee81f5b..0d0f708 100644
--- a/perl-Test-Base.spec
+++ b/perl-Test-Base.spec
@@ -1,12 +1,14 @@
 Name:           perl-Test-Base
-Version:        0.62
-Release:        2%{?dist}
+Version:        0.76
+Release:        1%{?dist}
 Summary:        Data Driven Testing Framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Base/
 Source0:        http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(Algorithm::Diff) >= 1.15
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
@@ -16,7 +18,7 @@ BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(MIME::Base64)
-BuildRequires:  perl(Spiffy) >= 0.30
+BuildRequires:  perl(Spiffy) >= 0.40
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) >= 0.62
 BuildRequires:  perl(Test::Pod) >= 1.41
@@ -59,7 +61,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test RELEASE_TESTING=1
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes CONTRIBUTING README
 %{perl_vendorlib}/Module/
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Module::Install::TestBase.3pm*
@@ -67,6 +70,22 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/Test::Base::Filter.3pm*
 
 %changelog
+* Thu Aug  7 2014 Paul Howarth <paul at city-fan.org> - 0.76-1
+- Update to 0.76
+  - Switch to Zilla-Dist
+  - Add Algorithm::Diff and Text::Diff to test.requires
+  - Fix copyright years
+  - Remove (c) from Copyright
+  - Switch docs to Swim
+  - Add badges to docs
+  - PR/11 and fixes
+  - Add $VERSION back into Test::Base
+  - Applied PR/4 from schwern++
+  - Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x
+  - Use PR/14 which makes old and new Test::Builders work
+  - Fix bad encoding in Pod
+- Use %%license
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.62-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 3d23f6f..396fe23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5b06043b2441d9787533575d6f5e798  Test-Base-0.62.tar.gz
+97dbc5416d66c054d40f7f8f0d3cea07  Test-Base-0.76.tar.gz



More information about the perl-devel mailing list