Update to 0.23
- New upstream release 0.23:
- Bump spec version to 0.03
- Be more strict about what we consider to be a Dist::Zilla-style date
to avoid false positive matches
- Update W3CDTF parsing to make the "T" marker optional (CPAN RT#87499)
- Fix extra whitespace for empty values after version (CPAN RT#87524)
This commit is contained in:
parent
f131763664
commit
fb247f75bd
@ -1,7 +1,7 @@
|
||||
Name: perl-CPAN-Changes
|
||||
Summary: Read and write Changes files
|
||||
Version: 0.22
|
||||
Release: 2%{?dist}
|
||||
Version: 0.23
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/CPAN-Changes/
|
||||
@ -60,6 +60,14 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%{_mandir}/man3/Test::CPAN::Changes.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 15 2013 Paul Howarth <paul@city-fan.org> - 0.23-1
|
||||
- Update to 0.23:
|
||||
- Bump spec version to 0.03
|
||||
- Be more strict about what we consider to be a Dist::Zilla-style date
|
||||
to avoid false positive matches
|
||||
- Update W3CDTF parsing to make the "T" marker optional (CPAN RT#87499)
|
||||
- Fix extra whitespace for empty values after version (CPAN RT#87524)
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user