1.3301 bump

This commit is contained in:
Petr Písař 2014-04-04 15:15:54 +02:00
parent a5900a7175
commit 19b04fce4d
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/Carp-1.26.tar.gz
/Carp-1.32.tar.gz
/Carp-1.33.tar.gz
/Carp-1.3301.tar.gz

View File

@ -1,11 +1,14 @@
%global cpan_version 1.3301
Name: perl-Carp
Version: 1.33
# Keep 2-digit precision
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
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/Z/ZE/ZEFRAM/Carp-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Carp-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
@ -16,6 +19,7 @@ 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(IPC::Open3)
BuildRequires: perl(overload)
BuildRequires: perl(parent)
@ -35,7 +39,7 @@ module was called. There is no guarantee that that is where the error was,
but it is a good educated guess.
%prep
%setup -q -n Carp-%{version}
%setup -q -n Carp-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -55,6 +59,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Apr 04 2014 Petr Pisar <ppisar@redhat.com> - 1.33.01-1
- 1.3301 bump
* Wed Mar 26 2014 Petr Pisar <ppisar@redhat.com> - 1.33-1
- 1.33 bump

View File

@ -1 +1 @@
70cdb48bdd7e6f304335109bbfce9308 Carp-1.33.tar.gz
6b69aaecee7987c6447407d87ca5cc7a Carp-1.3301.tar.gz