rpms/mail-notification/devel mail-notification-fix_gdk_deadlock.patch, NONE, 1.1 mail-notification.spec, 1.37, 1.38

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Fri Mar 9 17:29:43 UTC 2007


Author: thl

Update of /cvs/extras/rpms/mail-notification/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31637

Modified Files:
	mail-notification.spec 
Added Files:
	mail-notification-fix_gdk_deadlock.patch 
Log Message:
4.0-2
- Apply patch from Erik van Pienbroek to fix #227828 (needed for new at-spi)

mail-notification-fix_gdk_deadlock.patch:

--- NEW FILE mail-notification-fix_gdk_deadlock.patch ---
--- src/mn-main.c~	2007-03-02 20:23:17.000000000 +0100
+++ src/mn-main.c	2007-03-02 20:23:31.000000000 +0100
@@ -356,6 +356,8 @@
     g_critical(_("multi-threading is not available"));
   gdk_threads_init();
 
+  GDK_THREADS_ENTER();
+
   gnome_program_init(PACKAGE,
 		     VERSION,
 		     LIBGNOMEUI_MODULE,
@@ -378,8 +380,6 @@
       exit(0);
     }
 
-  GDK_THREADS_ENTER();
-
   mn_main_ensure_icon_path();
   gtk_window_set_default_icon_name("mail-notification");
 


Index: mail-notification.spec
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mail-notification.spec	17 Jan 2007 16:47:43 -0000	1.37
+++ mail-notification.spec	9 Mar 2007 17:29:10 -0000	1.38
@@ -1,6 +1,6 @@
 Name:           mail-notification
 Version:        4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
@@ -8,6 +8,7 @@
 URL:            http://www.nongnu.org/mailnotify/
 Source0:        http://download.savannah.gnu.org/releases/mailnotify/mail-notification-4.0.tar.gz
 Patch0:         mail-notification-fedora-plugin-hint.patch
+Patch10:        mail-notification-fix_gdk_deadlock.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext >= 0.14.1
@@ -55,6 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .patch0
+%patch10 -p0 -b .patch10
 
 %build
 %configure --disable-schemas-install  --enable-evolution
@@ -131,6 +133,10 @@
 
 
 %changelog
+* Fri Mar 09 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.0-2
+- Apply patch from Erik van Pienbroek to fix #227828 (needed for new
+  at-spi)
+
 * Wed Jan 17 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.0-1
 - Update to 4.0 final
 




More information about the fedora-extras-commits mailing list