Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2012-01-09 11:15:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnote (Old)
 and      /work/SRC/openSUSE:Factory/.gnote.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnote", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnote/gnote.changes      2012-01-05 
19:12:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2012-01-09 
11:15:12.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 14:11:23 UTC 2012 - [email protected]
+
+- Add gnote-new-glibmm.patch: fix build with recent versions of
+  glibmm, taken from git.
+
+-------------------------------------------------------------------

New:
----
  gnote-new-glibmm.patch

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

Other differences:
------------------
++++++ gnote.spec ++++++
--- /var/tmp/diff_new_pack.goo3Oy/_old  2012-01-09 11:15:12.000000000 +0100
+++ /var/tmp/diff_new_pack.goo3Oy/_new  2012-01-09 11:15:12.000000000 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           gnote
 Version:        0.8.2
 Release:        0
@@ -24,6 +23,8 @@
 Group:          Productivity/Text/Editors
 Url:            http://live.gnome.org/Gnote
 Source:         
http://download.gnome.org/sources/gnote/0.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnote-new-glibmm.patch bgo#667349 [email protected] -- 
Fix build with recent versions of glibmm; taken from git
+Patch0:         gnote-new-glibmm.patch
 BuildRequires:  boost-devel >= 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -49,6 +50,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --disable-scrollkeeper --enable-applet


++++++ gnote-new-glibmm.patch ++++++
>From 7364a6fd55c46db5c5dbae6df6ac377d48919fa9 Mon Sep 17 00:00:00 2001
From: Hub Figuiere <[email protected]>
Date: Fri, 06 Jan 2012 05:19:49 +0000
Subject: Fix missing header for Glib::signal_idle. Closes #667349

---
diff --git a/src/notebuffer.cpp b/src/notebuffer.cpp
index 48bca2d..df223f3 100644
--- a/src/notebuffer.cpp
+++ b/src/notebuffer.cpp
@@ -23,6 +23,7 @@
 #include <algorithm>
 #include <tr1/array>
 
+#include <glibmm/main.h>
 
 #include "debug.hpp"
 #include "notebuffer.hpp"
--
cgit v0.9.0.2
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to