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
epel9
Paul Howarth 14 years ago
parent a147f6e889
commit 1fc42896f2

2
.gitignore vendored

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

@ -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.16 Version: 0.17
Release: 1%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -56,5 +56,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/CPAN::Changes::Spec.3pm* %{_mandir}/man3/CPAN::Changes::Spec.3pm*
%changelog %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 * Wed Apr 20 2011 Paul Howarth <paul@city-fan.org> - 0.16-1
- Initial RPM version - Initial RPM version

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

Loading…
Cancel
Save