Hello community, here is the log from the commit of package gobby for openSUSE:Factory checked in at 2012-02-15 15:57:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gobby (Old) and /work/SRC/openSUSE:Factory/.gobby.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gobby", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gobby/gobby.changes 2011-09-23 02:01:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gobby.new/gobby.changes 2012-02-15 15:57:19.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 9 21:51:12 UTC 2012 - [email protected] + +- Add gobby-glibmm-2_31.patch: Fix build with glibmm 2.31. + +------------------------------------------------------------------- New: ---- gobby-glibmm-2_31.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gobby.spec ++++++ --- /var/tmp/diff_new_pack.MDNzx7/_old 2012-02-15 15:57:21.000000000 +0100 +++ /var/tmp/diff_new_pack.MDNzx7/_new 2012-02-15 15:57:21.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gobby # -# 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 @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: gobby %define _versioned_name gobby-0.5 @@ -39,12 +37,14 @@ BuildRequires: pkgconfig(unique-1.0) # For directory ownership: BuildRequires: gnome-themes -License: GPL-2.0 ; GPL-2.0+ -Group: Productivity/Editors/Other Version: 0.4.94 -Release: 2 +Release: 0 Summary: Gobby collaborative editor (Infinote protocol) +License: GPL-2.0 ; GPL-2.0+ +Group: Productivity/Editors/Other Source: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM gobby-glibmm-2_31.patch http://gobby.0x539.de/trac/attachment/ticket/585/ [email protected] -- Fix build with glibmm 2.31. +Patch0: gobby-glibmm-2_31.patch Url: http://gobby.0x539.de/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(post): update-alternatives @@ -68,6 +68,7 @@ %lang_package %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ gobby-glibmm-2_31.patch ++++++ Index: gobby-0.4.94/code/core/filechooser.cpp =================================================================== --- gobby-0.4.94.orig/code/core/filechooser.cpp +++ gobby-0.4.94/code/core/filechooser.cpp @@ -18,7 +18,7 @@ #include "core/filechooser.hpp" -#include <gtkmm/stock.h> +#include <gtkmm.h> Gobby::FileChooser::Dialog::Dialog(Gobby::FileChooser& chooser, Gtk::Window& parent, Index: gobby-0.4.94/code/core/folder.hpp =================================================================== --- gobby-0.4.94.orig/code/core/folder.hpp +++ gobby-0.4.94/code/core/folder.hpp @@ -25,7 +25,7 @@ #include "util/defaultaccumulator.hpp" #include "util/gtk-compat.hpp" -#include <gtkmm/notebook.h> +#include <gtkmm.h> #include <sigc++/signal.h> #include <gtksourceview/gtksourcelanguagemanager.h> Index: gobby-0.4.94/code/core/header.cpp =================================================================== --- gobby-0.4.94.orig/code/core/header.cpp +++ gobby-0.4.94/code/core/header.cpp @@ -21,7 +21,7 @@ #include "util/i18n.hpp" #include "features.hpp" // For PLATFORM_OSX_NATIVE -#include <gtkmm/stock.h> +#include <gtkmm.h> #ifdef PLATFORM_OSX_NATIVE #include <ige-mac-menu.h> Index: gobby-0.4.94/code/core/preferences.hpp =================================================================== --- gobby-0.4.94.orig/code/core/preferences.hpp +++ gobby-0.4.94/code/core/preferences.hpp @@ -26,7 +26,7 @@ #include <gtksourceview/gtksourceview.h> #include <gtksourceview/gtksourcestyleschememanager.h> -#include <gtkmm/toolbar.h> +#include <gtkmm.h> #include <libinfinity/common/inf-xmpp-connection.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
