1.38 bump
This commit is contained in:
parent
ebd5cfdb53
commit
fcf09a3a9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/Carp-1.3301.tar.gz
|
/Carp-1.3301.tar.gz
|
||||||
/Carp-1.35.tar.gz
|
/Carp-1.35.tar.gz
|
||||||
/Carp-1.36.tar.gz
|
/Carp-1.36.tar.gz
|
||||||
|
/Carp-1.38.tar.gz
|
||||||
|
@ -1,29 +1,33 @@
|
|||||||
%global cpan_version 1.36
|
%global cpan_version 1.38
|
||||||
|
|
||||||
Name: perl-Carp
|
Name: perl-Carp
|
||||||
# Keep 2-digit precision
|
# Keep 2-digit precision
|
||||||
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
||||||
Release: 346%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Alternative warn and die for modules
|
Summary: Alternative warn and die for modules
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Carp/
|
URL: http://search.cpan.org/dist/Carp/
|
||||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Carp-%{cpan_version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Carp-%{cpan_version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: sed
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(B)
|
BuildRequires: perl(B)
|
||||||
BuildRequires: perl(Config)
|
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(IPC::Open3)
|
||||||
BuildRequires: perl(overload)
|
BuildRequires: perl(overload)
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(Test::More) >= 0.47
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
# Do not export private DB module stub
|
# Do not export private DB module stub
|
||||||
@ -59,6 +63,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 10 2015 Petr Pisar <ppisar@redhat.com> - 1.38-1
|
||||||
|
- 1.38 bump
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-346
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-346
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user