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
This commit is contained in:
parent
04d18c7215
commit
89ebf32b91
@ -1,14 +1,13 @@
|
||||
Name: perl-CPAN-Changes
|
||||
Summary: Read and write Changes files
|
||||
Version: 0.27
|
||||
Release: 2%{?dist}
|
||||
Version: 0.28
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/CPAN-Changes/
|
||||
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
|
||||
BuildRequires: perl >= 4:5.10.0
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Path)
|
||||
@ -20,6 +19,7 @@ BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
BuildRequires: perl(Text::Wrap)
|
||||
BuildRequires: perl(version) >= 0.79
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
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*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user