Hello community,

here is the log from the commit of package gobby04 for openSUSE:Factory checked 
in at 2012-01-20 20:23:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gobby04 (Old)
 and      /work/SRC/openSUSE:Factory/.gobby04.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gobby04", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gobby04/gobby04.changes  2011-09-23 
02:01:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gobby04.new/gobby04.changes     2012-01-20 
20:23:38.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 19 16:39:12 UTC 2012 - vu...@opensuse.org
+
+- Add gobby04-new-glibmm.patch: fix build with glibmm 2.31.
+
+-------------------------------------------------------------------

New:
----
  gobby04-new-glibmm.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gobby04.spec ++++++
--- /var/tmp/diff_new_pack.vLXA3k/_old  2012-01-20 20:23:39.000000000 +0100
+++ /var/tmp/diff_new_pack.vLXA3k/_new  2012-01-20 20:23:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gobby04
 #
-# 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,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           gobby04
 %define _name   gobby
 BuildRequires:  fdupes
@@ -34,14 +31,16 @@
 BuildRequires:  pkgconfig(libxml++-2.6)
 BuildRequires:  pkgconfig(net6-1.3)
 BuildRequires:  pkgconfig(obby-0.4)
-License:        GPL-2.0 ; GPL-2.0+
-Group:          System/GUI/GNOME
 Version:        0.4.12
-Release:        12
+Release:        0
 Summary:        Gobby collaborative editor (old protocol)
+License:        GPL-2.0 ; GPL-2.0+
+Group:          System/GUI/GNOME
 Source:         %{_name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE gobby04-desktop.patch vu...@novell.com -- Remove icon 
extension, and make it call gobby-0.4 (to have it parallel-installable with 0.5)
 Patch0:         gobby04-desktop.patch
+# PATCH-FIX-UPSTREAM gobby04-new-glibmm.patch vu...@opensuse.org -- Fix build 
with glibmm >= 2.31, sent upstream by mail (2012-01-19)
+Patch1:         gobby04-new-glibmm.patch
 Url:            http://gobby.0x539.de/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       obby >= 0.4.6
@@ -68,6 +67,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0
+%patch1 -p1
 
 %build
 %configure \

++++++ gobby04-new-glibmm.patch ++++++
Index: gobby-0.4.12/src/gselector.cpp
===================================================================
--- gobby-0.4.12.orig/src/gselector.cpp
+++ gobby-0.4.12/src/gselector.cpp
@@ -16,6 +16,8 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <glibmm/main.h>
+
 #include "gselector.hpp"
 
 namespace
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to