1.32 bump
This commit is contained in:
parent
fe09a9fbbc
commit
f0c79e27ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/Carp-1.22.tar.gz
|
||||
/Carp-1.25.tar.gz
|
||||
/Carp-1.26.tar.gz
|
||||
/Carp-1.32.tar.gz
|
||||
|
@ -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 <ppisar@redhat.com> - 1.32-1
|
||||
- 1.32 bump
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-245
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user