From 4d91883f068c941121b5f801ae0f3fde1de599dd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 00:55:54 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_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 9fe086c..8d56f2e 100644 --- a/perl-JSON-PP.spec +++ b/perl-JSON-PP.spec @@ -1,6 +1,6 @@ Name: perl-JSON-PP Version: 2.27203 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON::XS compatible pure-Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -66,6 +66,9 @@ rm -rf %{buildroot} %{_mandir}/man3/JSON::PP::Boolean.3pm* %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 2.27203-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Oct 18 2013 Paul Howarth - 2.27203-1 - Update to 2.27203 - Fixed return/or in _incr_parse (CPAN RT#86948)