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
epel9
Paul Howarth 11 years ago
parent fb247f75bd
commit f710ec1edf

@ -1,6 +1,6 @@
Name: perl-CPAN-Changes Name: perl-CPAN-Changes
Summary: Read and write Changes files Summary: Read and write Changes files
Version: 0.23 Version: 0.25
Release: 1%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -14,6 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path) BuildRequires: perl(File::Path)
BuildRequires: perl(Pod::Usage) BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 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* %{_mandir}/man3/Test::CPAN::Changes.3pm*
%changelog %changelog
* Wed Oct 9 2013 Paul Howarth <paul@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@city-fan.org> - 0.23-1 * Thu Aug 15 2013 Paul Howarth <paul@city-fan.org> - 0.23-1
- Update to 0.23: - Update to 0.23:
- Bump spec version to 0.03 - Bump spec version to 0.03

@ -1 +1 @@
c32f31550825090b565789754f9d4bf9 CPAN-Changes-0.23.tar.gz f123c91e84b8c4596bb1542d20a5d36f CPAN-Changes-0.25.tar.gz

Loading…
Cancel
Save