rpms/xchat/devel xchat-2.8.4-disable-tray-icon-by-default.patch, NONE, 1.1 xchat-2.8.4-redhat-desktop.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 sources, 1.23, 1.24 xchat.spec, 1.73, 1.74 xc282-fixtrayzombies.diff, 1.1, NONE xchat-2.8.2-disable-tray-icon-by-default.patch, 1.1, NONE xchat-2.8.2-redhat-desktop.patch, 1.1, NONE

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Wed Jul 4 10:17:40 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/xchat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29438/devel

Modified Files:
	.cvsignore sources xchat.spec 
Added Files:
	xchat-2.8.4-disable-tray-icon-by-default.patch 
	xchat-2.8.4-redhat-desktop.patch 
Removed Files:
	xc282-fixtrayzombies.diff 
	xchat-2.8.2-disable-tray-icon-by-default.patch 
	xchat-2.8.2-redhat-desktop.patch 
Log Message:
XChat 2.8.4:
- update to 2.8.4
- drop xc282-fixtrayzombies.diff (already in 2.8.4)
- rebase redhat-desktop and tray-icon patches

xchat-2.8.4-disable-tray-icon-by-default.patch:

--- NEW FILE xchat-2.8.4-disable-tray-icon-by-default.patch ---
diff -ur xchat-2.8.4/src/common/cfgfiles.c xchat-2.8.4-disable-tray-icon-by-default/src/common/cfgfiles.c
--- xchat-2.8.4/src/common/cfgfiles.c	2007-06-17 08:11:42.000000000 +0200
+++ xchat-2.8.4-disable-tray-icon-by-default/src/common/cfgfiles.c	2007-07-04 12:05:21.000000000 +0200
@@ -670,7 +670,7 @@
 	prefs.autoopendccchatwindow = 1;
 	prefs.userhost = 1;
 	prefs.gui_url_mod = 4;	/* ctrl */
-	prefs.gui_tray = 1;
+	prefs.gui_tray = 0;
 	prefs.gui_pane_left_size = 100;
 	prefs.gui_pane_right_size = 100;
 	prefs.mainwindow_save = 1;

xchat-2.8.4-redhat-desktop.patch:

--- NEW FILE xchat-2.8.4-redhat-desktop.patch ---
diff -ur xchat-2.8.4/xchat.desktop xchat-2.8.4-redhat-desktop/xchat.desktop
--- xchat-2.8.4/xchat.desktop	2007-06-23 17:50:27.000000000 +0200
+++ xchat-2.8.4-redhat-desktop/xchat.desktop	2007-07-04 12:00:46.000000000 +0200
@@ -1,23 +1,10 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=XChat IRC
-Name[zh_TW]=網路清談
-Comment[de]=IRC-Client
-Comment[es]=Aplicación de IRC
-Comment[fi]=IRC-sovellus
-Comment[fr]=Client IRC
-Comment[hu]=IRC-kliens
-Comment[lt]=IRC klientas
-Comment[no]=IRC-klient
-Comment[pt_BR]=Cliente de IRC
-Comment[sl]=Odjemalec IRC
-Comment[sv]=IRC-klient
-Comment[ro]=Client de IRC
-Comment[zh_TW]=X-Chat 聊天程式
-Comment=Chat with other people using Internet Relay Chat
+Name=IRC
+Comment=X-Chat
 Exec=xchat
 Icon=xchat.png
 Terminal=false
 Type=Application
-Categories=Application;Network;
+Categories=Network;
 StartupNotify=true


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	28 May 2007 03:18:08 -0000	1.24
+++ .cvsignore	4 Jul 2007 10:17:05 -0000	1.25
@@ -1 +1 @@
-xchat-2.8.2.tar.bz2
+xchat-2.8.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	28 May 2007 03:16:04 -0000	1.23
+++ sources	4 Jul 2007 10:17:05 -0000	1.24
@@ -1 +1 @@
-d87a93bcd39d96ff3a3d0f8199efcf12  xchat-2.8.2.tar.bz2
+66d60febc62a01bafac9bb3a35fb37ae  xchat-2.8.4.tar.bz2


Index: xchat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- xchat.spec	22 Jun 2007 14:23:40 -0000	1.73
+++ xchat.spec	4 Jul 2007 10:17:05 -0000	1.74
@@ -2,8 +2,8 @@
 
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
-Version:   2.8.2
-Release:   12%{?dist}
+Version:   2.8.4
+Release:   1%{?dist}
 Epoch:     1
 Group:     Applications/Internet
 License:   GPL
@@ -12,17 +12,15 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Patches 0-9 reserved for official xchat.org patches
-# Fix defunct processes created by opening tray balloons
-Patch0: xc282-fixtrayzombies.diff
 
-Patch10: xchat-2.8.2-redhat-desktop.patch
+Patch10: xchat-2.8.4-redhat-desktop.patch
 Patch12: xchat-1.8.7-use-sysconf-to-detect-cpus.patch
 Patch19: xchat-2.0.2-freenode.patch
 Patch33: xchat-2.4.3-im_context_filter_keypress.patch
 # filed as 1262423 in the xchat bug tracker
 Patch34: xchat-2.4.4-unrealize.patch
 # see #241923
-Patch35: xchat-2.8.2-disable-tray-icon-by-default.patch
+Patch35: xchat-2.8.4-disable-tray-icon-by-default.patch
 
 BuildRequires: perl python-devel openssl-devel pkgconfig, tcl-devel
 BuildRequires: GConf2-devel
@@ -61,7 +59,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %patch10 -p1 -b .desktop-file
 %patch12 -p0 -b .use-sysconf-to-detect-cpus
@@ -157,6 +154,11 @@
 %{_libdir}/xchat/plugins/tcl.so
 
 %changelog
+* Wed Jul  4 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.4-1
+- update to 2.8.4
+- drop xc282-fixtrayzombies.diff (already in 2.8.4)
+- rebase redhat-desktop and tray-icon patches
+
 * Fri Jun 22 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:2.8.2-12
 - install the .desktop file with --vendor="" to keep the old name
 


--- xc282-fixtrayzombies.diff DELETED ---


--- xchat-2.8.2-disable-tray-icon-by-default.patch DELETED ---


--- xchat-2.8.2-redhat-desktop.patch DELETED ---




More information about the scm-commits mailing list