commit 223ca526bc4aab9535c09e1fa5ad5f8016cac374 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Sat Apr 19 10:13:30 2014 +0100 Update to 0.17 - New upstream release 0.17 - Changed the repository meta_merge to the new format - Tweaked format (mainly release dates) to conform to CPAN::Changes::Spec - Added README - Specified min version of perl 5.6.0 - Now "use warnings" - Check for valid module names (CPAN RT#94866) - Changed used of die() to croak() (CPAN RT#23113) - Fixed typo in pod - New upstream maintainer NEILB -> update source URL .gitignore | 2 +- perl-UNIVERSAL-require.spec | 27 ++++++++++++++++++++++----- sources | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index 57e4406..87110b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -UNIVERSAL-require-0.13.tar.gz +/UNIVERSAL-require-[0-9.]*.tar.gz diff --git a/perl-UNIVERSAL-require.spec b/perl-UNIVERSAL-require.spec index 5a517fa..3a8b75f 100644 --- a/perl-UNIVERSAL-require.spec +++ b/perl-UNIVERSAL-require.spec @@ -1,16 +1,21 @@ Name: perl-UNIVERSAL-require -Version: 0.13 -Release: 14%{?dist} +Version: 0.17 +Release: 1%{?dist} Summary: Require() modules from a variable Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/UNIVERSAL-require/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/UNIVERSAL-require-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/UNIVERSAL-require-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(lib) -BuildRequires: perl(Test::More) +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(vars) +BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # Filter bogus provide for perl(UNIVERSAL) (rpm 4.9 onwards) @@ -43,11 +48,23 @@ make test rm -rf $RPM_BUILD_ROOT %files -%doc Changes +%doc Changes README %{perl_vendorlib}/UNIVERSAL/ %{_mandir}/man3/UNIVERSAL::require.3pm* %changelog +* Sat Apr 19 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.17-1 +- Update to 0.17 + - Changed the repository meta_merge to the new format + - Tweaked format (mainly release dates) to conform to CPAN::Changes::Spec + - Added README + - Specified min version of perl 5.6.0 + - Now "use warnings" + - Check for valid module names (CPAN RT#94866) + - Changed used of die() to croak() (CPAN RT#23113) + - Fixed typo in pod +- New upstream maintainer NEILB -> update source URL + * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.13-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 1a8ca87..180798e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6ea431fac9524077414d531a8cc203c UNIVERSAL-require-0.13.tar.gz +3b99222dec970cca4a0c86bf8b17a0f3 UNIVERSAL-require-0.17.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel