diff --git a/.cvsignore b/.cvsignore index 214a3ba..fb178f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -krb5-auth-dialog-0.12.tar.bz2 +krb5-auth-dialog-0.13.tar.bz2 diff --git a/duplicate-id.patch b/duplicate-id.patch deleted file mode 100644 index 1920451..0000000 --- a/duplicate-id.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- krb5-auth-dialog-0.12/preferences/krb5-auth-dialog-preferences.c 2009-07-02 07:23:37.000000000 -0400 -+++ hacked/preferences/krb5-auth-dialog-preferences.c 2009-09-25 08:59:36.214140570 -0400 -@@ -735,10 +735,16 @@ - static gboolean - ka_preferences_dialog_init(KaPreferencesDialog* dialog) - { -+ GError *error = NULL; -+ - dialog->xml = gtk_builder_new (); - -- g_assert(gtk_builder_add_from_file(dialog->xml, KA_DATA_DIR G_DIR_SEPARATOR_S -- PACKAGE "-preferences.xml", NULL)); -+ if (!gtk_builder_add_from_file(dialog->xml, KA_DATA_DIR G_DIR_SEPARATOR_S -+ PACKAGE "-preferences.xml", &error)) -+ { -+ g_warning ("Failed to load UI: %s", error->message); -+ exit (1); -+ } - - dialog->dialog = GTK_WIDGET(gtk_builder_get_object (dialog->xml, "krb5_auth_dialog_prefs")); - g_assert (dialog->dialog); ---- krb5-auth-dialog-0.12/preferences/krb5-auth-dialog-preferences.xml 2009-07-02 07:23:37.000000000 -0400 -+++ hacked/preferences/krb5-auth-dialog-preferences.xml 2009-09-25 09:00:31.423885887 -0400 -@@ -712,7 +712,7 @@ - button1 - - -- -+ - True - gtk-missing-image - diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec index aacb1ab..35ed98d 100644 --- a/krb5-auth-dialog.spec +++ b/krb5-auth-dialog.spec @@ -5,8 +5,8 @@ Summary: Kerberos 5 authentication dialog Name: krb5-auth-dialog -Version: 0.12 -Release: 2%{?dist} +Version: 0.13 +Release: 1%{?dist} License: GPLv2+ Group: User Interface/X URL: https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/ @@ -28,16 +28,12 @@ Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 -# https://bugzilla.gnome.org/show_bug.cgi?id=596306 -Patch0: duplicate-id.patch - %description This package contains a dialog that warns the user when their Kerberos tickets are about to expire and lets them renew them. %prep %setup -q -%patch0 -p1 -b .duplicate-id %build %configure @@ -86,6 +82,9 @@ if [ "$1" -eq 0 ]; then fi %changelog +* Wed Oct 21 2009 Matěj Cepl - 0.13-1 +- New upstream release (fixes #530001) + * Fri Sep 25 2009 Matthias Clasen - 0.12-2 - Fix the preferences dialog diff --git a/sources b/sources index 9060035..ce9abbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -879ecb6cbd59b13bf371b8b849797a26 krb5-auth-dialog-0.12.tar.bz2 +b872f55a79dcf7869aacf6edaabcc2bc krb5-auth-dialog-0.13.tar.bz2