[perl-JSON-PP] Update to 2.27300

Paul Howarth pghmcfc at fedoraproject.org
Wed Oct 8 09:55:46 UTC 2014


commit 0f704d8e200b1d74903ab3169f1bef4477c8d653
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 8 10:53:40 2014 +0100

    Update to 2.27300
    
    - New upstream release 2.27300
      - Fixed a problem about substr in perl 5.8.6 and below
    - Classify buildreqs by usage

 perl-JSON-PP.spec |   33 ++++++++++++++++++++++++++-------
 sources           |    2 +-
 2 files changed, 27 insertions(+), 8 deletions(-)
---
diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec
index f46cac8..2ba5c3d 100644
--- a/perl-JSON-PP.spec
+++ b/perl-JSON-PP.spec
@@ -1,6 +1,6 @@
 Name:		perl-JSON-PP
-Version:	2.27203
-Release:	310%{?dist}
+Version:	2.27300
+Release:	1%{?dist}
 Summary:	JSON::XS compatible pure-Perl module
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -8,27 +8,41 @@ 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
+# Module Build
+BuildRequires:	perl
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(lib)
+# Module Runtime
 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(Scalar::Util)
 BuildRequires:	perl(strict)
+BuildRequires:	perl(subs)
+BuildRequires:	perl(utf8)
+# Script Runtime
+BuildRequires:	perl(Data::Dumper)
+BuildRequires:	perl(Getopt::Long)
+# Test Suite
 BuildRequires:	perl(Test::More)
+BuildRequires:	perl(Tie::Array)
+BuildRequires:	perl(Tie::Hash)
 BuildRequires:	perl(Tie::IxHash)
-BuildRequires:	perl(utf8)
+# Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:	perl(Data::Dumper)
+Requires:	perl(Encode)
 Requires:	perl(Math::BigFloat)
 Requires:	perl(Math::BigInt)
+Requires:	perl(Scalar::Util)
+Requires:	perl(subs)
 Requires:	perl(utf8)
 Conflicts:	perl-JSON < 2.50
 
@@ -66,6 +80,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 
 %changelog
+* Wed Oct  8 2014 Paul Howarth <paul at city-fan.org> - 2.27300-1
+- Update to 2.27300
+  - Fixed a problem about substr in perl 5.8.6 and below
+- Classify buildreqs by usage
+
 * Wed Sep 03 2014 Jitka Plesnikova <jplesnik at redhat.com> - 2.27203-310
 - Increase release to favour standalone package
 
diff --git a/sources b/sources
index 65a3ebe..4445af2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e43b7e9cac3145038ca935469f96a6ee  JSON-PP-2.27203.tar.gz
+e7d3818183c0833e7e2ef16ec017d399  JSON-PP-2.27300.tar.gz


More information about the scm-commits mailing list