[perl-Data-Dumper] 2.136 bump

Petr Pisar ppisar at fedoraproject.org
Fri Oct 5 09:07:16 UTC 2012


commit 5df848364d4c8ff0b642fcd02f0f8904dc876731
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Oct 5 11:06:11 2012 +0200

    2.136 bump

 .gitignore            |    1 +
 .rpmlint              |    2 ++
 perl-Data-Dumper.spec |   13 ++++++++-----
 sources               |    2 +-
 4 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13fb7ce..815acf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Data-Dumper-2.131.tar.gz
 /Data-Dumper-2.135_07.tar.gz
+/Data-Dumper-2.136.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..2e32ee3
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (eval|Stringify)");
diff --git a/perl-Data-Dumper.spec b/perl-Data-Dumper.spec
index 4e10251..f70c07a 100644
--- a/perl-Data-Dumper.spec
+++ b/perl-Data-Dumper.spec
@@ -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 at redhat.com> - 2.136-1
+- 2.136 bump
+
 * Fri Aug 24 2012 Petr Pisar <ppisar at redhat.com> - 2.135.07-241
 - Disable tests on bootstrap
 
diff --git a/sources b/sources
index 7b37505..558a58f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a7f0cbce42114ca53bfa3d16b00f765  Data-Dumper-2.135_07.tar.gz
+60f7071afa260fb30df74d6c1b116967  Data-Dumper-2.136.tar.gz


More information about the scm-commits mailing list