0.012 bump

This commit is contained in:
Petr Písař 2012-02-13 15:16:11 +01:00
parent f54096c4c0
commit 6ce500d45b
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/Module-Runtime-0.009.tar.gz
/Module-Runtime-0.010.tar.gz
/Module-Runtime-0.011.tar.gz
/Module-Runtime-0.012.tar.gz

View File

@ -1,7 +1,7 @@
# This file is licensed under the terms of GNU GPLv2+.
Name: perl-Module-Runtime
Version: 0.011
Release: 2%{?dist}
Version: 0.012
Release: 1%{?dist}
Summary: Runtime module handling
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,15 +10,11 @@ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{vers
BuildArch: noarch
BuildRequires: perl(Module::Build)
# Tests:
BuildRequires: perl(Exporter)
BuildRequires: perl(Params::Classify)
BuildRequires: perl(parent)
BuildRequires: perl(Test::More)
# Optional tests:
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Exporter)
%description
The functions exported by this module deal with runtime handling of Perl
@ -45,6 +41,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_mandir}/man3/*
%changelog
* Mon Feb 13 2012 Petr Pisar <ppisar@redhat.com> - 0.012-1
- 0.012 bump
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
d0d2ab338c5bb2769a8f7db200cfdb2b Module-Runtime-0.011.tar.gz
12361582beb2cd9ed32b4252cd3f7bb3 Module-Runtime-0.012.tar.gz