cb0151b
%define _default_patch_fuzz 2
05b599f
%define gconf_version 2.14
45ef95b
cvsdist 2041262
Summary:   A popular and easy to use graphical IRC (chat) client
cvsdist 2041262
Name:      xchat
5fcbc4f
Version:   2.8.8
Debarshi Ray 5184e0d
Release:   16%{?dist}
cvsdist 2041262
Epoch:     1
cvsdist 2041262
Group:     Applications/Internet
10e44bd
License:   GPLv2+
cvsdist 2041262
URL:       http://www.xchat.org
5fcbc4f
Source:    http://www.xchat.org/files/source/2.8/xchat-%{version}.tar.xz
263dfa3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
263dfa3
cvsdist 59a3bb0
# Patches 0-9 reserved for official xchat.org patches
e8f1ab7
cvsdist 2041262
Patch12: xchat-1.8.7-use-sysconf-to-detect-cpus.patch
Debarshi Ray 5184e0d
# see #241923 & #880672
Debarshi Ray 5184e0d
Patch35: xchat-2.8.8-notifications-and-tray.patch
10f012b
# Upstream XChat 2.8.6 defaults to Latin1 (what upstream calls the "IRC"
10f012b
# encoding). Default to UTF-8 instead (as previous versions did, at least when
10f012b
# running under a UTF-8 locale).
10f012b
# Both the "IRC" and "UTF-8" settings will try to accept both Latin1 and UTF-8
10f012b
# when it comes in, however "IRC" sends Latin1, "UTF-8" sends UTF-8.
10f012b
Patch41: xchat-2.8.6-default-utf8.patch
690f269
# patch to add ability to change to tab with most recent activity
690f269
# See http://sourceforge.net/tracker/?func=detail&aid=2022871&group_id=239&atid=350239
690f269
Patch50: xchat-2.8.6-change-page-activity.patch
33d39ed
# add port numbers for Freenode (Debarshi Ray)
33d39ed
Patch51: xchat-2.8.6-freenode-ports.patch
Owen W. Taylor 08a899e
# work with libnotify 0.7
Owen W. Taylor 08a899e
# https://sourceforge.net/tracker/?func=detail&aid=3109838&group_id=239&atid=100239
Owen W. Taylor 08a899e
Patch52: xchat-2.8.8-libnotify07.patch
Christopher Aillon f0ad18d
# link against libnotify
Christopher Aillon f0ad18d
# https://sourceforge.net/tracker/?func=detail&aid=3280223&group_id=239&atid=100239
Christopher Aillon f0ad18d
Patch53: xchat-2.8.8-link-against-libnotify.patch
217a377
# Only glib.h can be included and g_thread_init  should no longer be used
217a377
Patch54: xchat-2.8.8-glib.patch
01220d2
BuildRequires: perl perl(ExtUtils::Embed) python-devel openssl-devel pkgconfig, tcl-devel
263dfa3
BuildRequires: GConf2-devel
461037f
BuildRequires: dbus-devel >= 0.60, dbus-glib-devel >= 0.60
263dfa3
BuildRequires: glib2-devel >= 2.10.0, gtk2-devel >= 2.10.0, bison >= 1.35
cvsdist 2041262
BuildRequires: gettext /bin/sed
c577228
BuildRequires: libtool
b3a7666
BuildRequires: libntlm-devel
6f15b54
BuildRequires: libsexy-devel
217bd2b
BuildRequires: desktop-file-utils >= 0.10
Christopher Aillon f0ad18d
BuildRequires: libnotify-devel
Christopher Aillon f0ad18d
# For xchat-2.8.8-link-against-libnotify.patch
Christopher Aillon f0ad18d
BuildRequires: autoconf
Florian La Roche 4eac1c3
# For gconftool-2:
05b599f
Requires(post): GConf2 >= %{gconf_version}
05b599f
Requires(preun): GConf2 >= %{gconf_version}
05b599f
Kevin Kofler 32adcbb
# For aplay:
Kevin Kofler 32adcbb
Requires: alsa-utils
Kevin Kofler 32adcbb
154a432
# Ensure that a compatible libperl is installed
154a432
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
cvsdist 1535dd9
5faf78f
Provides: xchat-perl = %{epoch}:%{version}-%{release}
5faf78f
Obsoletes: xchat-perl < %{epoch}:%{version}-%{release}
5faf78f
Provides: xchat-python = %{epoch}:%{version}-%{release}
5faf78f
Obsoletes: xchat-python < %{epoch}:%{version}-%{release}
263dfa3
cvsdist 8d2f6d4
%description
263dfa3
X-Chat is an easy to use graphical IRC chat client for the X Window System.
263dfa3
It allows you to join multiple IRC channels (chat rooms) at the same time, 
263dfa3
talk publicly, private one-on-one conversations etc. Even file transfers
71ff12d
are possible.
263dfa3
71ff12d
This includes the plugins to run the Perl and Python scripts.
71ff12d
71ff12d
%package tcl
71ff12d
Summary: Tcl script plugin for X-Chat
71ff12d
Group: Applications/Internet
71ff12d
Requires: %{name} = %{epoch}:%{version}-%{release}
71ff12d
%description tcl
71ff12d
This package contains the X-Chat plugin providing the Tcl scripting interface.
cvsdist daf3b45
cvsdist 8d2f6d4
%prep
cvsdist daf3b45
%setup -q
af964d8
# Various small fixes from CVS that are considered safe to apply to 2.8.6.
5fcbc4f
# (currently none)
cvsdist 8d2f6d4
cvsdist 2041262
%patch12 -p0 -b .use-sysconf-to-detect-cpus
85ec2aa
%patch35 -p1 -b .tray-icon
10f012b
%patch41 -p1 -b .default-utf8
690f269
%patch50 -p1 -b .active-channel-switch
33d39ed
%patch51 -p1 -b .freenode-ports
Owen W. Taylor 08a899e
%patch52 -p1 -b .libnotify07
Christopher Aillon f0ad18d
%patch53 -p1 -b .link-against-libnotify
217a377
%patch54 -p0 -b .glib
cvsdist ccf4fe9
5ce9f9a
sed -i -e 's/#define GTK_DISABLE_DEPRECATED//g' src/fe-gtk/*.c
5ce9f9a
cvsdist 8d2f6d4
%build
cvsdist 0f561d6
# Remove CVS files from source dirs so they're not installed into doc dirs.
cvsdist 0f561d6
find . -name CVS -type d | xargs rm -rf
cvsdist 0f561d6
cvsdist 2041262
export CFLAGS="$RPM_OPT_FLAGS $(perl -MExtUtils::Embed -e ccopts)"
cvsdist b345688
export LDFLAGS=$(perl -MExtUtils::Embed -e ldopts)
cvsdist 2041262
Christopher Aillon f0ad18d
# For xchat-2.8.8-link-against-libnotify.patch
Christopher Aillon f0ad18d
autoconf
Christopher Aillon f0ad18d
autoheader
Christopher Aillon f0ad18d
b3a7666
%configure --disable-textfe \
263dfa3
           --enable-gtkfe \
cvsdist b345688
           --enable-openssl \
cvsdist b345688
           --enable-python \
71ff12d
           --enable-tcl=%{_libdir} \
1b3fbc6
           --enable-ipv6 \
6f15b54
           --enable-spell=libsexy \
77b88b1
           --enable-shm \
77b88b1
           --enable-ntlm
83ad4ca
1b3fbc6
# gtkspell breaks Input Method commit with ENTER
cvsdist c297c6d
cvsdist 0f561d6
make %{?_smp_mflags}
cvsdist 8d2f6d4
263dfa3
cvsdist 8d2f6d4
%install
9242ba4
%{__rm} -rf $RPM_BUILD_ROOT
263dfa3
%{__make} install DESTDIR=$RPM_BUILD_ROOT GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
cvsdist 2fe39b7
1c0fc4c
# Get rid of libtool archives
263dfa3
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/xchat/plugins/*.la
cvsdist b345688
1c0fc4c
# Install the .desktop file properly
8795949
%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/applications/xchat.desktop
8795949
desktop-file-install --vendor="" \
33d39ed
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
33d39ed
  --add-category=IRCClient \
33d39ed
  --add-category=GTK xchat.desktop
1c0fc4c
33d39ed
%find_lang %{name}
cvsdist 8d2f6d4
263dfa3
# do not Provide plugins .so
263dfa3
%define _use_internal_dependency_generator 0
263dfa3
%{__cat} << \EOF > %{name}.prov
263dfa3
#!%{_buildshell}
263dfa3
%{__grep} -v %{_docdir} - | %{__find_provides} $* \
18da541
	| %{__sed} '/\.so\(()(64bit)\)\?$/d'
263dfa3
EOF
263dfa3
%define __find_provides %{_builddir}/%{name}-%{version}/%{name}.prov
263dfa3
%{__chmod} +x %{__find_provides}
263dfa3
263dfa3
9242ba4
%post
9242ba4
# Install schema
9242ba4
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
6f9d667
gconftool-2 --makefile-install-rule /etc/gconf/schemas/apps_xchat_url_handler.schemas >& /dev/null || :
45ef95b
263dfa3
45ef95b
%pre
45ef95b
if [ "$1" -gt 1 ]; then
45ef95b
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
6f9d667
  gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/apps_xchat_url_handler.schemas >& /dev/null || :
45ef95b
fi
9242ba4
05b599f
%preun
45ef95b
if [ "$1" -eq 0 ]; then
05b599f
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
6f9d667
  gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/apps_xchat_url_handler.schemas >& /dev/null || :
05b599f
fi
05b599f
9242ba4
%clean
9242ba4
%{__rm} -rf $RPM_BUILD_ROOT
9242ba4
cvsdist daf3b45
%files -f %{name}.lang
cvsdist 8d2f6d4
%defattr(-,root,root)
cvsdist 2041262
%doc README ChangeLog
263dfa3
%doc plugins/plugin20.html plugins/perl/xchat2-perl.html
cvsdist 5e24bc1
%{_bindir}/xchat
416b9ec
%dir %{_libdir}/xchat
9242ba4
%dir %{_libdir}/xchat/plugins
71ff12d
%{_libdir}/xchat/plugins/perl.so
71ff12d
%{_libdir}/xchat/plugins/python.so
8795949
%{_datadir}/applications/xchat.desktop
cvsdist 5e24bc1
%{_datadir}/pixmaps/*
9242ba4
%{_sysconfdir}/gconf/schemas/apps_xchat_url_handler.schemas
263dfa3
%{_datadir}/dbus-1/services/org.xchat.service.service
cvsdist 8d2f6d4
71ff12d
%files tcl
71ff12d
%defattr(-,root,root)
71ff12d
%{_libdir}/xchat/plugins/tcl.so
71ff12d
cvsdist 8d2f6d4
%changelog
Debarshi Ray 5184e0d
* Tue Nov 27 2012 Debarshi Ray <rishi@fedoraproject.org> - 1:2.8.8-16
Debarshi Ray 5184e0d
- Make sure default settings work with gnome-shell (#880672)
Debarshi Ray 5184e0d
b8b2163
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.8.8-15
b8b2163
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b8b2163
e0e7168
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1:2.8.8-14
e0e7168
- Perl 5.16 rebuild
e0e7168
217a377
* Sat Feb 25 2012 Bruno Wolff III <bruno@wolff.to> - 1:2.8.8-13
217a377
- Adjust to glib changes so that xchat will build again
217a377
7211423
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.8.8-12
7211423
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7211423
639f0ea
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1:2.8.8-11
639f0ea
- Rebuild for new libpng
639f0ea
0d213ed
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:2.8.8-10
0d213ed
- Perl mass rebuild
0d213ed
Christopher Aillon f0ad18d
* Tue Apr  7 2011 Christopher Aillon <caillon@redhat.com> - 1:2.8.8-9
Christopher Aillon f0ad18d
- Link against libnotify (#693362)
Christopher Aillon f0ad18d
Christopher Aillon 2227e38
* Tue Apr  7 2011 Christopher Aillon <caillon@redhat.com> - 1:2.8.8-8
Christopher Aillon 2227e38
- Update the dynamic libnotify check for the newer soname (#693362)
Christopher Aillon 2227e38
36c310c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.8.8-7
36c310c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
36c310c
Kevin Kofler 32adcbb
* Fri Dec 10 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.8-6
Kevin Kofler 32adcbb
- Requires: alsa-utils for aplay (#661957)
Kevin Kofler 32adcbb
Owen W. Taylor 08a899e
* Mon Nov 15 2010 Owen Taylor <otaylor@redhat.com> - 1:2.8.8-5
Owen W. Taylor 08a899e
- Add patch to work with libnotify-0.7
Owen W. Taylor 08a899e
4dc2cce
* Tue Jul 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:2.8.8-4
4dc2cce
- Rebuild against python 2.7
4dc2cce
0c5724c
* Thu Jun 03 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.8-3
0c5724c
- Rebuild again for perl-5.12.0
0c5724c
77b88b1
* Thu Jun 03 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.8-2
77b88b1
- --enable-ntlm (no longer enabled by default)
77b88b1
5fcbc4f
* Thu Jun 03 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.8-1
5fcbc4f
- Update to 2.8.8 (#597735)
5fcbc4f
- Use xz tarball (new in 2.8.8)
5fcbc4f
- Drop smallfixes, redhat-desktop (remaining part), shm-pixmaps and
5fcbc4f
  connect-mnemonic patches (all fixed upstream)
5fcbc4f
a0db7a4
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:2.8.6-18
a0db7a4
- Mass rebuild with perl-5.12.0
a0db7a4
33d39ed
* Wed Apr 21 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-17
33d39ed
- Add port numbers for Freenode (Debarshi Ray)
33d39ed
33d39ed
* Fri Apr 09 2010 Rudolf Kastl <rkastl@redhat.com> - 1:2.8.6-16
33d39ed
- Added IRCClient .desktop file subcategory (#485306)
33d39ed
- Added GTK .desktop file subcategory
33d39ed
- Added curly brackets to the name macro for consistency.
33d39ed
690f269
* Wed Dec 16 2009 Kevin Fenzi <kevin@tummy.com> - 1:2.8.6-15
33d39ed
- Add patch to allow switching to next channel with activity.
690f269
11d2f71
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1:2.8.6-14
11d2f71
- rebuild against perl 5.10.1
11d2f71
fb21e8a
* Thu Sep 10 2009 Christopher Aillon <caillon@redhat.com> - 1:2.8.6-13
fb21e8a
- Drop the antiquated OPN reference
fb21e8a
6c6e905
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:2.8.6-12
6c6e905
- rebuilt with new openssl
6c6e905
00992cd
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.8.6-11
00992cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
00992cd
ade47db
* Sat Jul 18 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-10
ade47db
- Fixed patch for the "C_onnect" issue (#512034, Edward Sheldrake)
ade47db
fe6d81d
* Thu Jul 16 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-9
fe6d81d
- Fix literal underscore in "C_onnect" button (#512034, Matthias Clasen)
fe6d81d
80edc90
* Mon Jun 29 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-8
80edc90
- Change Name in xchat.desktop to XChat IRC (#293841)
80edc90
081489a
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.8.6-7
081489a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
081489a
18da541
* Tue Feb 10 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-6
18da541
- fix filtering of Provides on lib64 architectures
18da541
bdca9ae
* Fri Jan 16 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-5
bdca9ae
- rebuild for new OpenSSL
bdca9ae
146b334
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:2.8.6-4
146b334
- Rebuild for Python 2.6
146b334
3081770
* Mon Aug 11 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-3
3081770
- rebuild for fixed redhat-rpm-config (#450271)
3081770
af964d8
* Mon Jul 14 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-2
af964d8
- apply xc286-smallfixes.diff from upstream
7106071
- don't #define GTK_DISABLE_DEPRECATED (fixes build against current GTK+)
af964d8
10f012b
* Sun Jun 15 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.6-1
10f012b
- update to 2.8.6
10f012b
- drop upstream patches (already applied in 2.8.6)
10f012b
- set default charset to UTF-8 (2.8.6 changed it to Latin1)
10f012b
df14c8a
* Thu May 22 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-16
df14c8a
- fix more bugs in xchat-2.8.4-shm-pixmaps.patch (#282691)
df14c8a
b3a7666
* Tue Apr  1 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-15
b3a7666
- remove --disable-panel which has been ignored since 2.0.0
b3a7666
- add missing BR libntlm-devel (thanks to Karsten Hopp)
b3a7666
5c21a7d
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:2.8.4-14
5c21a7d
- rebuild for new perl
5c21a7d
15de8c4
* Mon Feb 18 2008 Christopher Aillon <caillon@redhat.com> - 1:2.8.4-13
15de8c4
- Rebuild to celebrate my birthday (and GCC 4.3)
15de8c4
a5aa28f
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:2.8.4-12
a5aa28f
- rebuild for new perl
a5aa28f
4942546
* Sat Jan 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-11
4942546
- fix bug in xchat-2.8.4-shm-pixmaps.patch (Adam Jackson, #429218)
4942546
4456106
* Thu Jan  3 2008 Christopher Aillon <caillon@redhat.com> 1:2.8.4-10
4456106
- Rebuild
4456106
7ba2d04
* Thu Dec 20 2007 Adam Jackson <ajax@redhat.com> 1:2.8.4-9
7ba2d04
- xchat-2.8.4-shm-pixmaps.patch: MIT-SHM pixmaps are optional, and when
7ba2d04
  using EXA they are not available.  Check that the server supports them
7ba2d04
  before trying to create them so we don't crash.
7ba2d04
13ff094
* Wed Dec 19 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-8
13ff094
- apply xc284-fix-scrollbfdleak.diff from upstream
13ff094
afd0708
* Wed Dec  5 2007 Christopher Aillon <caillon@redhat.com> - 1:2.8.4-7
58fbc35
- Fix the icon key in the .desktop file to validate
afd0708
0d7179c
* Sat Oct 13 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-6
0d7179c
- drop obsolete xchat-2.4.4-unrealize.patch (fixed upstream for a while)
0d7179c
- drop broken xchat-2.4.3-im_context_filter_keypress.patch (#295331)
0d7179c
c5505ff
* Wed Sep 26 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-5
c5505ff
- apply xc284-improvescrollback.diff from upstream
c5505ff
d21843c
* Thu Aug 23 2007 Remi Collet <Fedora@FamilleCollet.com> - 1:2.8.4-4.fc8.1
d21843c
- F-8 rebuild (BuildID)
d21843c
01220d2
* Sat Aug 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-4
01220d2
- add missing BR perl(ExtUtils::Embed)
01220d2
10e44bd
* Fri Aug  3 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-3
01220d2
- specify GPL version in License tag
10e44bd
3ec473b
* Tue Jul 10 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-2
3ec473b
- apply xc284-scrollbmkdir.diff from upstream
3ec473b
27b6c48
* Wed Jul  4 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.4-1
27b6c48
- update to 2.8.4
27b6c48
- drop xc282-fixtrayzombies.diff (already in 2.8.4)
27b6c48
- rebase redhat-desktop and tray-icon patches
27b6c48
8795949
* Fri Jun 22 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-12
8795949
- install the .desktop file with --vendor="" to keep the old name
8795949
217bd2b
* Thu Jun 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-11
217bd2b
- add missing BR desktop-file-utils
217bd2b
1c0fc4c
* Thu Jun 21 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-10
1c0fc4c
- remove Application; and X-Red-Hat-Extras; categories from .desktop file
1c0fc4c
  (merge review #226551)
1c0fc4c
- install the .desktop file properly (merge review #226551)
1c0fc4c
6f15b54
* Tue Jun 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-9
6f15b54
- build against system libsexy instead of static sexy-spell-entry now that this
6f15b54
  is possible (Core-Extras merge)
6f15b54
85ec2aa
* Sat Jun  2 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-8
85ec2aa
- disable tray icon by default (#241923)
85ec2aa
e76823c
* Thu May 31 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-7
e76823c
- revert to redhat-desktop patch pending further discussion
e76823c
1f7c29f
* Thu May 31 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-6
1f7c29f
- apply xc282-fixtrayzombies.diff from upstream
1f7c29f
ff2fc92
* Wed May 30 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-5
ff2fc92
- remove Requires: gtkspell as gtkspell is not currently being used
ff2fc92
71ff12d
* Mon May 28 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-4
71ff12d
- set explicit libdir for Tcl so it's found on lib64 arches (Remi Collet)
71ff12d
- move Tcl plugin into subpackage
71ff12d
  (not an incompatible change as this was not built in f7-final at all)
71ff12d
5faf78f
* Mon May 28 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-3
5faf78f
- use versioned Provides/Obsoletes to allow future package split
5faf78f
263dfa3
* Mon May 28 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> - 1:2.8.2-2
263dfa3
- merge updates by Remi Collet and Marius Feraru (#224180)
263dfa3
- mention Tcl in description
263dfa3
- add release and user name to buildroot
263dfa3
- follow desktop-entry-spec on Name and GenericName as required by the Packaging
263dfa3
  Guidelines
263dfa3
- drop BR gtkspell-devel as it's not currently used
263dfa3
263dfa3
* Thu Apr  5 2007 Remi Collet <RPMS@FamilleCollet.com> - 1:2.8.2-1.fc6.remi
263dfa3
- update to 2.8.2
263dfa3
416b9ec
* Sat Mar 24 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.6.6-9
416b9ec
- Own /usr/lib/xchat (#166731)
416b9ec
263dfa3
* Thu Jan 25 2007 Marius Feraru <altblue@n0i.net> - 1:2.8.0-1.n0i.1
263dfa3
- version 2.8.0
263dfa3
- disabled some patches: nonblock, locale (fi, es)
263dfa3
- enabled fast tinting
263dfa3
- fixed "exchant" typo
263dfa3
- switched to using the "make install" (DESTDIR works)
263dfa3
- simplified gconf schema disabling method
263dfa3
- dropped plugins mover
263dfa3
- updated "Get rid of static libs"
263dfa3
- dropped xchat-remote
263dfa3
- updated build requirements
263dfa3
- dropped "default-webbrowser" patches (xchat tries to do it better now)
263dfa3
- do not provide "perl.so", "python.so", etc
263dfa3
- own everything under %%{_libdir}/xchat
263dfa3
- converted spec file to UTF8
263dfa3
- fixed desktop entry category (dropping "Application")
263dfa3
- keep plugins documentation
263dfa3
263dfa3
* Tue Jan 16 2007 Remi Collet <RPMS@FamilleCollet.com> - 1:2.8.0-2.fc6.remi
263dfa3
- add Provides/Osboletes for extensions (split RPM available on xchat.org).
263dfa3
- longer description
263dfa3
- enable tcl extension
263dfa3
- Requires gtk >= 2.10.0
263dfa3
263dfa3
* Mon Jan 15 2007 Remi Collet <RPMS@FamilleCollet.com> - 1:2.8.0-1.fc6.remi
263dfa3
- update to 2.8.0
263dfa3
- add upstream patches (xc280-fix-back.diff, xc280-fix-ja.diff)
263dfa3
416b9ec
* Fri Nov  3 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.6.6-8
6f9d667
- Silence %%pre (#213838)
6f9d667
416b9ec
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.6.6-7
45ef95b
- Fix scripts according to packaging guidelines
45ef95b
416b9ec
* Tue Oct 17 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.6.6-6
05b599f
- Tighten up Requires (#203813)
05b599f
416b9ec
* Sat Oct  7 2006 David Woodhouse <dwmw2@redhat.com> - 1:2.6.6-5
bcc3bef
- Fix nonblocking SSL socket behaviour
bcc3bef
917fa79
* Mon Aug 28 2006 Warren Togami <wtogami@redhat.com> - 1:2.6.6-4
917fa79
- add upstream 2.6.6 es patch
917fa79
1b3fbc6
* Wed Aug 23 2006 Warren Togami <wtogami@redhat.com> - 1:2.6.6-3
1b3fbc6
- enable optional spell checking if you install enchant
1b3fbc6
  because gtkspell is currently unusable (#201116)
1b3fbc6
83ad4ca
* Thu Aug 17 2006 Warren Togami <wtogami@redhat.com> - 1:2.6.6-2
83ad4ca
- disable gtkspell because it breaks Input Method commit
83ad4ca
- apply upstream fi patch
83ad4ca
83ad4ca
* Wed Aug  2 2006 Marc Deslauriers <marcdeslauriers@videotron.ca> -  1:2.6.6-1
83ad4ca
- Update to 2.6.6
83ad4ca
- Removed upstreamed dbus patch
83ad4ca
- Enabled gtkspell support
83ad4ca
06a3026
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> -  1:2.6.0-6
06a3026
- Rebuild against dbus
06a3026
dcdd407
* Mon May 22 2006 Jesse Keating <jkeating@redhat.com> - 1:2.6.0-5
dcdd407
- Adding missing buildreq (bz:191577, thanks Paul F.)
dcdd407
3642d36
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 1:2.6.0-4
3642d36
- Rebuild
3642d36
f4231d1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:2.6.0-3.2
f4231d1
- rebuilt for new gcc4.1 snapshot and glibc changes
f4231d1
20a0120
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 1:2.6.0-3.1
cda9d89
- rebuilt
cda9d89
7ce1604
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 1:2.6.0-3
7ce1604
- rebuild for new dbus
7ce1604
Florian La Roche 4eac1c3
* Tue Nov 15 2005 Florian La Roche <laroche@redhat.com> 1:2.6.0-2
Florian La Roche 4eac1c3
- Require(post): GConf2
Florian La Roche 4eac1c3
9242ba4
* Thu Nov 10 2005 Christopher Aillon <caillon@redhat.com> 1:2.6.0-1
9242ba4
- Update to 2.6.0
9242ba4
dfc4639
* Wed Nov  9 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.5-2
dfc4639
- Rebuild against newer openssl
dfc4639
e8f1ab7
* Mon Sep 19 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.5-1
e8f1ab7
- X-Chat 2.4.5
e8f1ab7
4f9ceb9
* Wed Aug 17 2005 Matthias Clasen <mclasen@redhat.com> 1:2.4.4-3
4f9ceb9
- Fix a bug that could lead to occasional crashes
4f9ceb9
c47df5e
* Mon Aug 15 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.4-2
c47df5e
- Rebuild
c47df5e
697bea3
* Sun Jun 26 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.4-1
697bea3
- Update to xchat-2.4.4
697bea3
9654c0c
* Sun May 15 2005 Warren Togami <wtogami@redhat.com> 1:2.4.3-3
9654c0c
- Prevent interception of down arrow during Input Method (#144588 tagoh)
9654c0c
36d8816
* Thu Apr 14 2005 Warren Togami <wtogami@redhat.com> 1:2.4.3-2
36d8816
- fix plugins on lib64 (#113188 Ville Skytta)
36d8816
154a432
* Sun Apr 03 2005 Warren Togami <wtogami@redhat.com> 1:2.4.3-1
154a432
- 2.4.3, use perl MODULE_COMPAT
154a432
461bd3d
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.2-3
461bd3d
- Fix crash when right clicking users whose away msg is unknown.
461bd3d
d05cfd9
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.2-2
d05cfd9
- Add user's away message to right click menu, if known
d05cfd9
8da2403
* Thu Mar 17 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.2-1
8da2403
- Update to 2.4.2
8da2403
3a00120
* Sat Mar  5 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.1-4
3a00120
- Rebuild against GCC 4.0
3a00120
cturner a0b6301
* Tue Jan 18 2005 Chip Turner <cturner@redhat.com> 1:2.4.1-3
cturner a0b6301
- rebuild for new perl
cturner a0b6301
881778e
* Tue Jan  4 2005 Christopher Aillon <caillon@redhat.com> 1:2.4.1-2
881778e
- Add Dan Reed's CTCP patch to support multiline messages (#136545)
881778e
8b860dd
* Tue Nov 23 2004 Christopher Aillon <caillon@redhat.com> 1:2.4.1-1
8b860dd
- Update to 2.4.1
8b860dd
dreed e546b47
* Mon Sep 20 2004 Daniel Reed <djr@redhat.com> 1:2.4.0-3
dreed e546b47
- #132967 Remove GenericName
dreed e546b47
cvsdist 59dc9b2
* Tue Aug 17 2004 Daniel Reed <djr@redhat.com> 1:2.4.0-2
cvsdist 59dc9b2
- #125846 Change xchat.desktop names to "IRC"
cvsdist 59dc9b2
cvsdist 59a3bb0
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 1:2.4.0-1
cvsdist 59a3bb0
- Update to 2.4.0
cvsdist 59a3bb0
- Fix simplify-to-use-gnome-open and simplify-to-use-htmlview patches
cvsdist 59a3bb0
  to not conflict every time upstream modifies the urlhandler list.
cvsdist 59a3bb0
- Remove focus and tab completion patches (no longer needed)
cvsdist 59a3bb0
cvsdist 77a3dfd
* Mon Jul 26 2004 Christopher Aillon <caillon@redhat.com> 1:2.0.10-3
cvsdist 77a3dfd
- Update upstream patch to fix tab completion crash
cvsdist 77a3dfd
- Add upstream patch to fix focus crash on some window managers.
cvsdist 77a3dfd
cvsdist 77a3dfd
* Fri Jul  9 2004 Mike A. Harris <mharris@redhat.com> 1:2.0.10-2
cvsdist 77a3dfd
- Added upstream xc2010-fixtabcomp.diff patch to fix SEGV in tab completion
cvsdist 77a3dfd
cvsdist 77a3dfd
* Sat Jul 03 2004 Christopher Aillon <caillon@redhat.com> 1:2.0.10-1
cvsdist 77a3dfd
- Update to 2.0.10
cvsdist 77a3dfd
cvsdist 0598012
* Wed Jun 23 2004 Christopher Aillon <caillon@redhat.com> 1:2.0.9-1
cvsdist 0598012
- Update to 2.0.9
cvsdist 0598012
- Fixed the URL handler menu patches to apply.
cvsdist 0598012
cvsdist 13e0122
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 13e0122
- rebuilt
cvsdist 13e0122
cvsdist a5a3d38
* Tue Mar  9 2004 Mike A. Harris <mharris@redhat.com> 1:2.0.7-5
cvsdist a5a3d38
- Bump and rebuild for Fedora devel, to sync up with new perl
cvsdist 13e0122
- Remove require_autoconf conditional, and conditionalized autoconf BuildRequires
cvsdist a5a3d38
cvsdist a5a3d38
* Fri Mar  5 2004 Mike A. Harris <mharris@redhat.com> 1:2.0.7-4
cvsdist a5a3d38
- Added xchat-2.0.7-simplify-to-use-gnome-open-for-default-webbrowser.patch
cvsdist a5a3d38
  and xchat-2.0.7-simplify-to-use-htmlview-for-default-webbrowser.patch to
cvsdist a5a3d38
  simplify the default URL handler menu to point only to the default system
cvsdist a5a3d38
  web browser by using gnome-open on Fedora Core 2 and later, or htmlview
cvsdist a5a3d38
  on earlier OS releases.  This is added to improve user friendliness (#82331)
cvsdist a5a3d38
cvsdist a5a3d38
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a5a3d38
- rebuilt
cvsdist a5a3d38
cvsdist a5a3d38
* Tue Feb 17 2004 Mike A. Harris <mharris@redhat.com> 1:2.0.7-1.FC1.0
cvsdist a5a3d38
- Rebuild xchat 2.0.7-3 as 2.0.7-1.FC1.0 for release as an enhancement erratum
cvsdist a5a3d38
  for Fedora Core 1.  Also fixes AMD64 64bit issues reported in bug (#114237)
cvsdist a5a3d38
cvsdist a5a3d38
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 1:2.0.7-3
cvsdist a5a3d38
- rebuilt
cvsdist a5a3d38
cvsdist a916822
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> 1:2.0.7-2
cvsdist a916822
- rebuild for new perl version
cvsdist a916822
cvsdist a5a3d38
* Sat Jan 10 2004 Mike A. Harris <mharris@redhat.com> 1:2.0.7-1
cvsdist a916822
- Updated to xchat 2.0.7
cvsdist a916822
- Removed already integrated patches, including:  xc204-fixperlui.diff,
cvsdist a916822
  xchat-2.0.4-screen-position-fix.patch, xchat-2.0.4-exec-shield-GNU-stack.patch
cvsdist a916822
- Added a new rpm macro require_autoconf, which is disabled (0) by default, as
cvsdist a916822
  it seems no longer necessary to run autoconf prior to ./configure, so we no
cvsdist a916822
  longer need to BuildRequire autoconf 2.54 either.
cvsdist a916822
cvsdist 2041262
* Fri Oct 24 2003 Mike A. Harris <mharris@redhat.com> 2.0.4-4
cvsdist 2041262
- Added xchat-2.0.4-exec-shield-GNU-stack.patch from Arjan, to allow xchat to
cvsdist 2041262
  be be protected by exec shield if the system has exec-shield enabled.
cvsdist 2041262
cvsdist 2041262
* Fri Sep 19 2003 Mike A. Harris <mharris@redhat.com> 2.0.4-3.EL
cvsdist 2041262
- Rebuilt 2.0.4-3 for Taroon as 2.0.4-3.EL
cvsdist 2041262
cvsdist 2041262
* Fri Sep 19 2003 Mike A. Harris <mharris@redhat.com> 2.0.4-3
cvsdist 2041262
- Added xchat-2.0.4-screen-position-fix.patch to fix problem where xchat
cvsdist 2041262
  doesn't remember it's screen location between invocations (#103896)
cvsdist 2041262
cvsdist 2041262
* Sat Aug 30 2003 Mike A. Harris <mharris@redhat.com> 2.0.4-2
cvsdist 2041262
- Updated xchat-2.0.4-redhat-desktop-file.patch
cvsdist 2041262
cvsdist 2041262
* Thu Aug 28 2003 Mike A. Harris <mharris@redhat.com> 2.0.4-1
cvsdist 2041262
- Updated to xchat 2.0.4
cvsdist 2041262
- Removed unneeded patches xc203-fixtint.diff, xc203-fix-cps.diff
cvsdist 2041262
- Added upstream patch xc204-fixperlui.diff
cvsdist 2041262
- Updated autoconf dependancy to version 2.54 and greater as xchat wont
cvsdist 2041262
  compile otherwise.  Meaning Red Hat Linux 9 or higher is needed.
cvsdist 2041262
cvsdist 2041262
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 2.0.3-4
cvsdist 2041262
- rebuild
cvsdist 2041262
cvsdist 2041262
* Mon Jul 14 2003 Chip Turner <cturner@redhat.com>
cvsdist 2041262
- rebuild for new perl 5.8.1
cvsdist 2041262
cvsdist 2041262
* Thu Jul 10 2003 Mike A. Harris <mharris@redhat.com> 2.0.3-2
cvsdist 2041262
- Added xc203-fix-cps.diff patch from upstream to fix cps calculation
cvsdist 2041262
- TCL plugin was getting built even though we don't want it, so now we pass
cvsdist 2041262
  --enable-tcl or --disable-tcl explicitly, depending on with_tclplugin macro
cvsdist 2041262
cvsdist 2041262
* Mon Jun 30 2003 Mike A. Harris <mharris@redhat.com> 2.0.3-1.EL
cvsdist 2041262
- Rebuilt 2.0.3-1 as 2.0.3-1.EL for Red Hat Enterprise Linux development
cvsdist 2041262
cvsdist 2041262
* Mon Jun 30 2003 Mike A. Harris <mharris@redhat.com> 2.0.3-1
cvsdist 2041262
- Updated to xchat 2.0.3
cvsdist 2041262
- Dropped old patches: xc202-fixdetach.diff, xc202-fixurlg.diff,
cvsdist 2041262
  xchat-2.0.2-lib64-cleanup-for-python.patch
cvsdist 2041262
- Added upstream patch: xc203-fixtint.diff
cvsdist 2041262
cvsdist 2041262
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 2041262
- rebuilt
cvsdist 2041262
cvsdist 2041262
* Thu May 29 2003 Mike A. Harris <mharris@redhat.com> 2.0.2-7
cvsdist 2041262
- Added back BuildRequires autoconf, and call autoconf prior to ./configure
cvsdist 2041262
  as it seems to make xchat build successfully.  Have not bothered to figure
cvsdist 2041262
  out why calling autoconf is needed.  Something for a rainy day.
cvsdist 2041262
cvsdist 2041262
* Thu May 29 2003 Mike A. Harris <mharris@redhat.com> 2.0.2-6
cvsdist 2041262
- Removed gnome-libs BuildRequires as it is bogus now
cvsdist 2041262
- Removed autoconf BuildRequires and usage, as it should be unneeded
cvsdist 2041262
- Added new BuildRequires on gettext, bison >= 1.35, glib2-devel >= 2.0.3,
cvsdist 2041262
  gtk2-devel >= 2.0.3, /bin/sed  (#91676 - Warren Togami)
cvsdist 2041262
- Removed dead patches: xchat-1.8.9-perlcrypt.patch, xchat-1.8.9-korean-fontset.patch
cvsdist 2041262
cvsdist 2041262
* Wed May 21 2003 Mike A. Harris <mharris@redhat.com> 2.0.2-5
cvsdist 2041262
- Removed xchat.desktop file, as it was earlier replacedwith a patch
cvsdist 2041262
- Converted xchat-2.0.2-redhat-desktop-file.patch to be UTF-8 clean now,
cvsdist 2041262
  instead of the various random legacy mix of encodings it was, updating
cvsdist 2041262
  the following: es, ko, uk, zh_TW
cvsdist 2041262
cvsdist 2041262
* Tue May 20 2003 Mike A. Harris <mharris@redhat.com> 2.0.2-4
cvsdist 2041262
- Replace explicit perl package name-epoch-version Requires added in 2.0.2-3
cvsdist 2041262
  with a more robust and generic solution of querying perl for the archlibexp
cvsdist 2041262
  dir during building, and requiring it instead
cvsdist 2041262
cvsdist 2041262
* Tue May 20 2003 Bill Nottingham <notting@redhat.com> 2.0.2-3
cvsdist 2041262
- rebuild against new (old?) perl, add epoch to dependency
cvsdist 2041262
cvsdist 2041262
* Sat May 17 2003 Mike A. Harris <mharris@redhat.com> 2.0.2-1
cvsdist 2041262
- Updated to new xchat 2.0.2 based on GTK2
cvsdist 2041262
- Dropped unneeded patches xchat-1.8.1-konqueror.patch,
cvsdist 2041262
  xchat-1.8.4-fix-USE_GNOME.patch
cvsdist 2041262
- Updated xchat-2.0.2-freenode.patch to refer to Openprojects.net
cvsdist 2041262
- Removed doc/xchat.sgml doc/*.html scripts-python scripts-perl from %%doc
cvsdist 2041262
- Added xchat-2.0.2-redhat-desktop-file.patch to patch the supplied xchat
cvsdist 2041262
  desktop file, instead of replacing it and trying to stay in sync
cvsdist 2041262
- Added xchat-2.0.2-lib64-cleanup-for-python.patch which fixes build problems
cvsdist 2041262
  on lib64 archs, and replaces xchat-multilib.patch
cvsdist 2041262
- Added with_tclplugin macro and default it to disabled
cvsdist 2041262
cvsdist 2041262
* Mon Mar 17 2003 Mike A. Harris <mharris@redhat.com> 1.8.11-8
cvsdist 2041262
- Added xchat-1.8.11-nickall.patch which was written by Fabio Olive Leite,
cvsdist 2041262
  sent to me by Rik van Riel
cvsdist 49b96a4
cvsdist 0f561d6
* Wed Feb 19 2003 Bill Nottingham <notting@redhat.com> 1.8.11-7
cvsdist 0f561d6
- ship single desktop in %{_datadir}/applications, not /etc/X11/applnk
cvsdist 0f561d6
cvsdist 0f561d6
* Fri Jan 31 2003 Mike A. Harris <mharris@redhat.com> 1.8.11-6
cvsdist 0f561d6
- Added xchat-1.8.11-freenode.patch to rename all openprojects.net entries
cvsdist 0f561d6
  to freenode.net in the default server list.  Patch courtesy of Dan Burcaw
cvsdist 0f561d6
  from bug (#81704)
cvsdist 0f561d6
cvsdist 0f561d6
* Wed Jan 22 2003 Mike A. Harris <mharris@redhat.com> 1.8.11-5
cvsdist 0f561d6
- Removed double .desktop file (#81874,82315)
cvsdist 0f561d6
cvsdist 0f561d6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.8.11-4
cvsdist 0f561d6
- rebuilt
cvsdist 0f561d6
cvsdist 0f561d6
* Tue Jan  7 2003 Mike A. Harris <mharris@redhat.com> 1.8.11-3
cvsdist 0f561d6
- Add bugfix from xchat.org xc1811fixststint.diff
cvsdist 0f561d6
cvsdist 0f561d6
* Tue Jan  7 2003 Mike A. Harris <mharris@redhat.com> 1.8.11-2
cvsdist 0f561d6
- Remove CVS files from source dirs so they're not installed into doc dirs.
cvsdist 0f561d6
cvsdist 0f561d6
* Tue Jan  7 2003 Mike A. Harris <mharris@redhat.com> 1.8.11-1
cvsdist 0f561d6
- Update to xchat 1.8.11 bugfix release, fixes various runtime crashes
cvsdist 0f561d6
- Remove now included patches: xchat-1.8.10-urlhandler-open-in-new-tab.patch,
cvsdist 0f561d6
  xchat-1.8.10-beep-beep-beep.patch
cvsdist 0f561d6
cvsdist 0f561d6
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.10-13
cvsdist 0f561d6
- Pick up OpenSSL configuration from pkgconfig, if available
cvsdist 0f561d6
- Add openssl-devel and pkgconfig as buildreqs
cvsdist 0f561d6
cvsdist 0f561d6
* Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.8.10-12
cvsdist 0f561d6
- Fix broken libpython path on multilibbed systems (patch13)
cvsdist 0f561d6
- _smp_mflags
cvsdist 0f561d6
cvsdist 0f561d6
* Tue Nov 26 2002 Mike A. Harris <mharris@redhat.com> 1.8.10-11
cvsdist 0f561d6
- Added xchat-1.8.10-urlhandler-open-in-new-tab.patch to offer the option of
cvsdist 0f561d6
  opening a URL in a new tab of an existing browser window rather than a new
cvsdist 0f561d6
  window
cvsdist 0f561d6
cvsdist 0f561d6
* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 1.8.10-10
cvsdist 0f561d6
- Added BuildRequires: python-devel to hopefully pick up a missing dep
cvsdist 0f561d6
  causing package build failure in timp's nightly builds.
cvsdist 0f561d6
- Removed dead patches
cvsdist 0f561d6
- Updated package summary and description to be more user friendly by
cvsdist 0f561d6
  rewording, and removing scary words like GNOME, GTK and other irrelevance
cvsdist 0f561d6
cvsdist 0f561d6
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 1.8.10-9
cvsdist 0f561d6
- Made sure {_sysconfdir}/X11/applnk/Internet/xchat.desktop gets packaged
cvsdist 0f561d6
- Removed some conditional weirdness in %%files list.  This may break xchat
cvsdist 0f561d6
  erratum releases on Red Hat Linux 7.x.  May need to be fixed in future.
cvsdist 0f561d6
cvsdist 1535dd9
* Fri Aug 23 2002 Mike A. Harris <mharris@redhat.com> 1.8.10-7
cvsdist 1535dd9
- Added Requires line so that xchat requires the exact version of perl
cvsdist 1535dd9
  be installed, that was used to compile it, since the embedded perl
cvsdist 1535dd9
  interpreter will break, if you upgrade perl
cvsdist 1535dd9
cvsdist a0e9cd5
* Thu Aug 15 2002 Mike A. Harris <mharris@redhat.com> 1.8.10-6
cvsdist a0e9cd5
- Fix Bill's beep beep beep bug (#71651)
cvsdist a0e9cd5
cvsdist a0e9cd5
* Wed Aug 14 2002 Jonathan Blandford <jrb@redhat.com> 1.8.10-5
cvsdist b345688
- actually install the desktop file.
cvsdist b345688
cvsdist b345688
* Fri Aug  9 2002 Mike A. Harris <mharris@redhat.com> 1.8.10-3
cvsdist b345688
- Added http://xchat.org/files/source/1.8/patches/xc1810fixme.diff to fix
cvsdist b345688
  bug with using /ME in a /QUERY window.  (#71179)
cvsdist b345688
cvsdist b345688
* Wed Aug  7 2002 Mike A. Harris <mharris@redhat.com> 1.8.10-2
cvsdist b345688
- Updated to xchat 1.8.10 to fix a few bugs where a remote ircd could cause
cvsdist b345688
  the xchat client to crash.  This is a bugfix only release.
cvsdist b345688
cvsdist b345688
* Tue Aug  6 2002 Mike A. Harris <mharris@redhat.com> 1.8.9-10
cvsdist b345688
- Added Korean fontset support to fix bug (#69771)
cvsdist b345688
cvsdist b345688
* Mon Aug  5 2002 Mike A. Harris <mharris@redhat.com> 1.8.9-9
cvsdist b345688
- Enabled python scripting which was somehow disabled somewhere along the
cvsdist b345688
  line by default in upstream sources, and we missed catching it. (#70816)
cvsdist b345688
cvsdist b345688
* Sun Aug  4 2002 Mike A. Harris <mharris@redhat.com> 1.8.9-8
cvsdist b345688
- Created new-style net-xchat.desktop file (#69541)
cvsdist b345688
cvsdist b345688
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.8.9-7
cvsdist b345688
- automated rebuild
cvsdist b345688
cvsdist b345688
* Tue Jun 18 2002 Mike A. Harris <mharris@redhat.com> 1.8.9-6
cvsdist b345688
- updated the package description
cvsdist b345688
- Added CFLAGS and LDFLAGS export vars before configure to fix rpath problem
cvsdist b345688
cvsdist b345688
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist b345688
- automated rebuild
cvsdist b345688
cvsdist 2fe39b7
* Mon May 20 2002 Mike A. Harris <mharris@redhat.com> 1.8.9-2
cvsdist 2fe39b7
- Updated to xchat 1.8.9
cvsdist 2fe39b7
cvsdist 5aa5a14
* Mon Apr  8 2002 Mike A. Harris <mharris@redhat.com> 1.8.8-5
cvsdist 5aa5a14
- Re-enabled GNOME support due to user complaints of pixmaps missing, key
cvsdist 5aa5a14
  bindings, and other fairly important features no longer working.
cvsdist 5aa5a14
cvsdist 5aa5a14
* Tue Mar 27 2002 Mike A. Harris <mharris@redhat.com> 1.8.8-4
cvsdist c297c6d
- Disabled GNOME support since it doesn't seem too useful anyways, and forces
cvsdist c297c6d
  all xchat users to install GNOME libs even if they use KDE. (#59626)
cvsdist c297c6d
- Updated URL and source lines in spec.
cvsdist c297c6d
cvsdist c297c6d
* Wed Mar  6 2002 Mike A. Harris <mharris@redhat.com> 1.8.8-1
cvsdist c297c6d
- Updated to xchat 1.8.8
cvsdist c297c6d
cvsdist c297c6d
* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 1.8.7-6
cvsdist c297c6d
- Built in new buildroot
cvsdist c297c6d
cvsdist c297c6d
* Tue Feb  5 2002 Mike A. Harris <mharris@redhat.com> 1.8.7-5
cvsdist c297c6d
- Added xchat-1.8.7-use-sysconf-to-detect-cpus.patch to use glibc's sysconf()
cvsdist c297c6d
  to detect the number of processors available.
cvsdist c297c6d
cvsdist c297c6d
* Mon Feb  4 2002 Mike A. Harris <mharris@redhat.com> 1.8.7-4
cvsdist c297c6d
- Enabled IPv6 support as per the request for enhancement (#52124)
cvsdist c297c6d
cvsdist c297c6d
* Thu Jan 24 2002 Mike A. Harris <mharris@redhat.com> 1.8.7-3
cvsdist c297c6d
- Rebuilt in new build environment
cvsdist c297c6d
cvsdist c297c6d
* Thu Jan 10 2002 Mike A. Harris <mharris@redhat.com> 1.8.7-2
cvsdist 1cff4a7
- Updated to xchat 1.8.7
cvsdist 1cff4a7
- New release fixes security vulnerability in CTCP reply
cvsdist 1cff4a7
- Built erratum for all supported releases (1.8.7-1.62.0, 1.8.7-1.70.0,
cvsdist 1cff4a7
  1.8.7-1.71.0, 1.8.7-1.72.0)
cvsdist 1cff4a7
- Removed konqueror patch as it is integrated now.
cvsdist 1cff4a7
cvsdist 1cff4a7
* Sat Jan  5 2002 Mike A. Harris <mharris@redhat.com> 1.8.6-2
cvsdist 1cff4a7
- Enabled ssl support with --enable-openssl
cvsdist 1cff4a7
- Also built releases 1.72.0, 1.71.0, 1.70.0, 1.62.0 for erratum release
cvsdist 1cff4a7
cvsdist 1cff4a7
* Mon Dec 10 2001 Mike A. Harris <mharris@redhat.com> 1.8.6-1
cvsdist 1cff4a7
- Updated to xchat 1.8.6
cvsdist 1cff4a7
cvsdist 1cff4a7
* Tue Nov 13 2001 Mike A. Harris <mharris@redhat.com> 1.8.5-1
cvsdist 1cff4a7
- Updated to xchat 1.8.5
cvsdist 1cff4a7
- Added f to rm -r in install and clean sections
cvsdist 1cff4a7
cvsdist 1cff4a7
* Sun Oct  7 2001 Mike A. Harris <mharris@redhat.com> 1.8.4-1
cvsdist 1cff4a7
- Updated to 1.8.4, now using tar.bz2
cvsdist 1cff4a7
- Removed kanjiconv-fix patch as it is integrated now
cvsdist 1cff4a7
- Added xchat-1.8.4-fix-USE_GNOME.patch to fix simple ifdef USE_GNOME typo
cvsdist 1cff4a7
cvsdist 5e24bc1
* Fri Jul 13 2001 Akira TAGOH <tagoh@redhat.com> 1.8.1-2
cvsdist 5e24bc1
- fixed check locale.
cvsdist 5e24bc1
- don't save kanji_conv.
cvsdist 5e24bc1
  always check locale. however anyone can change the option from
cvsdist 5e24bc1
  the settings menu.
cvsdist 5e24bc1
cvsdist 5e24bc1
* Thu Jul 12 2001 Havoc Pennington <hp@redhat.com>
cvsdist 5e24bc1
- upgrade to 1.8.1
cvsdist 5e24bc1
- remove autoconnect patch since it's upstream
cvsdist 5e24bc1
- remove japanese patch, upstream seems to have applied
cvsdist 5e24bc1
  parts of it and changelog says there's upstream support.
cvsdist 5e24bc1
  (this patch was pretty huge to maintain in an SRPM anyway...)
cvsdist 5e24bc1
- put scripts-python scripts-perl in docs bug #28521
cvsdist 5e24bc1
- remove patch to include locale.h, gone upstream
cvsdist 5e24bc1
- upgrade konqueror patch
cvsdist 5e24bc1
cvsdist 5e24bc1
* Thu Jul 12 2001 Havoc Pennington <hp@redhat.com>
cvsdist 5e24bc1
- nevermind, BuildRequires gnome-libs, that should 
cvsdist 5e24bc1
  close #48923
cvsdist 5e24bc1
cvsdist 5e24bc1
* Thu Jul 12 2001 Havoc Pennington <hp@redhat.com>
cvsdist 5e24bc1
- fix file list to not include absolute path "/usr/share/..."
cvsdist 5e24bc1
  no idea how that ever worked at all. closes #48923
cvsdist 5e24bc1
cvsdist 54b47ae
* Mon Jun 25 2001 Karsten Hopp <karsten@redhat.de>
cvsdist 54b47ae
- use konqueror, not kfmclient on URLs
cvsdist 54b47ae
263dfa3
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist daf3b45
- langify
cvsdist daf3b45
- use %%{_tmppath}
cvsdist daf3b45
- make it compile
cvsdist daf3b45
cvsdist daf3b45
* Tue Feb 13 2001 Akira TAGOH <tagoh@redhat.com>
cvsdist daf3b45
- Added Japanese patch.
cvsdist daf3b45
cvsdist daf3b45
* Tue Feb 13 2001 Havoc Pennington <hp@redhat.com>
cvsdist daf3b45
- patch that may fix autoconnections (bug 27093)
cvsdist daf3b45
cvsdist daf3b45
* Mon Jan 22 2001 Havoc Pennington <hp@redhat.com>
cvsdist daf3b45
- 1.6.3
cvsdist daf3b45
- remove patch to desktop file (Internet->Application), seems to 
cvsdist daf3b45
  have gone upstream
cvsdist daf3b45
cvsdist daf3b45
* Sat Dec 9 2000 Havoc Pennington <hp@redhat.com>
cvsdist daf3b45
- Remove security fix which has been merged upstream
cvsdist daf3b45
- upgrade to 1.6.1
cvsdist daf3b45
cvsdist daf3b45
* Sat Aug 19 2000 Havoc Pennington <hp@redhat.com>
cvsdist daf3b45
- Don't use /bin/sh to interpret URLs from the net
cvsdist daf3b45
cvsdist daf3b45
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist daf3b45
- Updated Epoch
cvsdist 8d2f6d4
cvsdist daf3b45
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist daf3b45
- automatic rebuild
cvsdist 8d2f6d4
cvsdist daf3b45
* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
cvsdist daf3b45
- Install HTML docs
cvsdist 8d2f6d4
cvsdist daf3b45
* Fri Jun 16 2000 Preston Brown <pbrown@redhat.com>
cvsdist daf3b45
- fix desktop entry
cvsdist 8d2f6d4
cvsdist daf3b45
* Fri May 19 2000 Havoc Pennington <hp@redhat.com>
cvsdist daf3b45
- rebuild for the Winston tree, update to 1.4.2