From 5e24bc1b86a28f008ed29edb5ddad6cdbc101cde Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 14:33:57 +0000 Subject: auto-import changelog data from xchat-1.8.1-2.src.rpm Fri Jul 13 2001 Akira TAGOH 1.8.1-2 - fixed check locale. - don't save kanji_conv. always check locale. however anyone can change the option from the settings menu. Thu Jul 12 2001 Havoc Pennington - upgrade to 1.8.1 - remove autoconnect patch since it's upstream - remove japanese patch, upstream seems to have applied parts of it and changelog says there's upstream support. (this patch was pretty huge to maintain in an SRPM anyway...) - put scripts-python scripts-perl in docs bug #28521 - remove patch to include locale.h, gone upstream - upgrade konqueror patch Thu Jul 12 2001 Havoc Pennington - nevermind, BuildRequires gnome-libs, that should close #48923 Thu Jul 12 2001 Havoc Pennington - fix file list to not include absolute path "/usr/share/..." no idea how that ever worked at all. closes #48923 --- diff --git a/.cvsignore b/.cvsignore index 3b2ed9d..b2fc944 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xchat-1.6.3.tar.gz +xchat-1.8.1.tar.gz diff --git a/sources b/sources index bfb459a..d96bb53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b05ce264431be61fddbec44e5863ca57 xchat-1.6.3.tar.gz +62e8ebaf122d1d4423a45ec60683ec49 xchat-1.8.1.tar.gz diff --git a/xchat.spec b/xchat.spec index 0563cd7..84dcb3c 100644 --- a/xchat.spec +++ b/xchat.spec @@ -1,18 +1,18 @@ Summary: A GTK+ IRC (chat) client. Name: xchat -Version: 1.6.3 -Release: 5 +Version: 1.8.1 +Release: 2 Epoch: 1 Group: Applications/Internet License: GPL Url: http://xchat.org Source: http://xchat.org/files/source/1.4/xchat-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-root -Patch0: xchat-1.6.3-autoconnect.patch -Patch1: xchat-1.6.3-japanese.patch -Patch2: xchat-1.6.3-jp2.patch -Patch3: xchat-1.6.3-localeh.patch -Patch4: xchat-1.6.3-konqueror.patch + +Patch4: xchat-1.8.1-konqueror.patch +Patch5: xchat-1.8.1-kanjiconv-fix.patch + +BuildRequires: gnome-libs %description X-Chat is yet another IRC client for the X Window System and @@ -24,11 +24,8 @@ Install xchat if you need an IRC client for X. %prep %setup -q -%patch0 -p1 -b .autoconnect -%patch1 -p1 -b .japanese -%patch2 -p1 -b .jp2 -%patch3 -p1 -b .localeh -%patch4 -p1 -b .konq +%patch4 -p1 -b .konqueror +%patch5 -p1 -b .kanjiconv %build %configure --disable-panel --disable-textfe --enable-japanese-conv @@ -42,15 +39,39 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi %files -f %{name}.lang %defattr(-,root,root) -%doc README ChangeLog doc/xchat.sgml doc/*.html -%attr(755,root,root) /usr/bin/xchat -/usr/share/gnome/apps/Internet/xchat.desktop -/usr/share/pixmaps/xchat.png +%doc README ChangeLog doc/xchat.sgml doc/*.html scripts-python scripts-perl +%{_bindir}/xchat +%{_datadir}/gnome/apps/Internet/xchat.desktop +%{_datadir}/pixmaps/* %clean rm -r $RPM_BUILD_ROOT %changelog +* Fri Jul 13 2001 Akira TAGOH 1.8.1-2 +- fixed check locale. +- don't save kanji_conv. + always check locale. however anyone can change the option from + the settings menu. + +* Thu Jul 12 2001 Havoc Pennington +- upgrade to 1.8.1 +- remove autoconnect patch since it's upstream +- remove japanese patch, upstream seems to have applied + parts of it and changelog says there's upstream support. + (this patch was pretty huge to maintain in an SRPM anyway...) +- put scripts-python scripts-perl in docs bug #28521 +- remove patch to include locale.h, gone upstream +- upgrade konqueror patch + +* Thu Jul 12 2001 Havoc Pennington +- nevermind, BuildRequires gnome-libs, that should + close #48923 + +* Thu Jul 12 2001 Havoc Pennington +- fix file list to not include absolute path "/usr/share/..." + no idea how that ever worked at all. closes #48923 + * Mon Jun 25 2001 Karsten Hopp - use konqueror, not kfmclient on URLs