Hello community, here is the log from the commit of package gtkhotkey for openSUSE:Factory checked in at 2012-01-05 19:13:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtkhotkey (Old) and /work/SRC/openSUSE:Factory/.gtkhotkey.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtkhotkey", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gtkhotkey/gtkhotkey.changes 2011-09-23 02:02:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gtkhotkey.new/gtkhotkey.changes 2012-01-05 19:13:10.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 30 20:00:13 UTC 2011 - [email protected] + +- Add gtkhotkey-glib-2.31.patch: Fix build with gtk 2.31. +- Change License tag to spdx identifier. + +------------------------------------------------------------------- New: ---- gtkhotkey-glib-2.31.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkhotkey.spec ++++++ --- /var/tmp/diff_new_pack.ZmScnp/_old 2012-01-05 19:13:10.000000000 +0100 +++ /var/tmp/diff_new_pack.ZmScnp/_new 2012-01-05 19:13:10.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package gtkhotkey (Version 0.2.1) +# spec file for package gtkhotkey # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,11 +20,13 @@ Name: gtkhotkey Version: 0.2.1 Release: 1 -License: LGPLv3+ +License: LGPL-3.0+ Summary: Platform Independent Hotkey Handling for GTK+ Applications Url: http://launchpad.net/gtkhotkey/ Group: Development/Libraries/X11 Source: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM gtkhotkey-glib-2.31.patch lp#898334 [email protected] -- Fix build with glib 2.31 +Patch0: gtkhotkey-glib-2.31.patch BuildRequires: glib2-devel BuildRequires: gtk2-devel BuildRequires: intltool @@ -59,6 +61,7 @@ %prep %setup -q +%patch0 -p1 %build %configure --disable-static ++++++ gtkhotkey-glib-2.31.patch ++++++ Index: gtkhotkey-0.2.1/src/gtk-hotkey-error.h =================================================================== --- gtkhotkey-0.2.1.orig/src/gtk-hotkey-error.h +++ gtkhotkey-0.2.1/src/gtk-hotkey-error.h @@ -23,7 +23,7 @@ #ifndef __GTK_HOTKEY_ERROR_H__ #define __GTK_HOTKEY_ERROR_H__ -#include <glib/gquark.h> +#include <glib.h> G_BEGIN_DECLS Index: gtkhotkey-0.2.1/src/x11/tomboykeybinder.h =================================================================== --- gtkhotkey-0.2.1.orig/src/x11/tomboykeybinder.h +++ gtkhotkey-0.2.1/src/x11/tomboykeybinder.h @@ -2,7 +2,7 @@ #ifndef __TOMBOY_KEY_BINDER_H__ #define __TOMBOY_KEY_BINDER_H__ -#include <glib/gtypes.h> +#include <glib.h> G_BEGIN_DECLS -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
