Update to 0.24.
This commit is contained in:
parent
45d254adb8
commit
a677c21358
@ -1 +1 @@
|
|||||||
Module-Load-Conditional-0.18.tar.gz
|
Module-Load-Conditional-0.24.tar.gz
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
Name: perl-Module-Load-Conditional
|
Name: perl-Module-Load-Conditional
|
||||||
Version: 0.18
|
Version: 0.24
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Looking up module information / loading at runtime
|
Summary: Looking up module information / loading at runtime
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Module-Load-Conditional/
|
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
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Locale::Maketext::Simple)
|
BuildRequires: perl(Locale::Maketext::Simple)
|
||||||
BuildRequires: perl(Module::Load)
|
BuildRequires: perl(Module::Load) >= 0.11
|
||||||
BuildRequires: perl(Params::Check)
|
BuildRequires: perl(Params::Check)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(version) >= 0.69
|
BuildRequires: perl(version) >= 0.69
|
||||||
@ -50,6 +50,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 0.24-1
|
||||||
|
- Update to 0.24.
|
||||||
|
|
||||||
|
* Mon Oct 15 2007 Steven Pritchard <steve@kspei.com> 0.22-1
|
||||||
|
- Update to 0.22.
|
||||||
|
- Update License tag.
|
||||||
|
- Update BR Module::Load to >= 0.11.
|
||||||
|
|
||||||
* Tue Sep 18 2007 Steven Pritchard <steve@kspei.com> 0.18-1
|
* Tue Sep 18 2007 Steven Pritchard <steve@kspei.com> 0.18-1
|
||||||
- Update to 0.18.
|
- Update to 0.18.
|
||||||
- BR Test::More.
|
- BR Test::More.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user