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:
parent
a147f6e889
commit
1fc42896f2
2
.gitignore
vendored
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
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user