Hello community,

here is the log from the commit of package gnome-gmail-notifier for 
openSUSE:Factory checked in at 2012-01-05 19:11:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-gmail-notifier (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-gmail-notifier.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-gmail-notifier", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-gmail-notifier/gnome-gmail-notifier.changes    
    2011-09-23 02:00:34.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-gmail-notifier.new/gnome-gmail-notifier.changes
   2012-01-05 19:11:56.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec  1 23:32:11 UTC 2011 - [email protected]
+
+- Add gnome-gmail-notifier-glib-2.31.patch: Fix build with glib
+  2.31.
+
+-------------------------------------------------------------------

New:
----
  gnome-gmail-notifier-glib-2.31.patch

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

Other differences:
------------------
++++++ gnome-gmail-notifier.spec ++++++
--- /var/tmp/diff_new_pack.cuyusM/_old  2012-01-05 19:11:57.000000000 +0100
+++ /var/tmp/diff_new_pack.cuyusM/_new  2012-01-05 19:11:57.000000000 +0100
@@ -27,6 +27,8 @@
 Source:         %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gnome-gmail-notifier-libnotify-0.7.patch issue#86 
[email protected] -- Fix build with libnotify 0.7.
 Patch0:         gnome-gmail-notifier-libnotify-0.7.patch
+# PATCH-FIX-UPSTREAM gnome-gmail-notifier-glib-2.31.patch issue#95 
[email protected] -- Fix build with glib 2.31.
+Patch1:         gnome-gmail-notifier-glib-2.31.patch
 BuildRequires:  fdupes
 BuildRequires:  gstreamer-0_10-plugins-good
 BuildRequires:  gstreamer-0_10-utils
@@ -52,6 +54,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++++++ gnome-gmail-notifier-glib-2.31.patch ++++++
Index: gnome-gmail-notifier-0.10.1/src/main.h
===================================================================
--- gnome-gmail-notifier-0.10.1.orig/src/main.h
+++ gnome-gmail-notifier-0.10.1/src/main.h
@@ -47,10 +47,9 @@
 
 /*
  * glib explicit threading support include statement.
- * this includes the gthread header and the pthread
- * header.
+ * this includes the the pthread header.
+ * The gthread header is implicit included by glib.h.
  */
-#include <glib/gthread.h>
 #include <pthread.h>
 
 /*
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to