Hello community, here is the log from the commit of package perl-JSON for openSUSE:Factory checked in at Wed Nov 10 21:44:38 CET 2010. -------- New Changes file: --- /dev/null 2010-07-09 01:59:37.000000000 +0200 +++ perl-JSON/perl-JSON.changes 2010-09-28 14:38:29.000000000 +0200 @@ -0,0 +1,84 @@ +------------------------------------------------------------------- +Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org + +- update to 2.26: + * JSON::PP: cleaned up code and enhanced sort option efficiency in encode + +- changes from 2.25: + * JSON: JSON::Backend::XS::Supportable always executed a needless process with JSON::XS backend; this made encode/decode a bit slower + +- changes from 2.24: + * JSON::PP: + + tweaked code. + + optimized code in hash object encoding + +- changes from 2.23: + * JSON::PP + + modified tied object handling in encode; it made encoding speed faster (RT#61604) + + modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev version + +------------------------------------------------------------------- +Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de + +- update to 2.22 + * added JSON::XS installing feature in Makefile.PL + with cpan or cpanm (some points suggested by gfx) + * check that to_json and from_json are not called as methods (CHORNY) + * modified for -Duse64bitall -Duselongdouble compiled perl. + 11_pc_expo.t too. (these are patched by H.Merijn Brand) +- recreated by cpanspec 1.78 +- noarch pkg +- remove blanks from changes file + +------------------------------------------------------------------- +Wed Aug 25 07:04:25 UTC 2010 - pascal.bleser@opensuse.org + +- completely rewritten spec file +- updated to 2.22: + * check that to_json and from_json are not called as methods +- changes from 2.21: + * enhanced 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' + * renamed eg/bench_pp_xs.pl to eg/bench_decode.pl + * added eg/bench_encode.pl +- changes from 2.20: + * added eg/bench_pp_xs.pl for benchmark sample + * updated 'INCREMENTAL PARSING' section + * decode_prefix() didn't count a consumed text length properly + * enhanced XS compatibilty in the case of decoding a white space garbaged text +- changes from 2.19: + * fixed typo (rt#53535 by Angel Abad) + * added a recommendation refering to (en|de)code_json to pod + * added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' +- changs from 2.18: + * updated document (compatible with JSON::XS 2.29) + * fixed encode an overloaded 'eq' object bug + * enhanced an error message compatible to JSON::XS + +------------------------------------------------------------------- +Wed Jan 13 23:15:16 UTC 2010 - jw@novell.com + +- updated to 2.17 + * fixed a problem caused by JSON::XS backend and support_by_pp option + (rt#52842, rt#52847 by ikegami) + [JSON::PP] + * made compatible with JSON::XS 2.27 + * patched decode for incr_parse (rt#52820 by ikegami) + * relaxed option caused an infinite loop in some condition. + +------------------------------------------------------------------- +Sat Jul 25 19:38:51 CEST 2009 - chris@computersalat.de + +- spec mods + * removed ^---------- + * removed ^#--------- + +------------------------------------------------------------------- +Sat Jun 20 19:09:23 CEST 2009 - chris@computersalat.de + +- update to 2.15 +- added perl-macros + o autogen filelist with perl_gen_filelist +- spec mods + o added header + o fixed deps + calling whatdependson for head-i586 New: ---- JSON-2.26.tar.bz2 perl-JSON.changes perl-JSON.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-JSON.spec ++++++ # # spec file for package perl-JSON (Version 2.26) # # Copyright (c) 2010 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %bcond_with pod Name: perl-JSON %define cpan_name JSON Summary: JSON (JavaScript Object Notation) encoder/decoder Version: 2.26 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/JSON/ # http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif %if %{with pod} BuildRequires: perl(Test::Pod) >= 1.00 %endif BuildRequires: perl(JSON::XS) >= 2.27 BuildRequires: perl(Test::More) Requires: perl = %{perl_version} Recommends: perl(JSON::XS) >= 2.27 %description JSON (JavaScript Object Notation) is a simple data format. See to http://www.json.org/ and RFC4627(http://www.ietf.org/rfc/rfc4627.txt). This module converts Perl data structures to JSON and vice versa using either JSON::XS or JSON::PP. JSON::XS is the fastest and most proper JSON module on CPAN which must be compiled and installed in your environment. JSON::PP is a pure-Perl module which is bundled in this distribution and has a strong compatibility to JSON::XS. This module try to use JSON::XS by default and fail to it, use JSON::PP instead. So its features completely depend on JSON::XS or JSON::PP. Authors: -------- Makamaka Hannyaharamitu, <makamaka[at]cpan.org> %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install # do not perl_process_packlist (noarch) # remove .packlist file %{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch # remove perllocal.pod file %{__rm} -rf $RPM_BUILD_ROOT%perl_archlib %perl_gen_filelist %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.files %defattr(-,root,root,-) %doc Changes README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org