diff --git a/JSON-PP-2.27200.tar.gz b/JSON-PP-2.27200.tar.gz deleted file mode 100644 index c9b4125..0000000 --- a/JSON-PP-2.27200.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:035e11154bdee7908842a30f4150f47fb9d0d696e56a27947fe2b8a479cc69d3 -size 41571 diff --git a/JSON-PP-2.27300.tar.gz b/JSON-PP-2.27300.tar.gz new file mode 100644 index 0000000..d13eeae --- /dev/null +++ b/JSON-PP-2.27300.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5feef3067be4acd99ca0ebb29cf1ac1cdb338fe46977585bd1e473ea4bab71a3 +size 41365 diff --git a/perl-JSON-PP.changes b/perl-JSON-PP.changes index 97f72f2..031cec8 100644 --- a/perl-JSON-PP.changes +++ b/perl-JSON-PP.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 1 13:48:06 UTC 2014 - seife+obs@b1-systems.com + +- update to 2.27300 + - fixed return/or in _incr_parse + - occasionally failed in t/019_incr.t in Perl 5.17.6 or more +- add specfile hacks to fix build on 13.1 or newer + ------------------------------------------------------------------- Tue Nov 29 15:13:53 UTC 2011 - coolo@suse.com diff --git a/perl-JSON-PP.spec b/perl-JSON-PP.spec index 14db8ab..75f568b 100644 --- a/perl-JSON-PP.spec +++ b/perl-JSON-PP.spec @@ -1,7 +1,7 @@ # # spec file for package perl-JSON-PP # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-JSON-PP -Version: 2.27200 +Version: 2.27300 Release: 0 %define cpan_name JSON-PP Summary: JSON::XS compatible pure-Perl module. @@ -53,17 +53,22 @@ JSON::PP is a pure-Perl module and has compatibility to JSON::XS. %install %perl_make_install +%if 0%{?suse_version} >= 1210 +# newer perl has these included +rm %{buildroot}/%{_mandir}/man1/json_pp.1 +rm %{buildroot}/%{_bindir}/json_pp +%endif %perl_process_packlist %perl_gen_filelist +# perl_gen_filelist makes everything 0644... +sed -i -e '/json_pp/s#\(^.*$\)#%attr(755,root,root) \1#' %{name}.files + %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(644,root,root,755) %doc Changes README -%if 0%{?suse_version} == 1210 -%exclude %{_bindir}/json_pp -%endif %changelog