From 77a3dfd6827ef845a29d5478f5d8808ca49269aa Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 14:42:34 +0000 Subject: auto-import changelog data from xchat-2.0.10-3.src.rpm 2.0.10-3 - Update upstream patch to fix tab completion crash - Add upstream patch to fix focus crash on some window managers. 2.0.10-2 - Added upstream xc2010-fixtabcomp.diff patch to fix SEGV in tab completion 2.0.10-1 - Update to 2.0.10 --- diff --git a/.cvsignore b/.cvsignore index eb9f078..cee0348 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xchat-2.0.9.tar.bz2 +xchat-2.0.10.tar.bz2 diff --git a/sources b/sources index 29b58a0..148faa2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a38f161176cc2c54b32bbe5e51e3fc7 xchat-2.0.9.tar.bz2 +968bc5f074fd7c202a8d63758bd5b62d xchat-2.0.10.tar.bz2 diff --git a/xchat.spec b/xchat.spec index 814bc60..8720f13 100644 --- a/xchat.spec +++ b/xchat.spec @@ -7,8 +7,8 @@ Summary: A popular and easy to use graphical IRC (chat) client Name: xchat -Version: 2.0.9 -Release: 1 +Version: 2.0.10 +Release: 3 Epoch: 1 Group: Applications/Internet License: GPL @@ -17,8 +17,8 @@ Source: http://www.xchat.org/files/source/2.0/xchat-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-root # Patches 0-10 reserved for official xchat.org patches -#Patch0: http://www.xchat.org/files/source/2.0/patches/xc204-fixperlui.diff - +Patch0: http://www.xchat.org/files/source/2.0/patches/xc2010-fixfocus.diff +Patch1: http://www.xchat.org/files/source/2.0/patches/xc2010-fixtabcomp2.diff Patch10: xchat-2.0.4-redhat-desktop-file.patch Patch12: xchat-1.8.7-use-sysconf-to-detect-cpus.patch Patch19: xchat-2.0.2-freenode.patch @@ -42,7 +42,8 @@ System. %prep %setup -q -#%patch0 -p1 -b .fixperlui +%patch0 -p1 -b .fixfocus +%patch1 -p1 -b .fixtabcomp2 %patch10 -p0 -b .redhat-desktop-file %patch12 -p0 -b .use-sysconf-to-detect-cpus %patch19 -p0 -b .freenode @@ -117,6 +118,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 26 2004 Christopher Aillon 1:2.0.10-3 +- Update upstream patch to fix tab completion crash +- Add upstream patch to fix focus crash on some window managers. + +* Fri Jul 9 2004 Mike A. Harris 1:2.0.10-2 +- Added upstream xc2010-fixtabcomp.diff patch to fix SEGV in tab completion + +* Sat Jul 03 2004 Christopher Aillon 1:2.0.10-1 +- Update to 2.0.10 + * Wed Jun 23 2004 Christopher Aillon 1:2.0.9-1 - Update to 2.0.9 - Fixed the URL handler menu patches to apply.