diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec index cf2f24c..cefecfd 100644 --- a/krb5-auth-dialog.spec +++ b/krb5-auth-dialog.spec @@ -1,7 +1,7 @@ Summary: Kerberos 5 authentication dialog Name: krb5-auth-dialog Version: 0.16 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: User Interface/X URL: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/ @@ -77,6 +77,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Nov 3 2010 Matthias Clasen 0.16-3 +- Rebuild against libnotify 0.7.0 + * Thu Sep 09 2010 Parag Nemade 0.16-2 - Merge-review cleanup (#225973) diff --git a/notify.patch b/notify.patch new file mode 100644 index 0000000..75a1b10 --- /dev/null +++ b/notify.patch @@ -0,0 +1,17 @@ +diff -up krb5-auth-dialog-0.16/src/ka-applet.c.notify krb5-auth-dialog-0.16/src/ka-applet.c +--- krb5-auth-dialog-0.16/src/ka-applet.c.notify 2010-11-03 15:11:55.363241998 -0400 ++++ krb5-auth-dialog-0.16/src/ka-applet.c 2010-11-03 15:12:13.249241985 -0400 +@@ -489,10 +489,9 @@ ka_send_event_notification (KaApplet *ap + notify_icon = icon ? icon : "krb-valid-ticket"; + + applet->priv->notification = \ +- notify_notification_new_with_status_icon(summary, +- message, +- notify_icon, +- applet->priv->tray_icon); ++ notify_notification_new(summary, ++ message, ++ notify_icon); + + notify_notification_set_urgency (applet->priv->notification, NOTIFY_URGENCY_NORMAL); + notify_notification_add_action (applet->priv->notification,