[perl-Test-Simple] Update to 1.001006

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 9 14:47:08 UTC 2014


commit 1203e321c6c4980d51f5d5bd6196dc1b89ccad33
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Sep 9 15:46:14 2014 +0100

    Update to 1.001006
    
    - New upstream release 1.001006
      - Documentation updates
      - Subtests accept args
      - Outdent subtest diag
      - Changed install path for perl 5.12 or higher

 perl-Test-Simple.spec |   12 ++++++++++--
 sources               |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index b019d4f..1863253 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,7 +1,7 @@
 Name:           perl-Test-Simple
 Summary:        Basic utilities for writing tests
-Version:        1.001003
-Release:        3%{?dist}
+Version:        1.001006
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Simple
@@ -24,6 +24,7 @@ BuildRequires:  perl(Scalar::Util) >= 1.13
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Test::Harness) >= 2.03
+BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Data::Dumper)
@@ -79,6 +80,13 @@ make test
 %{_mandir}/man3/Test::Tutorial.3pm*
 
 %changelog
+* Tue Sep  9 2014 Paul Howarth <paul at city-fan.org> - 1.001006-1
+- Update to 1.001006
+  - Documentation updates
+  - Subtests accept args
+  - Outdent subtest diag
+  - Changed install path for perl 5.12 or higher
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.001003-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index bdc8451..ed54bd9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-527ae49633648f281ccab8e759d313be  Test-Simple-1.001003.tar.gz
+581ac4d2d7ace1f56409bc112e8ad02c  Test-Simple-1.001006.tar.gz


More information about the scm-commits mailing list