[perl-CPAN-Changes] Update to 0.25

Paul Howarth pghmcfc at fedoraproject.org
Wed Oct 9 15:18:56 UTC 2013


commit f710ec1edfdbc1590b30e764efa4003e8966a8cb
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 9 16:18:06 2013 +0100

    Update to 0.25
    
    - New upstream release 0.25:
      - Fix Dist::Zilla date parsing: now puts timezone data in note section
        (Github #17)
      - Move Text::Wrap usage to proper module
      - Typo fix

 perl-CPAN-Changes.spec |   10 +++++++++-
 sources                |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index f7f2666..1d32d73 100644
--- a/perl-CPAN-Changes.spec
+++ b/perl-CPAN-Changes.spec
@@ -1,6 +1,6 @@
 Name:		perl-CPAN-Changes
 Summary:	Read and write Changes files
-Version:	0.23
+Version:	0.25
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -14,6 +14,7 @@ BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(File::Path)
 BuildRequires:	perl(Pod::Usage)
 BuildRequires:	perl(Scalar::Util)
+BuildRequires:	perl(Test::Builder)
 BuildRequires:	perl(Test::More) >= 0.96
 BuildRequires:	perl(Test::Pod) >= 1.00
 BuildRequires:	perl(Test::Pod::Coverage) >= 1.00
@@ -60,6 +61,13 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/Test::CPAN::Changes.3pm*
 
 %changelog
+* Wed Oct  9 2013 Paul Howarth <paul at city-fan.org> - 0.25-1
+- Update to 0.25:
+  - Fix Dist::Zilla date parsing: now puts timezone data in note section
+    (Github #17)
+  - Move Text::Wrap usage to proper module
+  - Typo fix
+
 * Thu Aug 15 2013 Paul Howarth <paul at city-fan.org> - 0.23-1
 - Update to 0.23:
   - Bump spec version to 0.03
diff --git a/sources b/sources
index cd566e3..00ec03d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c32f31550825090b565789754f9d4bf9  CPAN-Changes-0.23.tar.gz
+f123c91e84b8c4596bb1542d20a5d36f  CPAN-Changes-0.25.tar.gz



More information about the perl-devel mailing list