rpms/xchat/devel xchat-2.8.6-connect-mnemonic.patch, 1.1, 1.2 xchat.spec, 1.103, 1.104

Kevin Kofler kkofler at fedoraproject.org
Sat Jul 18 20:11:57 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/xchat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9152/devel

Modified Files:
	xchat-2.8.6-connect-mnemonic.patch xchat.spec 
Log Message:
* Sat Jul 18 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.6-10
- Fixed patch for the "C_onnect" issue (#512034, Edward Sheldrake)

xchat-2.8.6-connect-mnemonic.patch:
 gtkutil.c |    1 +
 1 file changed, 1 insertion(+)

Index: xchat-2.8.6-connect-mnemonic.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat-2.8.6-connect-mnemonic.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xchat-2.8.6-connect-mnemonic.patch	16 Jul 2009 22:21:05 -0000	1.1
+++ xchat-2.8.6-connect-mnemonic.patch	18 Jul 2009 20:11:57 -0000	1.2
@@ -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);
  	}


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -p -r1.103 -r1.104
--- xchat.spec	16 Jul 2009 22:21:06 -0000	1.103
+++ xchat.spec	18 Jul 2009 20:11:57 -0000	1.104
@@ -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 <Kevin at tigcc.ticalc.org> - 1:2.8.6-10
+- Fixed patch for the "C_onnect" issue (#512034, Edward Sheldrake)
+
 * Thu Jul 16 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.6-9
 - Fix literal underscore in "C_onnect" button (#512034, Matthias Clasen)
 




More information about the fedora-extras-commits mailing list