Accepting request 363830 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/363830
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2016-03-02 10:27:58 +00:00 committed by Git OBS Bridge
parent ed67200001
commit e5138a905a
4 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd
size 557236

3
json-glib-1.1.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e00f84018306e1aa234285d77b6c2b5d57c1e1d4dabc4dfc62d30b9670941bda
size 585396

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# 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.
#
# All modifications and additions to the file contributed by third parties
@ -18,15 +18,15 @@
Name: json-glib
Version: 1.0.4
Version: 1.1.2
Release: 0
Summary: Library for JavaScript Object Notation format
License: LGPL-2.1+
Group: Development/Libraries/C and C++
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.1/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: glib2-devel >= 2.37.6
BuildRequires: glib2-devel >= 2.46
BuildRequires: gobject-introspection-devel
BuildRequires: translation-update-upstream
BuildRoot: %{_tmppath}/%{name}-%{version}-build