2.136 bump

This commit is contained in:
Petr Písař 2012-10-05 11:06:11 +02:00
parent a832c6fdc4
commit 5df848364d
4 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Data-Dumper-2.131.tar.gz
/Data-Dumper-2.135_07.tar.gz
/Data-Dumper-2.136.tar.gz

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* (eval|Stringify)");

View File

@ -1,12 +1,12 @@
%global real_version 2.135_07
%global cpan_version 2.136
Name: perl-Data-Dumper
Version: 2.135.07
Release: 241%{?dist}
Version: %(echo '%{cpan_version}' | tr '_' '.')
Release: 1%{?dist}
Summary: Stringify perl data structures, suitable for printing and eval
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Data-Dumper/
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Data-Dumper-%{real_version}.tar.gz
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Data-Dumper-%{cpan_version}.tar.gz
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time:
BuildRequires: perl(Carp)
@ -33,7 +33,7 @@ variable is output in a single Perl statement. Handles self-referential
structures correctly.
%prep
%setup -q -n Data-Dumper-%{real_version}
%setup -q -n Data-Dumper-%{cpan_version}
sed -i '/MAN3PODS/d' Makefile.PL
%build
@ -59,6 +59,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Oct 05 2012 Petr Pisar <ppisar@redhat.com> - 2.136-1
- 2.136 bump
* Fri Aug 24 2012 Petr Pisar <ppisar@redhat.com> - 2.135.07-241
- Disable tests on bootstrap

View File

@ -1 +1 @@
7a7f0cbce42114ca53bfa3d16b00f765 Data-Dumper-2.135_07.tar.gz
60f7071afa260fb30df74d6c1b116967 Data-Dumper-2.136.tar.gz