diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec index 563e004..a7b0c26 100644 --- a/perl-CPAN-Changes.spec +++ b/perl-CPAN-Changes.spec @@ -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 - 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 - 0.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 3f3819d..492d18c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0091529b269037e959291dd64af8b178 CPAN-Changes-0.19.tar.gz +c0ddffe90c507752b15f28329294c51b CPAN-Changes-0.20.tar.gz