commit c157510fd4949a85df36b241643e141190960ac8 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Wed Feb 25 13:24:41 2015 +0000 Update to 0.18 - New upstream release 0.18 - Skip the taint test if Perl was compiled without taint support - Changed use of "use vars" to "our" - Added strict and warnings to PREREQ_PM - Classify buildreqs by usage perl-UNIVERSAL-require.spec | 28 +++++++++++++++++++++------- sources | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) --- diff --git a/perl-UNIVERSAL-require.spec b/perl-UNIVERSAL-require.spec index 6556f63..36f41e5 100644 --- a/perl-UNIVERSAL-require.spec +++ b/perl-UNIVERSAL-require.spec @@ -1,6 +1,6 @@ Name: perl-UNIVERSAL-require -Version: 0.17 -Release: 3%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Require() modules from a variable Group: Development/Libraries License: GPL+ or Artistic @@ -8,15 +8,22 @@ URL: http://search.cpan.org/dist/UNIVERSAL-require/ 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 +# Module Build BuildRequires: perl -BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(lib) +# Module Runtime +BuildRequires: perl(Carp) BuildRequires: perl(strict) -BuildRequires: perl(Test::More) >= 0.47 -BuildRequires: perl(vars) +BuildRequires: perl(UNIVERSAL) BuildRequires: perl(warnings) +# Test Suite +BuildRequires: perl(Config) +BuildRequires: perl(Exporter) +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) >= 0.47 +# Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(UNIVERSAL) # Filter bogus provide for perl(UNIVERSAL) (rpm 4.9 onwards) %global __provides_exclude ^perl\\(UNIVERSAL\\) @@ -50,9 +57,16 @@ rm -rf $RPM_BUILD_ROOT %files %doc Changes README %{perl_vendorlib}/UNIVERSAL/ -%{_mandir}/man3/UNIVERSAL::require.3pm* +%{_mandir}/man3/UNIVERSAL::require.3* %changelog +* Wed Feb 25 2015 Paul Howarth <paul@xxxxxxxxxxxx> - 0.18-1 +- Update to 0.18 + - Skip the taint test if Perl was compiled without taint support + - Changed use of "use vars" to "our" + - Added strict and warnings to PREREQ_PM +- Classify buildreqs by usage + * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.17-3 - Perl 5.20 rebuild diff --git a/sources b/sources index 180798e..a0c807a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b99222dec970cca4a0c86bf8b17a0f3 UNIVERSAL-require-0.17.tar.gz +2cdfd54bc7e270c77456a8e929a091b3 UNIVERSAL-require-0.18.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