From d4cf324ad304b87d4c2862656eac7ba64e9e52a52c2b9fabb5e4aed88ccc534d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Dec 2021 08:42:57 +0000 Subject: [PATCH] - What was I thinking? Description and Summary had nothing to di with this package. OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=8 --- lua-dkjson.changes | 6 ++++++ lua-dkjson.spec | 15 ++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/lua-dkjson.changes b/lua-dkjson.changes index f5d08ff..fa76587 100644 --- a/lua-dkjson.changes +++ b/lua-dkjson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 27 08:42:20 UTC 2021 - Matej Cepl + +- What was I thinking? Description and Summary had nothing to di + with this package. + ------------------------------------------------------------------- Thu Feb 18 15:50:02 UTC 2021 - Callum Farmer diff --git a/lua-dkjson.spec b/lua-dkjson.spec index 5a34a9e..f459be3 100644 --- a/lua-dkjson.spec +++ b/lua-dkjson.spec @@ -1,7 +1,7 @@ # # spec file for package lua-dkjson # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define uptag release_2_5 Version: 2.5.2 Release: 0 -Summary: A feature-rich command-line argument parser +Summary: David Kolf's JSON module for Lua License: MIT Group: Development/Libraries/Other URL: http://dkjson.org/ @@ -39,9 +39,14 @@ Name: %{flavor}-dkjson %endif %description -Argparse supports positional arguments, options, flags, optional -arguments, subcommands and more. Argparse automatically generates usage, -help, and error messages, and can generate shell completion scripts. +dkjson is a module for encoding and decoding JSON data. It +supports UTF-8. + +JSON (JavaScript Object Notation) is a format for serializing +data based on the syntax for JavaScript data structures. + +dkjson is written in Lua without any dependencies, but +when LPeg is available dkjson can use it to speed up decoding. %prep %setup -q -n %{uptag}/%{mod_name}