Update to 0.17:

- New upstream release 0.17:
  - Eliminate extra whitespace when release data is not defined (CPAN RT#67441)
  - Require version.pm 0.79, which introduced the $LAX regexp (CPAN RT#67613)
  - Add the option to sort groups
This commit is contained in:
Paul Howarth 2011-04-22 22:14:26 +01:00
parent a147f6e889
commit 1fc42896f2
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/CPAN-Changes-0.16.tar.gz
/CPAN-Changes-0.17.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-CPAN-Changes
Summary: Read and write Changes files
Version: 0.16
Version: 0.17
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -56,5 +56,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/CPAN::Changes::Spec.3pm*
%changelog
* Thu Apr 21 2011 Paul Howarth <paul@city-fan.org> - 0.17-1
- Update to 0.17:
- Eliminate extra whitespace when release data is not defined (CPAN RT#67441)
- Require version.pm 0.79, which introduced the $LAX regexp (CPAN RT#67613)
- Add the option to sort groups
* Wed Apr 20 2011 Paul Howarth <paul@city-fan.org> - 0.16-1
- Initial RPM version

View File

@ -1 +1 @@
6091015ffa600696b7c8b7c535dc9bca CPAN-Changes-0.16.tar.gz
0b9462a82a309552321b60fce8f73b93 CPAN-Changes-0.17.tar.gz