diff --git a/json-glib-0.14.2.tar.bz2 b/json-glib-0.14.2.tar.bz2 deleted file mode 100644 index 6c2e762..0000000 --- a/json-glib-0.14.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b62cb148ae49d30d8ad807912ba3c7cf189459e2d75233620aae411cf8ea6c04 -size 523253 diff --git a/json-glib-0.15.2.tar.xz b/json-glib-0.15.2.tar.xz new file mode 100644 index 0000000..d4e7cce --- /dev/null +++ b/json-glib-0.15.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde +size 459232 diff --git a/json-glib.changes b/json-glib.changes index 61ec0f3..5ecbc1c 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 18 11:14:15 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.15.2: + + Fixes for building with VisualStudio + + Allow out-of-tree builds + + Bump the dependency on GLib to 2.31 + + Use the new deprecation system provided by GLib + + Simplify the value handling inside JsonNode + + Use lcov to generate coverage reports for the test suite + + Check expected ABI when building + + Drop dependency on gnome-autogen.sh when building from Git + ------------------------------------------------------------------- Thu Dec 8 20:06:52 UTC 2011 - dimstar@opensuse.org diff --git a/json-glib.spec b/json-glib.spec index 3c5c174..6490c22 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,7 +1,7 @@ # # spec file for package json-glib # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,16 +16,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: json-glib -Version: 0.14.2 +Version: 0.15.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/0.14/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/json-glib/0.15/%{name}-%{version}.tar.xz Source99: baselibs.conf -BuildRequires: glib2-devel +BuildRequires: glib2-devel >= 2.31.0 BuildRequires: gobject-introspection-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -125,7 +126,7 @@ rm -rf %{buildroot} %files -n libjson-glib-1_0-0 %defattr(-,root,root) -%doc ChangeLog COPYING NEWS README +%doc ChangeLog COPYING NEWS %{_libdir}/*.so.* %files -n typelib-1_0-Json-1_0