@ -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