From 495a14a53f3ad900765efc0f97d786cff278bd2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 12 Jul 2013 16:21:09 +0200 Subject: [PATCH] Perl 5.18 rebuild --- perl-JSON-PP.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec index 5ffa42b..2604382 100644 --- a/perl-JSON-PP.spec +++ b/perl-JSON-PP.spec @@ -1,6 +1,6 @@ Name: perl-JSON-PP Version: 2.27202 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON::XS compatible pure-Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf %{buildroot} %{_mandir}/man3/JSON::PP::Boolean.3pm* %changelog +* Fri Jul 12 2013 Petr Pisar - 2.27202-2 +- Perl 5.18 rebuild + * Wed Mar 13 2013 Paul Howarth - 2.27202-1 - Update to 2.27202 - Fix test failures due to hash iterator randomization in perl 5.17.6 onwards