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
This commit is contained in:
parent
fb247f75bd
commit
f710ec1edf
@ -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@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
|
||||
- Update to 0.23:
|
||||
- Bump spec version to 0.03
|
||||
|
||||
Loading…
Reference in New Issue
Block a user