|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-CPAN-Changes
|
|
|
|
|
Summary: Read and write Changes files
|
|
|
|
|
Version: 0.21
|
|
|
|
|
Version: 0.22
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -60,16 +60,20 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::CPAN::Changes.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 30 2013 Paul Howarth <paul@city-fan.org> - 0.22-1
|
|
|
|
|
- Update to 0.22:
|
|
|
|
|
- Sync module versions (CPAN RT#87455)
|
|
|
|
|
|
|
|
|
|
* 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 "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)
|
|
|
|
|
- Require Test::More 0.96 (CPAN 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
|
|
|
|
|