diff --git a/json-glib-1.0.4.tar.xz b/json-glib-1.0.4.tar.xz deleted file mode 100644 index 9d5c198..0000000 --- a/json-glib-1.0.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd -size 557236 diff --git a/json-glib-1.1.2.tar.xz b/json-glib-1.1.2.tar.xz new file mode 100644 index 0000000..fa1e543 --- /dev/null +++ b/json-glib-1.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00f84018306e1aa234285d77b6c2b5d57c1e1d4dabc4dfc62d30b9670941bda +size 585396 diff --git a/json-glib.changes b/json-glib.changes index 64f678f..ff10a6f 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -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 diff --git a/json-glib.spec b/json-glib.spec index ff87c75..e6930b6 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -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