From a10bec71354987dfa745b72b4c33f8387545d257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 10 Jun 2015 14:56:37 +0200 Subject: [PATCH] 2.27 bump --- .gitignore | 1 + perl-autodie.spec | 18 ++++++++++++------ sources | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 49ed804..ae6d67b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /autodie-2.24.tar.gz /autodie-2.25.tar.gz /autodie-2.26.tar.gz +/autodie-2.27.tar.gz diff --git a/perl-autodie.spec b/perl-autodie.spec index 5b427a6..079bed5 100644 --- a/perl-autodie.spec +++ b/perl-autodie.spec @@ -1,14 +1,16 @@ Name: perl-autodie -Version: 2.26 -Release: 345%{?dist} +Version: 2.27 +Release: 1%{?dist} Summary: Replace functions with ones that succeed or die License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/autodie/ -Source0: http://www.cpan.org/authors/id/N/NT/NTHYKIER/autodie-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/P/PJ/PJF/autodie-%{version}.tar.gz BuildArch: noarch +BuildRequires: findutils +BuildRequires: make BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -47,7 +49,7 @@ BuildRequires: perl(Test::More) # Optional tests: %if !%{defined perl_bootstrap} BuildRequires: perl(BSD::Resource) -BuildRequires: perl(Import::Into) +BuildRequires: perl(Import::Into) >= 1.002004 %endif Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(B) @@ -87,11 +89,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; make test %files -%doc AUTHORS Changes LICENSE README.md +%license LICENSE +%doc AUTHORS Changes README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed Jun 10 2015 Petr Pisar - 2.27-1 +- 2.27 bump + * Thu Jun 04 2015 Jitka Plesnikova - 2.26-345 - Increase release to favour standalone package diff --git a/sources b/sources index 0bc5646..06c170b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2bf4628d0fcc9e2400da49a48332efee autodie-2.26.tar.gz +086c89a4823ee541f8a0a0ba64ea047a autodie-2.27.tar.gz