[perl-JSON-PP] Update to 2.27203

Paul Howarth pghmcfc at fedoraproject.org
Fri Oct 18 15:32:03 UTC 2013


commit 0b12f68add8bdff50511e82d7a9115251bddc3b9
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Oct 18 16:31:30 2013 +0100

    Update to 2.27203
    
    - New upstream release 2.27203
      - Fixed return/or in _incr_parse (CPAN RT#86948)
    - Specify all dependencies

 perl-JSON-PP.spec |   19 ++++++++++++++++---
 sources           |    2 +-
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec
index 030e991..9fe086c 100644
--- a/perl-JSON-PP.spec
+++ b/perl-JSON-PP.spec
@@ -1,6 +1,6 @@
 Name:		perl-JSON-PP
-Version:	2.27202
-Release:	291%{?dist}
+Version:	2.27203
+Release:	1%{?dist}
 Summary:	JSON::XS compatible pure-Perl module
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -8,20 +8,28 @@ URL:		http://search.cpan.org/dist/JSON-PP/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-PP-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
+BuildRequires:	perl(B)
 BuildRequires:	perl(base)
+BuildRequires:	perl(bytes)
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(constant)
 BuildRequires:	perl(Data::Dumper)
-BuildRequires:	perl(Encode)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Getopt::Long)
 BuildRequires:	perl(lib)
 BuildRequires:	perl(Math::BigFloat)
 BuildRequires:	perl(Math::BigInt)
+BuildRequires:	perl(overload)
+BuildRequires:	perl(strict)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Tie::IxHash)
+BuildRequires:	perl(utf8)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:	perl(Data::Dumper)
+Requires:	perl(Math::BigFloat)
+Requires:	perl(Math::BigInt)
+Requires:	perl(utf8)
 Conflicts:	perl-JSON < 2.50
 
 %description
@@ -58,6 +66,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 
 %changelog
+* Fri Oct 18 2013 Paul Howarth <paul at city-fan.org> - 2.27203-1
+- Update to 2.27203
+  - Fixed return/or in _incr_parse (CPAN RT#86948)
+- Specify all dependencies
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.27202-291
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 78975e2..65a3ebe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7d6cbd3589e793aaa66a88833c02ce0  JSON-PP-2.27202.tar.gz
+e43b7e9cac3145038ca935469f96a6ee  JSON-PP-2.27203.tar.gz


More information about the scm-commits mailing list