From ecd6efb2dcfb93f26e10f039f4601ff7b58d4b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 30 Jan 2014 11:19:45 +0100 Subject: [PATCH] 2.23 bump --- .gitignore | 1 + perl-autodie.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 64d507c..d1dd6a8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /autodie-2.20.tar.gz /autodie-2.21.tar.gz /autodie-2.22.tar.gz +/autodie-2.23.tar.gz diff --git a/perl-autodie.spec b/perl-autodie.spec index 2f162fc..d362140 100644 --- a/perl-autodie.spec +++ b/perl-autodie.spec @@ -1,5 +1,5 @@ Name: perl-autodie -Version: 2.22 +Version: 2.23 Release: 1%{?dist} Summary: Replace functions with ones that succeed or die License: GPL+ or Artistic @@ -29,12 +29,12 @@ BuildRequires: perl(Scalar::Util) # Sub::Identify is optional BuildRequires: perl(Tie::RefHash) # Tests: -BuildRequires: perl(FindBin) -BuildRequires: perl(lib) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) +BuildRequires: perl(FindBin) BuildRequires: perl(IO::Handle) +BuildRequires: perl(lib) BuildRequires: perl(open) BuildRequires: perl(Socket) BuildRequires: perl(Test::More) @@ -82,6 +82,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jan 30 2014 Petr Pisar - 2.23-1 +- 2.23 bump + * Mon Sep 23 2013 Petr Pisar - 2.22-1 - 2.22 bump diff --git a/sources b/sources index 6c2c14f..c3a7dd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2930d449fb94b0f8743cf689c7fa1752 autodie-2.22.tar.gz +f14a8ffba681b44a5e78139eb356f668 autodie-2.23.tar.gz