Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/sobby/sobby.changes      2012-01-05 
19:15:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sobby.new/sobby.changes 2012-01-20 
20:27:09.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan 19 16:37:01 UTC 2012 - vu...@opensuse.org
+
+- Add sobby-new-glibmm.patch: fix build with glibmm 2.31.
+- Stop changing LDFLAGS and calling autoreconf: there's no need for
+  that.
+- Remove automake BuildRequires: we don't call autoreconf anymore.
+
+-------------------------------------------------------------------

New:
----
  sobby-new-glibmm.patch

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

Other differences:
------------------
++++++ sobby.spec ++++++
--- /var/tmp/diff_new_pack.WxAw2S/_old  2012-01-20 20:27:22.000000000 +0100
+++ /var/tmp/diff_new_pack.WxAw2S/_new  2012-01-20 20:27:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sobby
 #
-# 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
@@ -16,7 +16,15 @@
 #
 
 Name:           sobby
-BuildRequires:  automake
+Version:        0.4.7
+Release:        0
+Summary:        Stand-alone obby server
+License:        GPL-2.0+
+Group:          System/GUI/GNOME
+Url:            http://gobby.0x539.de/
+Source:         %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM sobby-new-glibmm.patch vu...@opensuse.org -- Fix build 
with glibmm >= 2.31, sent upstream by mail (2012-01-19)
+Patch0:         sobby-new-glibmm.patch
 BuildRequires:  gcc-c++
 BuildRequires:  glibmm2-devel
 BuildRequires:  gmp-devel
@@ -24,32 +32,17 @@
 BuildRequires:  libxml++-devel
 BuildRequires:  obby-devel
 BuildRequires:  pkg-config
-License:        GPL-2.0+
-Group:          System/GUI/GNOME
-Version:        0.4.7
-Release:        0
-Summary:        Stand-alone obby server
-Source:         %{name}-%{version}.tar.bz2
-Url:            http://gobby.0x539.de/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 sobby is a stand-alone obby server. It currently runs under Unix-like
 platforms only.
 
-
-
-Authors:
---------
-    Armin Burgmeier <ar...@0x539.de>
-    Philipp Kern <p...@0x539.de>
-
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-export LDFLAGS="-Wl,--as-needed"
-autoreconf -f -i
 %configure --disable-static --with-pic
 make %{?jobs:-j%jobs}
 

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

Reply via email to