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