0.28 bump
This commit is contained in:
parent
565a3eb389
commit
bd426f7a68
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
Module-Load-0.12.tar.gz
|
||||
/Module-Load-0.24.tar.gz
|
||||
/Module-Load-0.28.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
Name: perl-Module-Load
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 1
|
||||
Version: 0.24
|
||||
Release: 291%{?dist}
|
||||
Version: 0.28
|
||||
Release: 1%{?dist}
|
||||
Summary: Run-time require of both modules and files
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -15,9 +15,9 @@ BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(File::Spec)
|
||||
# Tests:
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(vars)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -54,6 +54,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 07 2014 Petr Pisar <ppisar@redhat.com> - 1:0.28-1
|
||||
- 0.28 bump
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.24-291
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user