rpms/mail-notification/devel .cvsignore, 1.10, 1.11 mail-notification-fedora-plugin-hint.patch, 1.2, 1.3 mail-notification.spec, 1.38, 1.39 sources, 1.10, 1.11

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Tue Jun 26 16:52:47 UTC 2007


Author: thl

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

Modified Files:
	.cvsignore mail-notification-fedora-plugin-hint.patch 
	mail-notification.spec sources 
Log Message:
4.1-1
- Update to 4.1
- Drop mail-notification-fix_gdk_deadlock.patch (fixed upstream)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mail-notification/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	17 Jan 2007 16:47:43 -0000	1.10
+++ .cvsignore	26 Jun 2007 16:52:11 -0000	1.11
@@ -1 +1 @@
-mail-notification-4.0.tar.gz
+mail-notification-4.1.tar.bz2

mail-notification-fedora-plugin-hint.patch:

Index: mail-notification-fedora-plugin-hint.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mail-notification/devel/mail-notification-fedora-plugin-hint.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mail-notification-fedora-plugin-hint.patch	9 Nov 2006 10:53:20 -0000	1.2
+++ mail-notification-fedora-plugin-hint.patch	26 Jun 2007 16:52:11 -0000	1.3
@@ -1,12 +1,12 @@
-diff -Naur mail-notification-3.0.org/src/mn-evolution-mailbox-properties.c mail-notification-3.0/src/mn-evolution-mailbox-properties.c
---- mail-notification-3.0.org/src/mn-evolution-mailbox-properties.c	2006-11-04 13:28:17.000000000 +0100
-+++ mail-notification-3.0/src/mn-evolution-mailbox-properties.c	2006-11-04 13:39:55.000000000 +0100
-@@ -387,7 +387,7 @@
-     selfp->pbag = bonobo_object_release_unref(selfp->pbag, NULL);
-     selfp->listener = bonobo_object_release_unref(selfp->listener, NULL);
+diff -Naur mail-notification-4.1.org/src/mn-evolution-mailbox-properties.c mail-notification-4.1/src/mn-evolution-mailbox-properties.c
+--- mail-notification-4.1.org/src/mn-evolution-mailbox-properties.c	2007-06-26 15:38:19.000000000 +0200
++++ mail-notification-4.1/src/mn-evolution-mailbox-properties.c	2007-06-26 15:40:01.000000000 +0200
+@@ -446,7 +446,7 @@
+     selfp->selected_uri_listener = bonobo_object_release_unref(selfp->selected_uri_listener, NULL);
+     selfp->activated_listener = bonobo_object_release_unref(selfp->activated_listener, NULL);
  
--    label = gtk_label_new(_("Mail Notification can not contact Evolution. Make sure that Evolution is running and that the Evolution Mail Notification plugin is loaded."));
-+    label = gtk_label_new(_("Mail Notification can not contact Evolution. Make sure that Evolution is running and that the Evolution Mail Notification plugin is installed and loaded. Fedora ships the plugin in a separate package called mail-notification-evolution-plugin you might need to install manually."));
+-    label = gtk_label_new(_("Mail Notification can not contact Evolution. Make sure that Evolution is running and that the Evolution Jean-Yves Lefort's Mail Notification plugin is loaded."));
++    label = gtk_label_new(_("Mail Notification can not contact Evolution. Make sure that Evolution is running and that the Evolution Jean-Yves Lefort's Mail Notification plugin is installed and loaded. Fedora ships the plugin in a separate package called mail-notification-evolution-plugin; you might need to install it manually."));
  
      gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
      gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);


Index: mail-notification.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mail-notification/devel/mail-notification.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- mail-notification.spec	9 Mar 2007 17:29:10 -0000	1.38
+++ mail-notification.spec	26 Jun 2007 16:52:11 -0000	1.39
@@ -1,14 +1,13 @@
 Name:           mail-notification
-Version:        4.0
-Release:        2%{?dist}
+Version:        4.1
+Release:        1%{?dist}
 Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://www.nongnu.org/mailnotify/
-Source0:        http://download.savannah.gnu.org/releases/mailnotify/mail-notification-4.0.tar.gz
+Source0:        http://download.savannah.gnu.org/releases/mailnotify/mail-notification-4.1.tar.bz2
 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
@@ -56,7 +55,6 @@
 %prep
 %setup -q
 %patch0 -p1 -b .patch0
-%patch10 -p0 -b .patch10
 
 %build
 %configure --disable-schemas-install  --enable-evolution
@@ -133,6 +131,10 @@
 
 
 %changelog
+* Tue Jun 26 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info>  4.1-1
+- Update to 4.1
+- Drop mail-notification-fix_gdk_deadlock.patch (fixed upstream)
+
 * 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)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mail-notification/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	17 Jan 2007 16:47:43 -0000	1.10
+++ sources	26 Jun 2007 16:52:11 -0000	1.11
@@ -1 +1 @@
-0e10b221de4389fa9275fb7bf52dc010  mail-notification-4.0.tar.gz
+4d9617ad0e7eded0953ac6d152f06a46  mail-notification-4.1.tar.bz2




More information about the fedora-extras-commits mailing list