0.012 bump
This commit is contained in:
parent
f54096c4c0
commit
6ce500d45b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user