From aa5e43045666d8a948a8ef78dbad10c8d11dd1f624265bf6f32b5ed44f0110e1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Apr 2014 20:46:19 +0000 Subject: [PATCH] Accepting request 228675 from GNOME:Next Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228675 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/json-glib?expand=0&rev=49 --- json-glib-0.16.2.tar.xz | 3 --- json-glib-1.0.0.tar.xz | 3 +++ json-glib.changes | 20 ++++++++++++++++++++ json-glib.spec | 11 +++++++---- 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 json-glib-0.16.2.tar.xz create mode 100644 json-glib-1.0.0.tar.xz diff --git a/json-glib-0.16.2.tar.xz b/json-glib-0.16.2.tar.xz deleted file mode 100644 index b5ff2c5..0000000 --- a/json-glib-0.16.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a95475364ec27ab1d2a69303cf579018558bfb6981e3498b3aaf1e6401f7422c -size 506640 diff --git a/json-glib-1.0.0.tar.xz b/json-glib-1.0.0.tar.xz new file mode 100644 index 0000000..ff728a7 --- /dev/null +++ b/json-glib-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde +size 547100 diff --git a/json-glib.changes b/json-glib.changes index 3ebe54f..91813d7 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Mar 25 13:40:17 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.0.0: + + Build fixes. + + Bugs fixed: bgo#723813. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 4 17:17:01 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.99.2: + + Use the -Bsymbolic-functions linker flag when available. + + Bump the dependency on GLib to 2.38. + + Use the TAP driver for the test suite. + + Improve the syntax validation in JsonPath. + + Validate the JsonParser input to be UTF-8. + + Add command line tools for validating and formatting JSON. + + Improve documentation. + ------------------------------------------------------------------- Sat Sep 21 17:36:09 UTC 2013 - dimstar@opensuse.org diff --git a/json-glib.spec b/json-glib.spec index c516f80..f18d9c0 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,7 +1,7 @@ # # spec file for package json-glib # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -18,15 +18,15 @@ Name: json-glib -Version: 0.16.2 +Version: 1.0.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/0.16/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/json-glib/1.0/%{name}-%{version}.tar.xz Source99: baselibs.conf -BuildRequires: glib2-devel >= 2.34.0 +BuildRequires: glib2-devel >= 2.37.6 BuildRequires: gobject-introspection-devel BuildRequires: translation-update-upstream BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -137,6 +137,9 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) +# Those could potentially be split in a -tools package, but are never used by non-devs. +%{_bindir}/json-glib-format +%{_bindir}/json-glib-validate %{_includedir}/%{name}-1.0 %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc