[perl-Test-Synopsis] Update to 0.08

Paul Howarth pghmcfc at fedoraproject.org
Wed Feb 5 20:42:20 UTC 2014


commit dd0eb977c70b28313d50271a3ec0dedb4ee01809
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Feb 5 20:42:13 2014 +0000

    Update to 0.08
    
    - New upstream release 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

 perl-Test-Synopsis.spec |   11 +++++++++--
 sources                 |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index 50c60e7..4dfded9 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.07
+Version:	0.08
 Release:	1%{?dist}
 Summary:	Test your SYNOPSIS code
 Group:		Development/Libraries
@@ -33,7 +33,7 @@ BuildRequires:	perl(Test::More)
 # of these packages won't be available
 %if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1}
 BuildRequires:	perl(Pod::Coverage::TrustPod)
-BuildRequires:	perl(Pod::Spell) >= 1.06
+BuildRequires:	perl(Pod::Wordlist) >= 1.06
 BuildRequires:	perl(Test::CPAN::Changes)
 BuildRequires:	perl(Test::CPAN::Meta)
 BuildRequires:	perl(Test::DistManifest)
@@ -90,6 +90,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Synopsis.3pm*
 
 %changelog
+* 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
 - Update to 0.07
   - Converted to dzil for automation of everything and auto-generation of all
diff --git a/sources b/sources
index f869c4b..450151b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f661ccae395008e4b6a2888e6cd331a3  Test-Synopsis-0.07.tar.gz
+54efb466f845da17c3df72c72db45a99  Test-Synopsis-0.08.tar.gz


More information about the scm-commits mailing list