From 4cc39dbb88898c28851c44d785832a496c8fd960 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 3 Apr 2012 18:26:16 +0100 Subject: [PATCH] Update to 0.19 - New upstream release 0.19 (no functional changes) - This release by DOY -> update source URL - BR: perl(Exporter) - Don't need to remove empty directories from buildroot --- perl-Class-Load.spec | 10 ++++++++-- sources | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/perl-Class-Load.spec b/perl-Class-Load.spec index b0deacd..0bd6a35 100644 --- a/perl-Class-Load.spec +++ b/perl-Class-Load.spec @@ -1,5 +1,5 @@ Name: perl-Class-Load -Version: 0.18 +Version: 0.19 Release: 1%{?dist} Summary: A working (require "Class::Name") and more Group: Development/Libraries @@ -17,6 +17,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Data::OptList) +BuildRequires: perl(Exporter) BuildRequires: perl(Module::Implementation) >= 0.04 BuildRequires: perl(Module::Runtime) >= 0.012 BuildRequires: perl(Package::Stash) >= 0.14 @@ -77,7 +78,6 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot} %check @@ -89,6 +89,12 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1} %{_mandir}/man3/Class::Load.3pm* %changelog +* Tue Apr 3 2012 Paul Howarth - 0.19-1 +- Update to 0.19 (no functional changes) +- This release by DOY -> update source URL +- BR: perl(Exporter) +- Don't need to remove empty directories from buildroot + * Sat Feb 18 2012 Paul Howarth - 0.18-1 - Update to 0.18: - Require Package::Stash ≥ 0.14 (CPAN RT#75095) diff --git a/sources b/sources index acf002b..5cc2511 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da9ec57dd0199f6393702f2273ad6442 Class-Load-0.18.tar.gz +1a81421fda749d36952e7ada7876bcc7 Class-Load-0.19.tar.gz