[mail-notification] Removed the --sm-disable flag from the autostart file

epienbro epienbro at fedoraproject.org
Fri Jul 8 11:52:24 UTC 2011


commit 30e0cf607cf790ae467e9d3ae67ec6a57c05c71b
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Jul 8 13:51:47 2011 +0200

    Removed the --sm-disable flag from the autostart file
    
    - Rebuild against new evolution-data-server
    - Removed the --sm-disable flag from the autostart file as it isn't
      working anymore (due to the dropped libgnomeui dep). RHBZ #718989

 mail-notification-5.4-gtk3-support.patch |   11 +++++++++++
 mail-notification.spec                   |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/mail-notification-5.4-gtk3-support.patch b/mail-notification-5.4-gtk3-support.patch
index 5a3b3e5..6a29f86 100644
--- a/mail-notification-5.4-gtk3-support.patch
+++ b/mail-notification-5.4-gtk3-support.patch
@@ -1403,3 +1403,14 @@
  #include "mn-util.h"
  #include "mn-conf.h"
  #include "mn-shell.h"
+--- data/mail-notification.desktop.in.orig	2011-07-08 13:46:52.327548264 +0200
++++ data/mail-notification.desktop.in	2011-07-08 13:47:00.732704467 +0200
+@@ -5,7 +5,7 @@
+ _Comment=Get notified when new mail arrives
+ Type=Application
+ Categories=GNOME;GTK;Network;Email;
+-Exec=mail-notification --sm-disable
++Exec=mail-notification
+ Terminal=false
+ StartupNotify=true
+ X-GNOME-DocPath=mail-notification/mail-notification.xml
diff --git a/mail-notification.spec b/mail-notification.spec
index a9b259d..16793ae 100644
--- a/mail-notification.spec
+++ b/mail-notification.spec
@@ -1,6 +1,6 @@
 Name:           mail-notification
 Version:        5.4
-Release:        40%{?dist}
+Release:        41%{?dist}
 Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
@@ -249,6 +249,11 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 
 
 %changelog
+* Fri Jul  8 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.4-41
+- Rebuild against new evolution-data-server
+- Removed the --sm-disable flag from the autostart file as it isn't
+  working anymore (due to the dropped libgnomeui dep). RHBZ #718989
+
 * Sun Jul  3 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.4-40
 - Updated the GTK3 patch so that popup windows are themed properly
   and the list of unread mails in popup windows are positioned properly


More information about the scm-commits mailing list