Update to 0.20

- New upstream release 0.20:
  - 'delete_empty_groups' shouldn't erronously delete default group
  - Add tidy_changelog utility script
  - Minor pod fix
- Bump Test::More version requirement to 0.96 (CPAN RT#84994)
epel9
Paul Howarth 12 years ago
parent fc05d6aaf9
commit cba8def837

@ -1,7 +1,7 @@
Name: perl-CPAN-Changes
Summary: Read and write Changes files
Version: 0.19
Release: 5%{?dist}
Version: 0.20
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/CPAN-Changes/
@ -13,7 +13,7 @@ BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
BuildRequires: perl(Text::Wrap)
@ -49,14 +49,23 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%files
%doc Changes README
%{_bindir}/tidy_changelog
%{perl_vendorlib}/CPAN/
%{perl_vendorlib}/Test/
%{_mandir}/man1/tidy_changelog.1*
%{_mandir}/man3/CPAN::Changes.3pm*
%{_mandir}/man3/CPAN::Changes::Release.3pm*
%{_mandir}/man3/CPAN::Changes::Spec.3pm*
%{_mandir}/man3/Test::CPAN::Changes.3pm*
%changelog
* Thu May 2 2013 Paul Howarth <paul@city-fan.org> - 0.20-1
- Update to 0.20:
- 'delete_empty_groups' shouldn't erronously delete default group
- Add tidy_changelog utility script
- Minor pod fix
- Bump Test::More version requirement to 0.96 (CPAN RT#84994)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
0091529b269037e959291dd64af8b178 CPAN-Changes-0.19.tar.gz
c0ddffe90c507752b15f28329294c51b CPAN-Changes-0.20.tar.gz

Loading…
Cancel
Save