From 7f3f6f2055e0e6c098a425463e889847a86347da Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jul 06 2012 10:13:34 +0000 Subject: Update to 1.20120705 - New upstream release 1.20120705 - Resolved PAUSE packaging nit (CPAN RT#77110) - Converted to dzil - Drop provides filter, not needed due to fix for CPAN RT#77110 - Classify buildreqs by what they are required for - BR: perl(Test::Builder::Module) rather than perl(Test::Simple) ≥ 0.61 - BR: perl(base), perl(lib) and perl(Test::More) --- diff --git a/perl-SUPER.spec b/perl-SUPER.spec index 043e27e..08f35ff 100644 --- a/perl-SUPER.spec +++ b/perl-SUPER.spec @@ -1,6 +1,6 @@ Name: perl-SUPER -Version: 1.17 -Release: 8%{?dist} +Version: 1.20120705 +Release: 1%{?dist} Summary: Sane superclass method dispatcher License: GPL+ or Artistic Group: Development/Libraries @@ -8,19 +8,23 @@ URL: http://search.cpan.org/dist/SUPER/ Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch +# =============== Module Build ================= +BuildRequires: perl(Module::Build) +# =============== Module Runtime =============== +BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) -BuildRequires: perl(Module::Build) BuildRequires: perl(Scalar::Util) >= 1.20 BuildRequires: perl(Sub::Identify) >= 0.03 -BuildRequires: perl(Test::Simple) >= 0.61 +# =============== Test Suite =================== +BuildRequires: perl(lib) +BuildRequires: perl(Test::Builder::Module) +BuildRequires: perl(Test::More) +# =============== Module Runtime =============== Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Scalar::Util) >= 1.20 Requires: perl(Sub::Identify) >= 0.03 -# Filter out bogus provides (rpm 4.9 onwards) -%global __provides_exclude ^perl\\((DB|UNIVERSAL)\\) - %description When subclassing a class, you occasionally want to dispatch control to the superclass - at least conditionally and temporarily. This module provides @@ -30,10 +34,6 @@ implementation. %prep %setup -q -n SUPER-%{version} -# Filter out bogus provides (prior to rpm 4.9) -%global provfilt /bin/sh -c "%{__perl_provides} | grep -Evx 'perl[(](DB|UNIVERSAL)[)]'" -%define __perl_provides %{provfilt} - %build perl Build.PL installdirs=vendor ./Build @@ -55,6 +55,15 @@ rm -rf %{buildroot} %{_mandir}/man3/SUPER.3pm* %changelog +* Fri Jul 6 2012 Paul Howarth - 1.20120705-1 +- Update to 1.20120705 + - Resolved PAUSE packaging nit (CPAN RT#77110) + - Converted to dzil +- Drop provides filter, not needed due to fix for CPAN RT#77110 +- Classify buildreqs by what they are required for +- BR: perl(Test::Builder::Module) rather than perl(Test::Simple) ≥ 0.61 +- BR: perl(base), perl(lib) and perl(Test::More) + * Tue Jun 12 2012 Petr Pisar - 1.17-8 - Perl 5.16 rebuild diff --git a/sources b/sources index ba4b419..f8507b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa54aa7e9148c368091e34559587f3b2 SUPER-1.17.tar.gz +0eee5ff59b912f9baa5dc852681238a0 SUPER-1.20120705.tar.gz