diff --git a/json-glib-0.10.4.tar.bz2 b/json-glib-0.10.4.tar.bz2 deleted file mode 100644 index 2e41efa..0000000 --- a/json-glib-0.10.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efd8b341d3f9e03cc35b7e2eb353b8336cf7a5560ad273b07e85f7a7a46d5ed9 -size 389457 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.changes b/json-glib.changes index da2a069..e07d9f4 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Aug 2 19:56:29 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.11.2: + + On the way to 0.12.0: + - Support surrogate pairs in JSON strings + - Update the test suite + - Add (optional) coverage reports + - Improve strictness of JsonParser + - Improve error reporting of JsonParser + - Add JsonBuilder, a convenience API for programmatic building + of JSON trees + - Add methods for JsonParser and JsonGenerator to handle + Input|OutputStream objects coming from GIO. +- Remove glib2-devel Requires from the devel package. RPM handles + this automatically by pkgconfig requires now. + ------------------------------------------------------------------- Fri Mar 19 20:57:45 CET 2010 - dimstar@opensuse.org diff --git a/json-glib.spec b/json-glib.spec index 64f8aa6..a513694 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,5 +1,5 @@ # -# spec file for package json-glib (Version 0.10.4) +# 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,7 +19,7 @@ Name: json-glib -Version: 0.10.4 +Version: 0.11.2 Release: 1 Summary: Library for JavaScript Object Notation format License: LGPLv2.1+ @@ -66,7 +66,6 @@ License: LGPLv2.1+ Summary: Library for JavaScript Object Notation format - Development Files Group: Development/Libraries/C and C++ Requires: libjson-glib-1_0-0 = %{version} -Requires: glib2-devel %description devel JSON is a lightweight data-interchange format.It is easy for humans to