Update to 0.18
- New upstream release 0.18:
- Expand changes_file_ok() to accept arguments so that a specific version may
be checked
- Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain
e.g. Module::Install::AuthorRequires
This commit is contained in:
parent
2ff42b22ab
commit
463fa84012
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/CPAN-Changes-0.17.tar.gz
|
||||
/CPAN-Changes-[0-9.]*.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-CPAN-Changes
|
||||
Summary: Read and write Changes files
|
||||
Version: 0.17
|
||||
Release: 2%{?dist}
|
||||
Version: 0.18
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/CPAN-Changes/
|
||||
@ -52,10 +52,17 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/CPAN::Changes.3pm*
|
||||
%{_mandir}/man3/CPAN::Changes::Release.3pm*
|
||||
%{_mandir}/man3/Test::CPAN::Changes.3pm*
|
||||
%{_mandir}/man3/CPAN::Changes::Spec.3pm*
|
||||
%{_mandir}/man3/Test::CPAN::Changes.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 18 2011 Paul Howarth <paul@city-fan.org> - 0.18-1
|
||||
- Update to 0.18:
|
||||
- Expand changes_file_ok() to accept arguments so that a specific version may
|
||||
be checked
|
||||
- Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain
|
||||
e.g. Module::Install::AuthorRequires
|
||||
|
||||
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.17-2
|
||||
- Perl mass rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user