2.20 bump

This commit is contained in:
Petr Písař 2013-07-01 09:58:42 +02:00
parent 2b6e67df5d
commit ac45ff83db
3 changed files with 22 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/autodie-2.13.tar.gz
/autodie-2.16.tar.gz
/autodie-2.20.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-autodie
Version: 2.16
Version: 2.20
Release: 1%{?dist}
Summary: Replace functions with ones that succeed or die
License: GPL+ or Artistic
@ -8,31 +8,28 @@ URL: http://search.cpan.org/dist/autodie/
Source0: http://www.cpan.org/authors/id/P/PJ/PJF/autodie-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
# Stick on bundled inc::Module::Install to allow boot-straping this core package
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MM_Unix)
BuildRequires: perl(FindBin)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(strict)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(B)
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(Fcntl)
BuildRequires: perl(if)
# Keep IPC::System::Simple 0.12 optional
%if !%{defined perl_bootstrap}
BuildRequires: perl(IPC::System::Simple) >= 0.12
%endif
BuildRequires: perl(overload)
BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Tie::RefHash)
# Sub::Identify is optional
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(FindBin)
BuildRequires: perl(lib)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Spec)
@ -41,12 +38,20 @@ BuildRequires: perl(IO::Handle)
BuildRequires: perl(open)
BuildRequires: perl(Socket)
BuildRequires: perl(Test::More)
# Optional tests:
%if !%{defined perl_bootstrap}
BuildRequires: perl(BSD::Resource)
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(B)
Requires: perl(Fcntl)
# Keep IPC::System::Simple 0.12 optional
Requires: perl(overload)
Requires: perl(POSIX)
# Remove falsely detected perl(lib)
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(lib\\)$
%description
The "autodie" and "Fatal" pragma provides a convenient way to replace
functions that normally return false on failure with equivalents that throw an
@ -77,6 +82,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Jul 01 2013 Petr Pisar <ppisar@redhat.com> - 2.20-1
- 2.20 bump
* Wed Mar 06 2013 Petr Pisar <ppisar@redhat.com> - 2.16-1
- 2.16 bump

View File

@ -1 +1 @@
6acbb080d20df94bee76ad301bb5ad9f autodie-2.16.tar.gz
9612b13dba42e0259bb8ae58264f8177 autodie-2.20.tar.gz