|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-CPAN-Changes
|
|
|
|
|
Summary: Read and write Changes files
|
|
|
|
|
Version: 0.25
|
|
|
|
|
Version: 0.26
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -61,6 +61,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::CPAN::Changes.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 22 2013 Paul Howarth <paul@city-fan.org> - 0.26-1
|
|
|
|
|
- Update to 0.26:
|
|
|
|
|
- Fix reference issues when adding a release (CPAN RT#90605)
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|