0.28 bump

This commit is contained in:
Petr Písař 2014-01-07 08:03:16 +01:00
parent 565a3eb389
commit bd426f7a68
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
Module-Load-0.12.tar.gz
/Module-Load-0.24.tar.gz
/Module-Load-0.28.tar.gz

View File

@ -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

View File

@ -1 +1 @@
3fb7b6ade15cfeb3379d1a0c06c32e2f Module-Load-0.24.tar.gz
93164909fa15c61d26c03f930ef345e6 Module-Load-0.28.tar.gz