Blame SPECS/xchat.spec

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