rpms/mail-notification/FC-6 mail-notification-fedora-plugin-hint.patch, NONE, 1.1 mail-notification.spec, 1.29, 1.30

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Wed Nov 8 16:38:11 UTC 2006


Author: thl

Update of /cvs/extras/rpms/mail-notification/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12924

Modified Files:
	mail-notification.spec 
Added Files:
	mail-notification-fedora-plugin-hint.patch 
Log Message:
3.0-9 -- add a patch that informs the user to install the evolution-plugin if he want to use mn with evo

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

--- NEW FILE mail-notification-fedora-plugin-hint.patch ---
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);
 
-    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 loaded and installed. Fedora ships the plugin in a sperate package called mail-notification-evolution-plugin you might need to install 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/extras/rpms/mail-notification/FC-6/mail-notification.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mail-notification.spec	2 Sep 2006 11:14:38 -0000	1.29
+++ mail-notification.spec	8 Nov 2006 16:37:41 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           mail-notification
 Version:        3.0
-Release:        7%{?dist}
+Release:        9%{?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://savannah.nongnu.org/download/mailnotify/mail-notification-3.0.tar.gz
 Source1:        mail-notification-README.FEDORA
+Patch0:         mail-notification-fedora-plugin-hint.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext >= 0.14.1
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .patch0
 cp %{SOURCE1} ./README.FEDORA
 
 %build
@@ -127,6 +129,12 @@
 
 
 %changelog
+* Sat Nov 04 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-9
+- add a patch that informs the user to install the evolution-plugin if
+  he want to use mn with evo
+- skipping "3.0-8" to be on the same level as devel that get's the 
+  same addition in 3.0-9, but had another, devel specific update in between
+
 * Sat Sep 02 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info>  3.0-7
 - don't run mail-notification with unset-obsolete-configuration at all
 




More information about the scm-commits mailing list