commit lua-dkjson for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-dkjson for openSUSE:Factory checked in at 2024-12-30 12:51:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-dkjson (Old) and /work/SRC/openSUSE:Factory/.lua-dkjson.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lua-dkjson" Mon Dec 30 12:51:25 2024 rev:6 rq:1233621 version:2.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-dkjson/lua-dkjson.changes 2022-11-24 12:23:48.093515760 +0100 +++ /work/SRC/openSUSE:Factory/.lua-dkjson.new.1881/lua-dkjson.changes 2024-12-30 12:51:47.236258753 +0100 @@ -1,0 +2,25 @@ +Sat Dec 28 00:26:59 UTC 2024 - Matej Cepl <mcepl@cepl.eu> + +- Update to 2.8: + - Fix handling of decoding errors when Lua is compiled with + LUA_NOCVTN2S. +- Update to 2.7: + - Enable working with newer versions of LPeg where the + "version" field is no longer a function. + - Fix error messages when an encoding error happens in an + ordered dictionary. +- Update to 2.6: + - The decode function is no longer automatically replaced by + the version implemented using LPeg, but an LPeg-enabled + copy of the module has to be requested explicitly with + the function use_lpeg. This was changed to improve the + predictability of the code and make audits more reliable. + - The LPeg-version of the decode function now reports + unterminated strings, arrays and objects with the position + where they started rather than where parsing failed which was + usually at the end of the input string. This was already the + behavior of the pure-Lua-implementation. + - Fixed a bug where entries in a dictionary were not put in the + desired order when their value was the boolean false. + +------------------------------------------------------------------- Old: ---- dkjson.tar.gz New: ---- dkjson-2.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-dkjson.spec ++++++ --- /var/tmp/diff_new_pack.KYHQfG/_old 2024-12-30 12:51:47.692277470 +0100 +++ /var/tmp/diff_new_pack.KYHQfG/_new 2024-12-30 12:51:47.692277470 +0100 @@ -1,7 +1,7 @@ # # spec file for package lua-dkjson # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define flavor @BUILD_FLAVOR@ %define mod_name dkjson -%define uptag release_2_5 -Version: 2.5.2 +%define uptag 2.8 +Version: 2.8.0 Release: 0 Summary: David Kolf's JSON module for Lua License: MIT Group: Development/Libraries/Other URL: http://dkjson.org/ -Source: http://dkolf.de/src/dkjson-lua.fsl/tarball/%{uptag}/dkjson.tar.gz +Source: http://dkolf.de/dkjson-lua/dkjson-%{uptag}.tar.gz BuildRequires: %{flavor}-devel BuildRequires: lua-macros Requires: %{flavor} @@ -50,7 +50,7 @@ when LPeg is available dkjson can use it to speed up decoding. %prep -%setup -q -n %{uptag}/%{mod_name} +%autosetup -p1 -n dkjson-%{uptag} %build /bin/true
participants (1)
-
Source-Sync