1.35 bump
This commit is contained in:
parent
fa0e45b92c
commit
e9fac97ae8
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/Carp-1.32.tar.gz
|
/Carp-1.32.tar.gz
|
||||||
/Carp-1.33.tar.gz
|
/Carp-1.33.tar.gz
|
||||||
/Carp-1.3301.tar.gz
|
/Carp-1.3301.tar.gz
|
||||||
|
/Carp-1.35.tar.gz
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
%global cpan_version 1.3301
|
%global cpan_version 1.35
|
||||||
|
|
||||||
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: 310%{?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/Z/ZE/ZEFRAM/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: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -59,6 +59,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 16 2015 Petr Pisar <ppisar@redhat.com> - 1.35-1
|
||||||
|
- 1.35 bump
|
||||||
|
|
||||||
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.33.01-310
|
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.33.01-310
|
||||||
- Increase release to favour standalone package
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user