From 20449cd10a88e3c7a871c558f072bbdffa902e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 9 Jul 2015 14:35:33 +0200 Subject: [PATCH] 2.29 bump --- .gitignore | 1 + perl-autodie.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 638aaf4..aa1375f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /autodie-2.26.tar.gz /autodie-2.27.tar.gz /autodie-2.28.tar.gz +/autodie-2.29.tar.gz diff --git a/perl-autodie.spec b/perl-autodie.spec index 2ad1271..fc09c8a 100644 --- a/perl-autodie.spec +++ b/perl-autodie.spec @@ -1,5 +1,5 @@ Name: perl-autodie -Version: 2.28 +Version: 2.29 Release: 1%{?dist} Summary: Replace functions with ones that succeed or die License: GPL+ or Artistic @@ -10,7 +10,7 @@ BuildArch: noarch BuildRequires: findutils BuildRequires: make BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -95,6 +95,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jul 09 2015 Petr Pisar - 2.29-1 +- 2.29 bump + * Mon Jun 22 2015 Petr Pisar - 2.28-1 - 2.28 bump diff --git a/sources b/sources index 555bd2d..77d2fbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ee6674f47acf8379e06e38336ef3961 autodie-2.28.tar.gz +2739e6599a2aa47601fe91b2a27b29d9 autodie-2.29.tar.gz