diff --git a/xchat-2.8.6-connect-mnemonic.patch b/xchat-2.8.6-connect-mnemonic.patch index 00a546d..e49ea01 100644 --- a/xchat-2.8.6-connect-mnemonic.patch +++ b/xchat-2.8.6-connect-mnemonic.patch @@ -1,11 +1,11 @@ -diff -up xchat-2.8.6/src/fe-gtk/gtkutil.c.mnemonic xchat-2.8.6/src/fe-gtk/gtkutil.c ---- xchat-2.8.6/src/fe-gtk/gtkutil.c.mnemonic 2009-07-15 20:41:23.080340947 -0400 -+++ xchat-2.8.6/src/fe-gtk/gtkutil.c 2009-07-15 20:41:48.181069489 -0400 +diff -urp xchat-2.8.6.orig/src/fe-gtk/gtkutil.c xchat-2.8.6/src/fe-gtk/gtkutil.c +--- xchat-2.8.6.orig/src/fe-gtk/gtkutil.c 2009-07-18 11:25:02.000000000 +0100 ++++ xchat-2.8.6/src/fe-gtk/gtkutil.c 2009-07-18 11:27:01.000000000 +0100 @@ -376,6 +376,7 @@ gtkutil_button (GtkWidget *box, char *st { gtk_button_set_label (GTK_BUTTON (wid), labeltext); gtk_button_set_image (GTK_BUTTON (wid), gtk_image_new_from_stock (stock, GTK_ICON_SIZE_MENU)); -+ gtk_label_set_use_underline (GTK_BUTTON (wid), TRUE); ++ gtk_button_set_use_underline (GTK_BUTTON (wid), TRUE); if (box) gtk_container_add (GTK_CONTAINER (box), wid); } diff --git a/xchat.spec b/xchat.spec index 82268f7..7d7c7fd 100644 --- a/xchat.spec +++ b/xchat.spec @@ -4,7 +4,7 @@ Summary: A popular and easy to use graphical IRC (chat) client Name: xchat Version: 2.8.6 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 Group: Applications/Internet License: GPLv2+ @@ -27,7 +27,7 @@ Patch40: xchat-2.8.4-shm-pixmaps.patch # Both the "IRC" and "UTF-8" settings will try to accept both Latin1 and UTF-8 # when it comes in, however "IRC" sends Latin1, "UTF-8" sends UTF-8. Patch41: xchat-2.8.6-default-utf8.patch -# fix literal underscore in "C_onnect" button (#512034, Matthias Clasen) +# fix literal underscore in "C_onnect" button (#512034, Edward Sheldrake) Patch42: xchat-2.8.6-connect-mnemonic.patch BuildRequires: perl perl(ExtUtils::Embed) python-devel openssl-devel pkgconfig, tcl-devel @@ -167,6 +167,9 @@ fi %{_libdir}/xchat/plugins/tcl.so %changelog +* Sat Jul 18 2009 Kevin Kofler - 1:2.8.6-10 +- Fixed patch for the "C_onnect" issue (#512034, Edward Sheldrake) + * Thu Jul 16 2009 Kevin Kofler - 1:2.8.6-9 - Fix literal underscore in "C_onnect" button (#512034, Matthias Clasen)