2.151 bump

This commit is contained in:
Petr Písař 2014-03-10 08:42:16 +01:00
parent bba06238ae
commit 88a0b57b75
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/Data-Dumper-2.139.tar.gz
/Data-Dumper-2.143.tar.gz
/Data-Dumper-2.145.tar.gz
/Data-Dumper-2.151.tar.gz

View File

@ -1,7 +1,7 @@
%global cpan_version 2.145
%global cpan_version 2.151
Name: perl-Data-Dumper
Version: %(echo '%{cpan_version}' | tr '_' '.')
Release: 292%{?dist}
Release: 1%{?dist}
Summary: Stringify perl data structures, suitable for printing and eval
License: GPL+ or Artistic
Group: Development/Libraries
@ -15,16 +15,19 @@ BuildRequires: perl(bytes)
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(XSLoader)
# perl-Test-Simple is in cycle with perl-Data-Dumper
%if !%{defined perl_bootstrap}
# Tests only:
BuildRequires: perl(Config)
BuildRequires: perl(if)
BuildRequires: perl(lib)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# Optional tests:
BuildRequires: perl(Encode)
%endif
@ -68,6 +71,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Mar 10 2014 Petr Pisar <ppisar@redhat.com> - 2.151-1
- 2.151 bump
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.145-292
- Perl 5.18 re-rebuild of bootstrapped packages

View File

@ -1 +1 @@
b773c875afcca866faf8481adc3464b0 Data-Dumper-2.145.tar.gz
b804bf2137b6b62382136598baafa645 Data-Dumper-2.151.tar.gz