[perl-CPAN-Changes] Update to 0.28

Paul Howarth pghmcfc at fedoraproject.org
Thu Jun 12 15:56:43 UTC 2014


commit 89ebf32b91f0fd08c47bc0940f8faaa594901898
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jun 12 16:55:50 2014 +0100

    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

 perl-CPAN-Changes.spec |   13 +++++++++----
 sources                |    2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index df76507..eb01aa5 100644
--- a/perl-CPAN-Changes.spec
+++ b/perl-CPAN-Changes.spec
@@ -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 at 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 at lists.fedoraproject.org> - 0.27-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index f13f5a6..2c8d8cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9d5b5cc6422793907324fc05087e9e4  CPAN-Changes-0.27.tar.gz
+6caa7a52d8ae9b47804a1240e1a7e3ce  CPAN-Changes-0.28.tar.gz


More information about the scm-commits mailing list