From a677c213585c5cc92e1a05dae59c618ddab47641 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Mon, 28 Jan 2008 20:26:15 +0000 Subject: [PATCH] Update to 0.24. --- .cvsignore | 2 +- perl-Module-Load-Conditional.spec | 14 +++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index fdb2568..e070e9a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Load-Conditional-0.18.tar.gz +Module-Load-Conditional-0.24.tar.gz diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec index d1351b5..c1b35dc 100644 --- a/perl-Module-Load-Conditional.spec +++ b/perl-Module-Load-Conditional.spec @@ -1,8 +1,8 @@ Name: perl-Module-Load-Conditional -Version: 0.18 +Version: 0.24 Release: 1%{?dist} Summary: Looking up module information / loading at runtime -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Load-Conditional/ Source0: http://www.cpan.org/authors/id/K/KA/KANE/Module-Load-Conditional-%{version}.tar.gz @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Locale::Maketext::Simple) -BuildRequires: perl(Module::Load) +BuildRequires: perl(Module::Load) >= 0.11 BuildRequires: perl(Params::Check) BuildRequires: perl(Test::More) BuildRequires: perl(version) >= 0.69 @@ -50,6 +50,14 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Jan 28 2008 Steven Pritchard 0.24-1 +- Update to 0.24. + +* Mon Oct 15 2007 Steven Pritchard 0.22-1 +- Update to 0.22. +- Update License tag. +- Update BR Module::Load to >= 0.11. + * Tue Sep 18 2007 Steven Pritchard 0.18-1 - Update to 0.18. - BR Test::More. diff --git a/sources b/sources index 39c6b4f..33a3b69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c5c2b0ae465cbbcca433bd8a2040ec3 Module-Load-Conditional-0.18.tar.gz +16d5466b029a1e368e6ee1d044dd90c9 Module-Load-Conditional-0.24.tar.gz