Update to 0.29

- New upstream release 0.29:
  - Groups are now objects (CPAN::Changes::Group); backwards compatibility
    from hashes should be preserved (GH #22)
epel9
Paul Howarth 11 years ago
parent 89ebf32b91
commit 93a2b82396

@ -1,6 +1,6 @@
Name: perl-CPAN-Changes
Summary: Read and write Changes files
Version: 0.28
Version: 0.29
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -13,12 +13,14 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
BuildRequires: perl(Text::Wrap)
BuildRequires: perl(version) >= 0.79
BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
@ -56,11 +58,17 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{perl_vendorlib}/Test/
%{_mandir}/man1/tidy_changelog.1*
%{_mandir}/man3/CPAN::Changes.3pm*
%{_mandir}/man3/CPAN::Changes::Group.3pm*
%{_mandir}/man3/CPAN::Changes::Release.3pm*
%{_mandir}/man3/CPAN::Changes::Spec.3pm*
%{_mandir}/man3/Test::CPAN::Changes.3pm*
%changelog
* Thu Jul 24 2014 Paul Howarth <paul@city-fan.org> - 0.29-1
- Update to 0.29:
- Groups are now objects (CPAN::Changes::Group); backwards compatibility
from hashes should be preserved (GH #22)
* Thu Jun 12 2014 Paul Howarth <paul@city-fan.org> - 0.28-1
- Update to 0.28:
- Add "SEE ALSO" links to similar modules (CPAN RT#94636)

@ -1 +1 @@
6caa7a52d8ae9b47804a1240e1a7e3ce CPAN-Changes-0.28.tar.gz
63321aa4599dc6cfb0b335e45c5c0ffb CPAN-Changes-0.29.tar.gz

Loading…
Cancel
Save