Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
7a9fb63180 |
BIN
json-glib-1.10.6.tar.xz
(Stored with Git LFS)
BIN
json-glib-1.10.6.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
json-glib-1.6.6.tar.xz
(Stored with Git LFS)
Normal file
BIN
json-glib-1.6.6.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,32 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Dec 10 14:15:39 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.10.6:
|
|
||||||
+ Allow single quoted strings when running in non-strict mode.
|
|
||||||
+ Allow escaped characters when running in non-strict mode.
|
|
||||||
+ Add missing nullable annotation.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Aug 30 18:21:54 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- 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 <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- 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 <sbrabec@suse.com>
|
Thu Sep 16 01:57:17 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package json-glib
|
# spec file for package json-glib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,18 +18,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 1.10.6
|
Version: 1.6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://live.gnome.org/JsonGlib
|
URL: http://live.gnome.org/JsonGlib
|
||||||
|
|
||||||
Source0: https://download.gnome.org/sources/json-glib/1.10/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/json-glib/1.6/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: docutils
|
|
||||||
BuildRequires: glib2-devel >= 2.54
|
BuildRequires: glib2-devel >= 2.54
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
|
Reference in New Issue
Block a user