From a9044857913c05e6e07b6d150ebeabc5608b520c772e20c886c23d95817480b3 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 18 Jan 2010 13:04:32 +0000 Subject: [PATCH] Accepting request 29742 from GNOME:Factory Copy from GNOME:Factory/json-glib based on submit request 29742 from user vuntz OBS-URL: https://build.opensuse.org/request/show/29742 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/json-glib?expand=0&rev=5 --- json-glib-0.10.0.tar.bz2 | 3 +++ json-glib-0.9.2.tar.bz2 | 3 --- json-glib-fix-build.patch | 22 ---------------------- json-glib.changes | 7 +++++++ json-glib.spec | 9 +++------ 5 files changed, 13 insertions(+), 31 deletions(-) create mode 100644 json-glib-0.10.0.tar.bz2 delete mode 100644 json-glib-0.9.2.tar.bz2 delete mode 100644 json-glib-fix-build.patch diff --git a/json-glib-0.10.0.tar.bz2 b/json-glib-0.10.0.tar.bz2 new file mode 100644 index 0000000..a0cca65 --- /dev/null +++ b/json-glib-0.10.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029b700f1ad0960bb4954944357fe8b516487860d43fbe56853dce44fc114a64 +size 415877 diff --git a/json-glib-0.9.2.tar.bz2 b/json-glib-0.9.2.tar.bz2 deleted file mode 100644 index 3e5e391..0000000 --- a/json-glib-0.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39853e17800659adc888761bf296ee6851dfa646f97a2cd639b130a271e34c67 -size 415837 diff --git a/json-glib-fix-build.patch b/json-glib-fix-build.patch deleted file mode 100644 index e6393f7..0000000 --- a/json-glib-fix-build.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: json-glib-0.9.2/json-glib/json-gobject.c -=================================================================== ---- json-glib-0.9.2.orig/json-glib/json-gobject.c -+++ json-glib-0.9.2/json-glib/json-gobject.c -@@ -503,7 +503,7 @@ json_deserialize_pspec (GValue *valu - - case G_TYPE_ENUM: - { -- gint enum_value; -+ gint enum_value = 0; - - if (G_VALUE_HOLDS (&node_value, G_TYPE_INT64)) - { -@@ -524,7 +524,7 @@ json_deserialize_pspec (GValue *valu - - case G_TYPE_FLAGS: - { -- gint flags_value; -+ gint flags_value = 0; - - if (G_VALUE_HOLDS (&node_value, G_TYPE_INT64)) - { diff --git a/json-glib.changes b/json-glib.changes index 367c521..5a31db9 100644 --- a/json-glib.changes +++ b/json-glib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 2 16:10:03 CET 2010 - vuntz@opensuse.org + +- Update to version 0.10.0: + + Build fixes. +- Drop json-glib-fix-build.patch: fixed upstream. + ------------------------------------------------------------------- Sun Dec 27 01:38:37 CET 2009 - vuntz@opensuse.org diff --git a/json-glib.spec b/json-glib.spec index bcc294b..548d8bc 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -1,7 +1,7 @@ # -# spec file for package json-glib (Version 0.9.2) +# spec file for package json-glib (Version 0.10.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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,15 +19,13 @@ Name: json-glib -Version: 0.9.2 +Version: 0.10.0 Release: 1 Summary: Library for JavaScript Object Notation format License: LGPLv2.1+ Group: Development/Libraries/C and C++ Url: http://live.gnome.org/JsonGlib Source: %{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM json-glib-fix-build.patch vuntz@opensuse.org -- Fix warnings causing errors during build -Patch0: json-glib-fix-build.patch BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -88,7 +86,6 @@ json-glib library. %prep %setup -q -%patch0 -p1 %build %configure