Accepting request 378897 from GNOME:Factory
New stable rel (forwarded request 377646 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/378897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-glib?expand=0&rev=36
This commit is contained in:
commit
aaf2ec78bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd
|
|
||||||
size 557236
|
|
3
json-glib-1.2.0.tar.xz
Normal file
3
json-glib-1.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99d6dfbe49c08fd7529f1fe8dcb1893b810a1bb222f1e7b65f41507658b8a7d3
|
||||||
|
size 585548
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 22 16:20:53 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.2.0:
|
||||||
|
+ node: Turn a g_debug() call into a JSON_NOTE.
|
||||||
|
+ debug: Add flag for debugging nodes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 1 22:22:29 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.1.2:
|
||||||
|
+ Add simple wrapper functions for JsonGenerator and JsonParser
|
||||||
|
to write and read a string from and to a JsonNode,
|
||||||
|
respectively.
|
||||||
|
+ Drop use of deprecated GIO API.
|
||||||
|
+ Bump the dependency on GLib to 2.46.
|
||||||
|
+ Do not create `null` nodes for empty strings (bgo#730803).
|
||||||
|
+ Documentation fixes (bgo#754384).
|
||||||
|
+ Avoid crashes in the test suite (bgo#755977).
|
||||||
|
+ Add simple iterator object for JSON objects (bgo#755509).
|
||||||
|
+ Detect missing commas in arrays.
|
||||||
|
+ Add support for g_auto* macros.
|
||||||
|
+ Allow making JSON types optionally immutable, in order to allow
|
||||||
|
efficient hashing and equality tests (bgo#756121).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 16 08:52:05 UTC 2015 - dimstar@opensuse.org
|
Mon Mar 16 08:52:05 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package json-glib
|
# spec file for package json-glib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# 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,15 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 1.0.4
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
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: http://download.gnome.org/sources/json-glib/1.0/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/json-glib/1.2/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib2-devel >= 2.37.6
|
BuildRequires: glib2-devel >= 2.46
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user