From 6e26cc33f10f60d239fe8a3b007a7348512cd140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 31 Mar 2014 10:34:12 +0200 Subject: [PATCH] 2.24 bump --- .gitignore | 1 + perl-autodie.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d1dd6a8..4ff3578 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /autodie-2.21.tar.gz /autodie-2.22.tar.gz /autodie-2.23.tar.gz +/autodie-2.24.tar.gz diff --git a/perl-autodie.spec b/perl-autodie.spec index d362140..30a4973 100644 --- a/perl-autodie.spec +++ b/perl-autodie.spec @@ -1,5 +1,5 @@ Name: perl-autodie -Version: 2.23 +Version: 2.24 Release: 1%{?dist} Summary: Replace functions with ones that succeed or die License: GPL+ or Artistic @@ -77,11 +77,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; make test %files -%doc AUTHORS Changes LICENSE README +%doc AUTHORS Changes LICENSE README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Mar 31 2014 Petr Pisar - 2.24-1 +- 2.24 bump + * Thu Jan 30 2014 Petr Pisar - 2.23-1 - 2.23 bump diff --git a/sources b/sources index c3a7dd8..2fb922a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f14a8ffba681b44a5e78139eb356f668 autodie-2.23.tar.gz +82aeff19ab6c0f78fabb4cc52c107d46 autodie-2.24.tar.gz