0.60 bump
This commit is contained in:
parent
9128e1dd9b
commit
1be4a38a17
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
Module-Load-Conditional-0.24.tar.gz
|
||||
/Module-Load-Conditional-0.54.tar.gz
|
||||
/Module-Load-Conditional-0.58.tar.gz
|
||||
/Module-Load-Conditional-0.60.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Module-Load-Conditional
|
||||
Version: 0.58
|
||||
Version: 0.60
|
||||
Release: 1%{?dist}
|
||||
Summary: Looking up module information and loading at run-time
|
||||
License: GPL+ or Artistic
|
||||
@ -15,11 +15,11 @@ BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(Locale::Maketext::Simple)
|
||||
# Module::CoreList 2.22 not needed when running tests
|
||||
BuildRequires: perl(Module::Load) >= 0.11
|
||||
BuildRequires: perl(Module::Load) >= 0.28
|
||||
BuildRequires: perl(Module::Metadata) >= 1.000005
|
||||
BuildRequires: perl(Params::Check)
|
||||
BuildRequires: perl(vars)
|
||||
@ -31,7 +31,7 @@ BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Config)
|
||||
Requires: perl(Module::CoreList) >= 2.22
|
||||
Requires: perl(Module::Load) >= 0.11
|
||||
Requires: perl(Module::Load) >= 0.28
|
||||
Requires: perl(Module::Metadata) >= 1.000005
|
||||
Requires: perl(version) >= 0.69
|
||||
|
||||
@ -63,6 +63,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 20 2014 Petr Pisar <ppisar@redhat.com> - 0.60-1
|
||||
- 0.60 bump
|
||||
|
||||
* Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 0.58-1
|
||||
- 0.58 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user