Update to 0.28

- New upstream release 0.28:
  - Add "SEE ALSO" links to similar modules (CPAN RT#94636)
  - Use perl 5.8-compatible regex
epel9
Paul Howarth 11 years ago
parent 04d18c7215
commit 89ebf32b91

@ -1,14 +1,13 @@
Name: perl-CPAN-Changes Name: perl-CPAN-Changes
Summary: Read and write Changes files Summary: Read and write Changes files
Version: 0.27 Version: 0.28
Release: 2%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/CPAN-Changes/ URL: http://search.cpan.org/dist/CPAN-Changes/
Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/CPAN-Changes-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/CPAN-Changes-%{version}.tar.gz
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
BuildArch: noarch BuildArch: noarch
BuildRequires: perl >= 4:5.10.0 BuildRequires: perl
BuildRequires: perl(Cwd) BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path) BuildRequires: perl(File::Path)
@ -20,6 +19,7 @@ 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
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description %description
It is standard practice to include a Changes file in your distribution. The It is standard practice to include a Changes file in your distribution. The
@ -61,6 +61,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::CPAN::Changes.3pm* %{_mandir}/man3/Test::CPAN::Changes.3pm*
%changelog %changelog
* 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)
- Use perl 5.8-compatible regex
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-2 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

@ -1 +1 @@
b9d5b5cc6422793907324fc05087e9e4 CPAN-Changes-0.27.tar.gz 6caa7a52d8ae9b47804a1240e1a7e3ce CPAN-Changes-0.28.tar.gz

Loading…
Cancel
Save