commit ce07c59058096d514f946e35a69272e150da20fa
Author: Paul Howarth <p...@city-fan.org>
Date:   Tue Jul 30 11:14:23 2013 +0100

    Update to 0.21
    
    - New upstream release 0.21:
      Spec Changes:
      - Bump version to 0.02
      - Added "unknown/dev" release date options (CPAN RT #67705)
      - Added optional release note (CPAN RT #69321)
      - Added another preamble example
      - Added a note about line length
      Code Changes:
      - Require Test::More 0.96 (RT #84994)
      - Added --check and --help flags to tidy_changelog script
      - Properly parse multi-line preamble
      - Test::CPAN::Changes now warns about parsed dates not in spec-compliant 
form
      - Handle unknown/dev release dates and release note from new spec
    - BR: perl(Pod::Usage)

 perl-CPAN-Changes.spec |   21 +++++++++++++++++++--
 sources                |    2 +-
 2 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index 483f368..a230589 100644
--- a/perl-CPAN-Changes.spec
+++ b/perl-CPAN-Changes.spec
@@ -1,7 +1,7 @@
 Name:          perl-CPAN-Changes
 Summary:       Read and write Changes files
-Version:       0.20
-Release:       2%{?dist}
+Version:       0.21
+Release:       1%{?dist}
 License:       GPL+ or Artistic
 Group:         Development/Libraries
 URL:           http://search.cpan.org/dist/CPAN-Changes/
@@ -12,6 +12,7 @@ BuildRequires:        perl >= 4:5.10.0
 BuildRequires: perl(Cwd)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Path)
+BuildRequires: perl(Pod::Usage)
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(Test::More) >= 0.96
 BuildRequires: perl(Test::Pod) >= 1.00
@@ -59,6 +60,22 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/Test::CPAN::Changes.3pm*
 
 %changelog
+* Tue Jul 30 2013 Paul Howarth <p...@city-fan.org> - 0.21-1
+- Update to 0.21:
+  Spec Changes:
+  - Bump version to 0.02
+  - Added "unknown/dev" release date options (CPAN RT #67705)
+  - Added optional release note (CPAN RT #69321)
+  - Added another preamble example
+  - Added a note about line length
+  Code Changes:
+  - Require Test::More 0.96 (RT #84994)
+  - Added --check and --help flags to tidy_changelog script
+  - Properly parse multi-line preamble
+  - Test::CPAN::Changes now warns about parsed dates not in spec-compliant form
+  - Handle unknown/dev release dates and release note from new spec
+- BR: perl(Pod::Usage)
+
 * Sat Jul 20 2013 Petr Pisar <ppi...@redhat.com> - 0.20-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 492d18c..6a63130 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0ddffe90c507752b15f28329294c51b  CPAN-Changes-0.20.tar.gz
+10b31996cdfbf88f4ceab22ee2579fa7  CPAN-Changes-0.21.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to