[perl-Test-Synopsis] Update to 0.10

Paul Howarth pghmcfc at fedoraproject.org
Fri Feb 7 16:41:29 UTC 2014


commit eec08e25555f72b287a8a77b9c9b81c4e8490ed0
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Feb 7 16:41:19 2014 +0000

    Update to 0.10
    
    - New upstream release 0.10
      - Fixed prereqs to allow earlier versions of Test-Simple (Issue #9)
      - Removed POD errors from test .pm's to increase Kwalitee
      - Reverted the change of renaming extract_synopsis() to _extract_synopsis(),
        as it appears some distros have used undocumented extract_synopsis() in
        their user tests, and the change is causing their distros to fail
      - Added contributors into META file through dzil plugin

 perl-Test-Synopsis.spec |   17 +++++++++++++----
 sources                 |    2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index 4dfded9..b4b4815 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -4,7 +4,7 @@
 %global debug_package %{nil}
 
 Name:		perl-Test-Synopsis
-Version:	0.08
+Version:	0.10
 Release:	1%{?dist}
 Summary:	Test your SYNOPSIS code
 Group:		Development/Libraries
@@ -26,7 +26,7 @@ BuildRequires:	perl(warnings)
 BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(IO::Handle)
 BuildRequires:	perl(IPC::Open3)
-BuildRequires:	perl(Test::Builder) >= 0.33
+BuildRequires:	perl(Test::Builder) >= 0.34
 BuildRequires:	perl(Test::Builder::Tester)
 BuildRequires:	perl(Test::More)
 # Extra Tests; can't run these when bootstrapping or in EL since many
@@ -90,14 +90,23 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Synopsis.3pm*
 
 %changelog
-* Wed Feb  5 2014 Paul Howarth <paul at city-fan.org> 0.08-1
+* Fri Feb  7 2014 Paul Howarth <paul at city-fan.org> - 0.10-1
+- Update to 0.10
+  - Fixed prereqs to allow earlier versions of Test-Simple (Issue #9)
+  - Removed POD errors from test .pm's to increase Kwalitee
+  - Reverted the change of renaming extract_synopsis() to _extract_synopsis(),
+    as it appears some distros have used undocumented extract_synopsis() in
+    their user tests, and the change is causing their distros to fail
+  - Added contributors into META file through dzil plugin
+
+* Wed Feb  5 2014 Paul Howarth <paul at city-fan.org> - 0.08-1
 - Update to 0.08
   - Implemented proper handling of __DATA__ tokens
   - Removed unwanted warnings issued during tests
   - Upped required Test-Simple distro version (fixes Issue #9)
   - Minor pod fixes
 
-* Wed Feb  5 2014 Paul Howarth <paul at city-fan.org> 0.07-1
+* Wed Feb  5 2014 Paul Howarth <paul at city-fan.org> - 0.07-1
 - Update to 0.07
   - Converted to dzil for automation of everything and auto-generation of all
     the author/release tests and extra files
diff --git a/sources b/sources
index 450151b..58e17fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54efb466f845da17c3df72c72db45a99  Test-Synopsis-0.08.tar.gz
+9b9f333678d51e32966538b380e3cc41  Test-Synopsis-0.10.tar.gz


More information about the scm-commits mailing list