diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec index de26aa3..ba22f04 100644 --- a/perl-JSON-PP.spec +++ b/perl-JSON-PP.spec @@ -1,6 +1,6 @@ Name: perl-JSON-PP -Version: 2.27300 -Release: 348%{?dist} +Version: 2.27400 +Release: 1%{?dist} Summary: JSON::XS compatible pure-Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -9,6 +9,9 @@ Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-PP-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(lib) @@ -66,7 +69,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -80,10 +83,17 @@ rm -rf %{buildroot} %{_bindir}/json_pp %{perl_vendorlib}/JSON/ %{_mandir}/man1/json_pp.1* -%{_mandir}/man3/JSON::PP.3pm* -%{_mandir}/man3/JSON::PP::Boolean.3pm* +%{_mandir}/man3/JSON::PP.3* +%{_mandir}/man3/JSON::PP::Boolean.3* %changelog +* Mon Apr 25 2016 Paul Howarth - 2.27400-1 +- Update to 2.27400 + - Applied and merged long term neglected patches and pull requests + - Modified Makefile.PL to set UNINST=1 if needed on old perls + - Decode decimals to Perl's internal NV type +- Simplify find command using -delete + * Thu Feb 04 2016 Fedora Release Engineering - 2.27300-348 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4445af2..6fddafd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7d3818183c0833e7e2ef16ec017d399 JSON-PP-2.27300.tar.gz +544b03d04d141d66cc27c8b9f835195f JSON-PP-2.27400.tar.gz