[perl-JSON-PP] Depend of Data::Dumper

Petr Pisar ppisar at fedoraproject.org
Fri Jun 1 13:24:25 UTC 2012


commit d7ddedb582300bf3d1f9c62b92b588d7c96257d2
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 1 15:24:12 2012 +0200

    Depend of Data::Dumper

 perl-JSON-PP.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec
index 6d558d8..b8d739e 100644
--- a/perl-JSON-PP.spec
+++ b/perl-JSON-PP.spec
@@ -1,6 +1,6 @@
 Name:		perl-JSON-PP
 Version:	2.27200
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	JSON::XS compatible pure-Perl module
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -10,12 +10,14 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(B)
 BuildRequires:	perl(Carp)
+BuildRequires:	perl(Data::Dumper)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Getopt::Long)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Tie::IxHash)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:	perl(Data::Dumper)
 Conflicts:	perl-JSON < 2.50
 
 %description
@@ -54,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 
 %changelog
+* Fri Jun 01 2012 Petr Pisar <ppisar at redhat.com> - 2.27200-4
+- Depend of Data::Dumper
+
 * Thu Jan 12 2012 Paul Howarth <paul at city-fan.org> - 2.27200-3
 - Add buildreqs for perl core modules, which might be dual-lived
 


More information about the scm-commits mailing list