From fcf09a3a9fd0b113a2b8feb98b75c6ef41dd3c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 10 Nov 2015 15:16:58 +0100 Subject: [PATCH] 1.38 bump --- .gitignore | 1 + perl-Carp.spec | 17 ++++++++++++----- sources | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fda0acc..6aecb9d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /Carp-1.3301.tar.gz /Carp-1.35.tar.gz /Carp-1.36.tar.gz +/Carp-1.38.tar.gz diff --git a/perl-Carp.spec b/perl-Carp.spec index 934a30d..662bb59 100644 --- a/perl-Carp.spec +++ b/perl-Carp.spec @@ -1,29 +1,33 @@ -%global cpan_version 1.36 +%global cpan_version 1.38 Name: perl-Carp # Keep 2-digit precision Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/') -Release: 346%{?dist} +Release: 1%{?dist} Summary: Alternative warn and die for modules License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Carp/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Carp-%{cpan_version}.tar.gz BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(warnings) BuildRequires: perl(strict) +BuildRequires: sed # Run-time: BuildRequires: perl(Exporter) # Tests: BuildRequires: perl(B) BuildRequires: perl(Config) -# IPC::Open3 >= 1.0103 in reality, but provides is 2-digit number only +BuildRequires: perl(Data::Dumper) +# IPC::Open3 >= 1.0103 in reality, but the provides is 2-digit number only BuildRequires: perl(IPC::Open3) BuildRequires: perl(overload) -BuildRequires: perl(parent) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # Do not export private DB module stub @@ -59,6 +63,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Nov 10 2015 Petr Pisar - 1.38-1 +- 1.38 bump + * Thu Jun 18 2015 Fedora Release Engineering - 1.36-346 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 2c9e055..785184e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f5dcd7cc263bd01617886174ceff5a4 Carp-1.36.tar.gz +93ac4c56312a9db6cef3b502a8169859 Carp-1.38.tar.gz