Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory
checked in at Mon May 16 18:22:51 CEST 2011.



--------
--- claws-mail/claws-mail.changes       2011-04-29 01:03:02.000000000 +0200
+++ claws-mail/claws-mail.changes       2011-05-16 09:35:58.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 16 07:21:21 UTC 2011 - [email protected]
+
+- Add claws-mail-gdk.patch: fix crash in libnotify, caused by the
+  usage of deprecated GDK symbols, bnc#693197. Patch from upstream.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  claws-mail-gdk.patch

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

Other differences:
------------------
++++++ claws-mail.spec ++++++
--- /var/tmp/diff_new_pack.uD1nvq/_old  2011-05-16 18:22:04.000000000 +0200
+++ /var/tmp/diff_new_pack.uD1nvq/_new  2011-05-16 18:22:04.000000000 +0200
@@ -20,13 +20,15 @@
 
 Name:           claws-mail
 Version:        3.7.9
-Release:        1
+Release:        2
 License:        GPLv3+
 Group:          Productivity/Networking/Email/Clients
 Url:            http://www.claws-mail.org/
 Summary:        A lightweight and highly configurable email client
 Source0:        
http://prdownloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
 Patch0:         claws-mail-python.diff
+# PATCH-FIX-UPSTREAM claws-mail-gdk.patch bnc#693197 [email protected] -- 
Fix crash with libnotify enabled.
+Patch1:         claws-mail-gdk.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -94,6 +96,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 %configure \

++++++ claws-mail-gdk.patch ++++++
Index: src/main.c
===================================================================
RCS file: //claws/src/main.c,v
retrieving revision 1.115.2.237
retrieving revision 1.115.2.238
diff -u -r1.115.2.237 -r1.115.2.238
--- src/main.c  10 Apr 2011 17:19:04 -0000      1.115.2.237
+++ src/main.c  30 Apr 2011 19:27:15 -0000      1.115.2.238
@@ -331,7 +331,7 @@
                gtk_widget_show(hack);
        }
 
-       xdisplay = gdk_display_get_default();
+       xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default());
        sn_display = sn_display_new(xdisplay,
                                sn_error_trap_push,
                                sn_error_trap_pop);



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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to