From 603737927bbe2b653a7ffa3351eb78c914f3177450b8b242591bcaf4db1ff3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 12 Nov 2024 12:13:23 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main json-glib revision fba14f16e39db93b36a30af0c9079066 --- json-glib-1.10.0.tar.xz | 3 +++ json-glib-1.6.6.tar.xz | 3 --- json-glib.changes | 21 +++++++++++++++++++++ json-glib.spec | 7 ++++--- 4 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 json-glib-1.10.0.tar.xz delete mode 100644 json-glib-1.6.6.tar.xz diff --git a/json-glib-1.10.0.tar.xz b/json-glib-1.10.0.tar.xz new file mode 100644 index 0000000..6e17f9a --- /dev/null +++ b/json-glib-1.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b +size 252652 diff --git a/json-glib-1.6.6.tar.xz b/json-glib-1.6.6.tar.xz deleted file mode 100644 index 0327607..0000000 --- a/json-glib-1.6.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ec98be7a91f6dde33636720e3da2ff6ecbb90e76ccaa49497f31a6855a490e -size 1306232 diff --git a/json-glib.changes b/json-glib.changes index 0ce548b..aa1920c 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Aug 30 18:21:54 UTC 2024 - Bjørn Lie + +- Update to version 1.10.0: + + Allow disabling installed tests + + Support parsing multiple root statements in non-strict mode + + Allow loading files >4GB with json-glib-validate +- Add docutils BuildRequires: New dependency (rst2man) + +------------------------------------------------------------------- +Sat Sep 16 12:17:24 UTC 2023 - Bjørn Lie + +- Update to version 1.8.0: + + Build fixes + + Add current node accessor to JsonReader + + Make xgettext optional + + Avoid leaking memory in error paths + + Update test suite to conform with TAP + + Ensure valid output for exponential notation of numbers + + Updated translations. + ------------------------------------------------------------------- Thu Sep 16 01:57:17 UTC 2021 - Stanislav Brabec diff --git a/json-glib.spec b/json-glib.spec index f6dbbb8..5e37d3a 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,7 +1,7 @@ # # spec file for package json-glib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,17 +18,18 @@ Name: json-glib -Version: 1.6.6 +Version: 1.10.0 Release: 0 Summary: Library for JavaScript Object Notation format License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: http://live.gnome.org/JsonGlib -Source0: https://download.gnome.org/sources/json-glib/1.6/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/json-glib/1.10/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: docbook-xsl-stylesheets +BuildRequires: docutils BuildRequires: glib2-devel >= 2.54 BuildRequires: gobject-introspection-devel BuildRequires: libxslt-tools