From 91b699c0b613de22a88909d4aafd9a5963d055a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 12 Sep 2013 13:58:14 +0200 Subject: [PATCH] 2.21 bump --- .gitignore | 1 + perl-autodie.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 311e0bd..d3deac5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /autodie-2.13.tar.gz /autodie-2.16.tar.gz /autodie-2.20.tar.gz +/autodie-2.21.tar.gz diff --git a/perl-autodie.spec b/perl-autodie.spec index 8383b21..cd2ba07 100644 --- a/perl-autodie.spec +++ b/perl-autodie.spec @@ -1,6 +1,6 @@ Name: perl-autodie -Version: 2.20 -Release: 4%{?dist} +Version: 2.21 +Release: 1%{?dist} Summary: Replace functions with ones that succeed or die License: GPL+ or Artistic Group: Development/Libraries @@ -26,8 +26,8 @@ BuildRequires: perl(IPC::System::Simple) >= 0.12 BuildRequires: perl(overload) BuildRequires: perl(POSIX) BuildRequires: perl(Scalar::Util) -BuildRequires: perl(Tie::RefHash) # Sub::Identify is optional +BuildRequires: perl(Tie::RefHash) # Tests: BuildRequires: perl(FindBin) BuildRequires: perl(lib) @@ -82,6 +82,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Sep 12 2013 Petr Pisar - 2.21-1 +- 2.21 bump + * Wed Aug 14 2013 Jitka Plesnikova - 2.20-4 - Perl 5.18 re-rebuild of bootstrapped packages diff --git a/sources b/sources index ac9c803..010633b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9612b13dba42e0259bb8ae58264f8177 autodie-2.20.tar.gz +144b6f8335e98ecbb14267ebd59f69b1 autodie-2.21.tar.gz