diff --git a/json-glib-1.1.2.tar.xz b/json-glib-1.1.2.tar.xz deleted file mode 100644 index fa1e543..0000000 --- a/json-glib-1.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e00f84018306e1aa234285d77b6c2b5d57c1e1d4dabc4dfc62d30b9670941bda -size 585396 diff --git a/json-glib-1.2.0.tar.xz b/json-glib-1.2.0.tar.xz new file mode 100644 index 0000000..7ea5762 --- /dev/null +++ b/json-glib-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d6dfbe49c08fd7529f1fe8dcb1893b810a1bb222f1e7b65f41507658b8a7d3 +size 585548 diff --git a/json-glib.changes b/json-glib.changes index ff10a6f..082e2ca 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/json-glib.spec b/json-glib.spec index e6930b6..237384c 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -18,13 +18,13 @@ Name: json-glib -Version: 1.1.2 +Version: 1.2.0 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.1/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/json-glib/1.2/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: glib2-devel >= 2.46 BuildRequires: gobject-introspection-devel