From 27524c3a43186c56e3bb0adc70976d889ffa0c53e8be52bb80c14e489f7688bb Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 15 Oct 2010 14:38:24 +0000 Subject: [PATCH 1/2] Accepting request 50738 from GNOME:Factory checked in (request 50738) OBS-URL: https://build.opensuse.org/request/show/50738 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=22 --- json-glib-0.11.2.tar.bz2 | 3 +++ json-glib-0.12.0.tar.bz2 | 3 --- json-glib.changes | 8 -------- json-glib.spec | 6 +++--- 4 files changed, 6 insertions(+), 14 deletions(-) create mode 100644 json-glib-0.11.2.tar.bz2 delete mode 100644 json-glib-0.12.0.tar.bz2 diff --git a/json-glib-0.11.2.tar.bz2 b/json-glib-0.11.2.tar.bz2 new file mode 100644 index 0000000..21ad21f --- /dev/null +++ b/json-glib-0.11.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28274769bdec44cd5ab83ce1f8ae45652c2927c0d52f3f4e28f257182c0e2bf9 +size 398516 diff --git a/json-glib-0.12.0.tar.bz2 b/json-glib-0.12.0.tar.bz2 deleted file mode 100644 index 01a018e..0000000 --- a/json-glib-0.12.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e22978aadbe92a12e4cef2f494eb3571ac5c983ad05cff4256328157f1112842 -size 417623 diff --git a/json-glib.changes b/json-glib.changes index 179ea0d..9e4981f 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,11 +1,3 @@ -------------------------------------------------------------------- -Sat Sep 25 13:53:02 CEST 2010 - vuntz@opensuse.org - -- Update to version 0.12.0: - + Add JsonReader, a convenience API for cursor-based parsing of - JSON trees - + Depend on GObject-Introspection 0.9.5 - ------------------------------------------------------------------- Sun Sep 19 00:51:57 CEST 2010 - vuntz@opensuse.org diff --git a/json-glib.spec b/json-glib.spec index f3324b0..9afaddd 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,5 +1,5 @@ # -# spec file for package json-glib (Version 0.12.0) +# spec file for package json-glib (Version 0.11.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. @@ -19,8 +19,8 @@ Name: json-glib -Version: 0.12.0 -Release: 1 +Version: 0.11.2 +Release: 2 Summary: Library for JavaScript Object Notation format License: LGPLv2.1+ Group: Development/Libraries/C and C++ From 1d070ba2196f59ad28d9f6014ffe3658368c34363c07f2d843d39558037e916d Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 21 Apr 2011 08:36:30 +0000 Subject: [PATCH 2/2] Accepting request 67415 from GNOME:Next thanks OBS-URL: https://build.opensuse.org/request/show/67415 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=23 --- json-glib-0.11.2.tar.bz2 | 3 --- json-glib-0.12.2.tar.bz2 | 3 +++ json-glib.changes | 17 +++++++++++++++++ json-glib.spec | 8 ++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 json-glib-0.11.2.tar.bz2 create mode 100644 json-glib-0.12.2.tar.bz2 diff --git a/json-glib-0.11.2.tar.bz2 b/json-glib-0.11.2.tar.bz2 deleted file mode 100644 index 21ad21f..0000000 --- a/json-glib-0.11.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28274769bdec44cd5ab83ce1f8ae45652c2927c0d52f3f4e28f257182c0e2bf9 -size 398516 diff --git a/json-glib-0.12.2.tar.bz2 b/json-glib-0.12.2.tar.bz2 new file mode 100644 index 0000000..739a646 --- /dev/null +++ b/json-glib-0.12.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fa9b870dfe2d8b7b00210be76cdbb2d46a8d2cc77ca7cbe5d081bdf8cad780 +size 429093 diff --git a/json-glib.changes b/json-glib.changes index 9e4981f..a89989d 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Feb 11 12:16:25 UTC 2011 - fcrozat@novell.com + +- Update to version 0.12.2: + + Implement support for bare values in JsonGenerator + + Do not require GLib 2.20 for the test suite + + Do not lose precision when serializing floating point values + + Improve introspection data + +------------------------------------------------------------------- +Sat Sep 25 13:53:02 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.12.0: + + Add JsonReader, a convenience API for cursor-based parsing of + JSON trees + + Depend on GObject-Introspection 0.9.5 + ------------------------------------------------------------------- Sun Sep 19 00:51:57 CEST 2010 - vuntz@opensuse.org diff --git a/json-glib.spec b/json-glib.spec index 9afaddd..07d8c0c 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,7 +1,7 @@ # -# spec file for package json-glib (Version 0.11.2) +# spec file for package json-glib # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -19,8 +19,8 @@ Name: json-glib -Version: 0.11.2 -Release: 2 +Version: 0.12.2 +Release: 1 Summary: Library for JavaScript Object Notation format License: LGPLv2.1+ Group: Development/Libraries/C and C++