From be918baeaa54f53c231d240466be1ebfb00f174d Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Feb 14 2011 21:37:56 +0000 Subject: 2.91.6 --- diff --git a/.gitignore b/.gitignore index 6881470..313237b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ krb5-auth-dialog-0.16.tar.bz2 +/krb5-auth-dialog-2.91.6.tar.bz2 diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec index cb4022b..581fe6c 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: 4%{?dist} +Version: 2.91.6 +Release: 1%{?dist} License: GPLv2+ Group: User Interface/X URL: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/ @@ -14,7 +14,6 @@ BuildRequires: intltool BuildRequires: libnotify-devel BuildRequires: gnome-doc-utils BuildRequires: scrollkeeper -Patch0: notify.patch %ifnarch s390 s390x BuildRequires: NetworkManager-glib-devel @@ -31,7 +30,6 @@ tickets are about to expire and lets them renew them. %prep %setup -q -%patch0 -p1 -b .notify %build %configure --disable-static @@ -51,12 +49,14 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_sysconfdir}/gconf/schemas/*.schemas %{_bindir}/krb5-auth-dialog* %{_datadir}/krb5-auth-dialog/ -%{_datadir}/applications/krb5-auth-dialog-preferences.desktop +%{_datadir}/applications/krb5-auth-dialog.desktop +%{_datadir}/applications/gnome-ka-panel.desktop %{_datadir}/dbus-1/services/org.gnome.KrbAuthDialog.service %{_datadir}/icons/hicolor/*/status/* %{_mandir}/man1/* %{_sysconfdir}/xdg/autostart/krb5-auth-dialog.desktop %{_libdir}/krb5-auth-dialog +%{_libdir}/control-center-1/panels/libka.so %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : @@ -79,6 +79,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Feb 14 2011 Christopher Aillon - 2.91.6-1 +- Update to 2.91.6 + * Mon Feb 07 2011 Fedora Release Engineering - 0.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/notify.patch b/notify.patch deleted file mode 100644 index 75a1b10..0000000 --- a/notify.patch +++ /dev/null @@ -1,17 +0,0 @@ -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, diff --git a/sources b/sources index 355d636..3c143db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01427fbe2ff5d62522eafec5219163d0 krb5-auth-dialog-0.16.tar.bz2 +19d013480f130ef45934dc196d5b79d5 krb5-auth-dialog-2.91.6.tar.bz2