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)
epel9
Paul Howarth 12 years ago
parent ae988e43da
commit ce07c59058

@ -1,7 +1,7 @@
Name: perl-CPAN-Changes Name: perl-CPAN-Changes
Summary: Read and write Changes files Summary: Read and write Changes files
Version: 0.20 Version: 0.21
Release: 2%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/CPAN-Changes/ URL: http://search.cpan.org/dist/CPAN-Changes/
@ -12,6 +12,7 @@ BuildRequires: perl >= 4:5.10.0
BuildRequires: perl(Cwd) BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path) BuildRequires: perl(File::Path)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Pod) >= 1.00 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* %{_mandir}/man3/Test::CPAN::Changes.3pm*
%changelog %changelog
* Tue Jul 30 2013 Paul Howarth <paul@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 <ppisar@redhat.com> - 0.20-2 * Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.20-2
- Perl 5.18 rebuild - Perl 5.18 rebuild

@ -1 +1 @@
c0ddffe90c507752b15f28329294c51b CPAN-Changes-0.20.tar.gz 10b31996cdfbf88f4ceab22ee2579fa7 CPAN-Changes-0.21.tar.gz

Loading…
Cancel
Save