Hello community, here is the log from the commit of package parcellite for openSUSE:Factory checked in at 2012-02-14 19:04:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parcellite (Old) and /work/SRC/openSUSE:Factory/.parcellite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parcellite", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/parcellite/parcellite.changes 2011-12-06 16:23:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.parcellite.new/parcellite.changes 2012-02-14 19:04:39.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Jan 10 18:46:49 UTC 2012 - [email protected] + +- added parcellite-0.9.2-fix-glib-includes.patch in order to + prevent glib/gtypes.h from being included directly + +------------------------------------------------------------------- New: ---- parcellite-0.9.2-fix-glib-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parcellite.spec ++++++ --- /var/tmp/diff_new_pack.5ri66g/_old 2012-02-14 19:04:41.000000000 +0100 +++ /var/tmp/diff_new_pack.5ri66g/_new 2012-02-14 19:04:41.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package parcellite # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -19,8 +19,8 @@ Version: 0.9.2 Release: 0 Summary: A lightweight GTK+ clipboard manager -Group: Productivity/Other License: GPL-3.0+ +Group: Productivity/Other Url: http://parcellite.sourceforge.net/ Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -28,6 +28,8 @@ Patch1: parcellite-0.9.1-lxde-autostart.patch Patch2: parcellite-0.9.1-defaults.diff Patch3: parcellite-0.9.1-ld_fix.diff +# PATCH-FIX-UPSTREAM parcellite-0.9.2-fix-glib-includes.patch [email protected] -- Do not include glib/gtypes.h directly +Patch4: parcellite-0.9.2-fix-glib-includes.patch BuildRequires: automake BuildRequires: gnome-icon-theme BuildRequires: gtk2-devel >= 2.10.0 @@ -49,6 +51,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build autoreconf -fi ++++++ parcellite-0.9.2-fix-glib-includes.patch ++++++ Index: parcellite-0.9.2/src/keybinder.h =================================================================== --- parcellite-0.9.2.orig/src/keybinder.h +++ parcellite-0.9.2/src/keybinder.h @@ -20,7 +20,7 @@ #ifndef __KEY_BINDER_H__ #define __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]
