From f0c79e27ecfd09587e4e7ac12b148da6da3a3f21 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Sep 10 2013 08:01:51 +0000 Subject: 1.32 bump --- diff --git a/.gitignore b/.gitignore index 1584dcd..0bfeddd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Carp-1.22.tar.gz /Carp-1.25.tar.gz /Carp-1.26.tar.gz +/Carp-1.32.tar.gz diff --git a/perl-Carp.spec b/perl-Carp.spec index 84c9062..ad13094 100644 --- a/perl-Carp.spec +++ b/perl-Carp.spec @@ -1,6 +1,6 @@ Name: perl-Carp -Version: 1.26 -Release: 245%{?dist} +Version: 1.32 +Release: 1%{?dist} Summary: Alternative warn and die for modules License: GPL+ or Artistic Group: Development/Libraries @@ -14,8 +14,11 @@ BuildRequires: perl(strict) # Run-time: BuildRequires: perl(Exporter) # Tests: +BuildRequires: perl(B) BuildRequires: perl(Config) BuildRequires: perl(IPC::Open3) +BuildRequires: perl(overload) +BuildRequires: perl(parent) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -52,6 +55,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Sep 10 2013 Petr Pisar - 1.32-1 +- 1.32 bump + * Sat Aug 03 2013 Fedora Release Engineering - 1.26-245 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index cc51bb8..5a0cb3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86229a6f0dc44e0730f96c1909bb346d Carp-1.26.tar.gz +5444092be474f23cda4c3d7ef8bf8c33 Carp-1.32.tar.gz