0.30 bump
This commit is contained in:
parent
bd426f7a68
commit
ca82bcad09
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
Module-Load-0.12.tar.gz
|
Module-Load-0.12.tar.gz
|
||||||
/Module-Load-0.24.tar.gz
|
/Module-Load-0.24.tar.gz
|
||||||
/Module-Load-0.28.tar.gz
|
/Module-Load-0.28.tar.gz
|
||||||
|
/Module-Load-0.30.tar.gz
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Module-Load
|
Name: perl-Module-Load
|
||||||
# Epoch to compete with perl.spec
|
# Epoch to compete with perl.spec
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.28
|
Version: 0.30
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Run-time require of both modules and files
|
Summary: Run-time require of both modules and files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -14,6 +14,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
@ -54,6 +55,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 27 2014 Petr Pisar <ppisar@redhat.com> - 1:0.30-1
|
||||||
|
- 0.30 bump
|
||||||
|
|
||||||
* Tue Jan 07 2014 Petr Pisar <ppisar@redhat.com> - 1:0.28-1
|
* Tue Jan 07 2014 Petr Pisar <ppisar@redhat.com> - 1:0.28-1
|
||||||
- 0.28 bump
|
- 0.28 bump
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user