[perl-Test-Base] Update to 0.88

Paul Howarth pghmcfc at fedoraproject.org
Tue Aug 26 10:26:18 UTC 2014


commit 1b6275c4df84082d7995414756c11b0a7fcc947c
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Aug 26 11:24:18 2014 +0100

    Update to 0.88
    
    - New upstream release 0.88
      - Add t/000-require-modules.t
      - Eliminate File::Basename from test/
      - Eliminate spurious trailing whitespace
      - Meta 0.0.2
      - Fix Meta error (s/zild/=zild/)
      - Unbundle Module::Install::TestBase
      - Fix failing t/diff_is.t (Issue/15)
      - Replace tabs with spaces

 perl-Test-Base.spec |   17 +++++++++++++----
 sources             |    2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Base.spec b/perl-Test-Base.spec
index 29f058b..1a53105 100644
--- a/perl-Test-Base.spec
+++ b/perl-Test-Base.spec
@@ -1,5 +1,5 @@
 Name:           perl-Test-Base
-Version:        0.79
+Version:        0.88
 Release:        1%{?dist}
 Summary:        Data Driven Testing Framework
 License:        GPL+ or Artistic
@@ -20,7 +20,7 @@ BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Spiffy) >= 0.40
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::More) >= 0.62
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Pod) >= 1.41
 BuildRequires:  perl(Test::Tester)
 BuildRequires:  perl(Text::Diff) >= 0.35
@@ -63,13 +63,22 @@ make test RELEASE_TESTING=1
 %files
 %license LICENSE
 %doc Changes CONTRIBUTING README
-%{perl_vendorlib}/Module/
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Module::Install::TestBase.3pm*
 %{_mandir}/man3/Test::Base.3pm*
 %{_mandir}/man3/Test::Base::Filter.3pm*
 
 %changelog
+* Tue Aug 26 2014 Paul Howarth <paul at city-fan.org> - 0.88-1
+- Update to 0.88
+  - Add t/000-require-modules.t
+  - Eliminate File::Basename from test/
+  - Eliminate spurious trailing whitespace
+  - Meta 0.0.2
+  - Fix Meta error (s/zild/=zild/)
+  - Unbundle Module::Install::TestBase
+  - Fix failing t/diff_is.t (Issue/15)
+  - Replace tabs with spaces
+
 * Sat Aug  9 2014 Paul Howarth <paul at city-fan.org> - 0.79-1
 - Update to 0.79
   - Change Provider test to use string eval, keeping it out of the eyes of
diff --git a/sources b/sources
index 4d0d947..d95e38d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42ba625d7fbda1966336b9cda8b9570a  Test-Base-0.79.tar.gz
+ced0cd86b099f9fd2cd73df1f46ab5e9  Test-Base-0.88.tar.gz


More information about the scm-commits mailing list