rpms/xchat-gnome/F-12 status_fix.patch, NONE, 1.1 xchat-gnome.spec, 1.66, 1.67

Brian Pepple bpepple at fedoraproject.org
Mon Jan 18 14:54:47 UTC 2010


Author: bpepple

Update of /cvs/pkgs/rpms/xchat-gnome/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv963

Modified Files:
	xchat-gnome.spec 
Added Files:
	status_fix.patch 
Log Message:
* Mon Jan 18 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.26.1-8
- Add patch to fix regression with bing unable to set status 'back'.


status_fix.patch:
 proto-irc.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE status_fix.patch ---
>From ac131cab5e5429525aed592b504bae9d6ee92069 Mon Sep 17 00:00:00 2001
From: Ritesh Khadgaray <khadgaray at gmail.com>
Date: Fri, 15 Jan 2010 07:37:40 +0000
Subject: Bug 592491 -  xchat-gnome crashed with SIGSEGV in handle_command(

fixed a regression. Was unable to set status "back".
---
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index a47f710..cc13892 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -114,7 +114,7 @@ irc_quit (server *serv, char *reason)
 static void
 irc_set_back (server *serv)
 {
-	tcp_send_len (serv, "BACK\r\n", 6);
+	tcp_send_len (serv, "AWAY\r\n", 6);
 }
 
 static void
--
cgit v0.8.3.1


Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat-gnome/F-12/xchat-gnome.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- xchat-gnome.spec	13 Jan 2010 18:01:08 -0000	1.66
+++ xchat-gnome.spec	18 Jan 2010 14:54:47 -0000	1.67
@@ -1,6 +1,6 @@
 Name:           xchat-gnome
 Version:        0.26.1
-Release:        6%{?dist}
+Release:        8%{?dist}
 Summary:        GNOME front-end to xchat
 
 Group:          Applications/Internet
@@ -14,6 +14,8 @@ Patch0:		%{name}-0.23.92-config.patch
 Patch1:		xchat-topic-update.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=550662
 Patch2:		%{name}-crasher.patch
+# http://git.gnome.org/browse/xchat-gnome/commit/?id=ac131cab5e5429525aed592b504bae9d6ee92069
+Patch3:		status_fix.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -56,6 +58,8 @@ common settings will be included in the 
 %patch0 -p1 -b .config
 %patch1 -p1 -b .topic
 %patch2 -p1 -b .crasher
+%patch3 -p1 -b .status
+
 
 %build
 %configure --disable-tcl		\
@@ -143,9 +147,15 @@ fi
 
 
 %changelog
-* Wed Jan 13 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.26.1-6
+* Mon Jan 18 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.26.1-8
+- Add patch to fix regression with bing unable to set status 'back'.
+
+* Wed Jan 13 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.26.1-7
 - Add patch to fix crash. (#550662)
 
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.26.1-6
+- rebuild against perl 5.10.1
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.26.1-5
 - rebuilt with new openssl
 



More information about the scm-commits mailing list