730ea3
Summary: Terminal emulator for the X Window System
730ea3
Name: xterm
730ea3
Version: 295
4ce017
Release: 3%{?dist}.1
730ea3
URL: http://invisible-island.net/xterm
730ea3
License: MIT
730ea3
Group: User Interface/X
730ea3
BuildRequires: imake pkgconfig ncurses-devel libutempter-devel
730ea3
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
730ea3
BuildRequires: libxkbfile-devel
730ea3
730ea3
Source0: ftp://invisible-island.net/xterm/%{name}-%{version}.tgz
730ea3
Source1: ftp://invisible-island.net/xterm/16colors.txt
730ea3
730ea3
Patch1: xterm-resources.patch
730ea3
Patch2: xterm-desktop.patch
730ea3
Patch3: xterm-man-paths.patch
4ce017
Patch4: xterm-CVE-2021-27135.patch
730ea3
730ea3
%bcond_with trace
730ea3
730ea3
%global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
730ea3
730ea3
%description
730ea3
The xterm program is a terminal emulator for the X Window System. It
730ea3
provides DEC VT102 and Tektronix 4014 compatible terminals for
730ea3
programs that can't use the window system directly.
730ea3
730ea3
%prep
730ea3
%setup -q
730ea3
730ea3
%patch1 -p1 -b .resources
730ea3
%patch2 -p1 -b .desk
730ea3
%patch3 -p1 -b .man-paths
4ce017
%patch4 -p1 -b .CVE-2021-27135
730ea3
730ea3
for f in THANKS; do
730ea3
	iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
730ea3
		touch -r ${f}{,_} && mv -f ${f}{_,}
730ea3
done
730ea3
730ea3
%build
730ea3
%configure \
730ea3
	--enable-meta-sends-esc \
730ea3
	--disable-backarrow-key \
730ea3
	--enable-256-color \
730ea3
	--enable-exec-xterm \
730ea3
	--enable-luit \
730ea3
%{?with_trace: --enable-trace} \
730ea3
	--enable-warnings \
730ea3
	--enable-wide-chars \
730ea3
	--with-app-defaults=%{x11_app_defaults_dir} \
730ea3
	--with-icon-theme=hicolor \
730ea3
	--with-icondir=%{_datadir}/icons \
730ea3
	--with-utempter \
730ea3
	--with-tty-group=tty \
730ea3
	--disable-full-tgetent
730ea3
730ea3
make %{?_smp_mflags}
730ea3
730ea3
%install
730ea3
make DESTDIR=$RPM_BUILD_ROOT install
730ea3
730ea3
cp -fp %{SOURCE1} 16colors.txt
730ea3
730ea3
desktop-file-install \
730ea3
%if 0%{?fedora} && 0%{?fedora} < 19
730ea3
	--vendor=fedora \
730ea3
%endif
730ea3
	--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
730ea3
	xterm.desktop
730ea3
730ea3
%post
730ea3
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
730ea3
730ea3
%postun
730ea3
if [ $1 -eq 0 ] ; then
730ea3
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
730ea3
    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
730ea3
fi
730ea3
730ea3
%posttrans
730ea3
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
730ea3
730ea3
%files
730ea3
%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS
730ea3
%{_bindir}/xterm
730ea3
%{_bindir}/koi8rxterm
730ea3
%{_bindir}/resize
730ea3
%{_bindir}/uxterm
730ea3
%{_mandir}/man1/koi8rxterm.1*
730ea3
%{_mandir}/man1/resize.1*
730ea3
%{_mandir}/man1/uxterm.1*
730ea3
%{_mandir}/man1/xterm.1*
730ea3
%{_datadir}/applications/*xterm.desktop
730ea3
%{_datadir}/icons/hicolor/*/apps/xterm*
730ea3
%{_datadir}/pixmaps/*xterm*.xpm
730ea3
%{x11_app_defaults_dir}/KOI8RXTerm*
730ea3
%{x11_app_defaults_dir}/UXTerm*
730ea3
%{x11_app_defaults_dir}/XTerm*
730ea3
730ea3
%changelog
4ce017
* Mon Feb 15 2021 Tomas Korbar <tkorbar@redhat.com> - 295-3.1
4ce017
- Backport security fix for CVE-2021-27135
4ce017
- Resolves: rhbz#1927564
4ce017
20eafe
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 295-3
20eafe
- Mass rebuild 2014-01-24
20eafe
20eafe
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 295-2
20eafe
- Mass rebuild 2013-12-27
20eafe
730ea3
* Wed Jul 10 2013 Miroslav Lichvar <mlichvar@redhat.com> 295-1
730ea3
- update to 295
730ea3
730ea3
* Wed May 29 2013 Miroslav Lichvar <mlichvar@redhat.com> 293-1
730ea3
- update to 293
730ea3
730ea3
* Mon Apr 29 2013 Miroslav Lichvar <mlichvar@redhat.com> 292-1
730ea3
- update to 292
730ea3
730ea3
* Thu Feb 28 2013 Miroslav Lichvar <mlichvar@redhat.com> 291-1
730ea3
- update to 291
730ea3
730ea3
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 289-2
730ea3
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
730ea3
730ea3
* Fri Feb 08 2013 Miroslav Lichvar <mlichvar@redhat.com> 289-1
730ea3
- update to 289
730ea3
730ea3
* Thu Jan 10 2013 Miroslav Lichvar <mlichvar@redhat.com> 288-1
730ea3
- update to 288
730ea3
730ea3
* Mon Nov 26 2012 Miroslav Lichvar <mlichvar@redhat.com> 287-1
730ea3
- update to 287
730ea3
730ea3
* Tue Oct 30 2012 Miroslav Lichvar <mlichvar@redhat.com> 286-1
730ea3
- update to 286
730ea3
730ea3
* Mon Oct 15 2012 Miroslav Lichvar <mlichvar@redhat.com> 284-1
730ea3
- update to 284
730ea3
730ea3
* Wed Oct 10 2012 Miroslav Lichvar <mlichvar@redhat.com> 283-1
730ea3
- update to 283
730ea3
- install icon to hicolor theme and use it in desktop file (#804279)
730ea3
- use new configure options to set some resource defaults (#819588)
730ea3
- fix URL (#856957)
730ea3
- remove obsolete macros
730ea3
730ea3
* Thu Oct 04 2012 Rex Dieter <rdieter@fedoraproject.org> 278-4
730ea3
- revert bad -3 build
730ea3
730ea3
* Tue Sep 25 2012 Rex Dieter <rdieter@fedoraproject.org> 278-3
730ea3
- xterm.desktop: +Path=$HOME
730ea3
730ea3
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 278-2
730ea3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
730ea3
730ea3
* Thu Jan 26 2012 Miroslav Lichvar <mlichvar@redhat.com> 278-1
730ea3
- update to 278
730ea3
730ea3
* Mon Jan 09 2012 Miroslav Lichvar <mlichvar@redhat.com> 277-1
730ea3
- update to 277
730ea3
730ea3
* Tue Oct 11 2011 Miroslav Lichvar <mlichvar@redhat.com> 276-1
730ea3
- update to 276
730ea3
730ea3
* Mon Sep 12 2011 Miroslav Lichvar <mlichvar@redhat.com> 275-1
730ea3
- update to 275
730ea3
730ea3
* Tue Aug 30 2011 Miroslav Lichvar <mlichvar@redhat.com> 273-1
730ea3
- update to 273
730ea3
730ea3
* Fri Jul 15 2011 Miroslav Lichvar <mlichvar@redhat.com> 271-1
730ea3
- update to 271
730ea3
730ea3
* Wed Apr 27 2011 Miroslav Lichvar <mlichvar@redhat.com> 270-1
730ea3
- update to 270
730ea3
730ea3
* Mon Feb 21 2011 Miroslav Lichvar <mlichvar@redhat.com> 269-1
730ea3
- update to 269
730ea3
730ea3
* Mon Feb 14 2011 Miroslav Lichvar <mlichvar@redhat.com> 268-1
730ea3
- update to 268
730ea3
730ea3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 267-2
730ea3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
730ea3
730ea3
* Tue Nov 23 2010 Miroslav Lichvar <mlichvar@redhat.com> 267-1
730ea3
- update to 267
730ea3
730ea3
* Fri Nov 05 2010 Miroslav Lichvar <mlichvar@redhat.com> 266-1
730ea3
- update to 266
730ea3
- fix building with new libXaw
730ea3
730ea3
* Mon Oct 18 2010 Miroslav Lichvar <mlichvar@redhat.com> 264-1
730ea3
- update to 264
730ea3
730ea3
* Tue Sep 07 2010 Miroslav Lichvar <mlichvar@redhat.com> 262-1
730ea3
- update to 262
730ea3
730ea3
* Fri Jul 02 2010 Miroslav Lichvar <mlichvar@redhat.com> 261-2
730ea3
- remove NoDisplay=true from desktop file, use upstream version (#607018)
730ea3
730ea3
* Tue Jun 29 2010 Miroslav Lichvar <mlichvar@redhat.com> 261-1
730ea3
- update to 261
730ea3
730ea3
* Mon Jun 21 2010 Miroslav Lichvar <mlichvar@redhat.com> 260-1
730ea3
- update to 260
730ea3
730ea3
* Thu Jun 10 2010 Miroslav Lichvar <mlichvar@redhat.com> 259-1
730ea3
- update to 259
730ea3
- link with -lICE
730ea3
- convert THANKS to UTF-8
730ea3
730ea3
* Wed May 05 2010 Miroslav Lichvar <mlichvar@redhat.com> 258-1
730ea3
- update to 258
730ea3
730ea3
* Tue Mar 09 2010 Miroslav Lichvar <mlichvar@redhat.com> 256-1
730ea3
- update to 256
730ea3
- enable XKB Bell support (#568748)
730ea3
730ea3
* Tue Feb 02 2010 Miroslav Lichvar <mlichvar@redhat.com> 255-1
730ea3
- update to 255
730ea3
730ea3
* Fri Dec 11 2009 Miroslav Lichvar <mlichvar@redhat.com> 253-1
730ea3
- update to 253
730ea3
730ea3
* Tue Dec 08 2009 Miroslav Lichvar <mlichvar@redhat.com> 252-1
730ea3
- update to 252
730ea3
730ea3
* Thu Nov 19 2009 Miroslav Lichvar <mlichvar@redhat.com> 251-1
730ea3
- update to 251
730ea3
730ea3
* Tue Oct 20 2009 Miroslav Lichvar <mlichvar@redhat.com> 250-1
730ea3
- update to 250
730ea3
730ea3
* Thu Oct 08 2009 Miroslav Lichvar <mlichvar@redhat.com> 249-1
730ea3
- update to 249
730ea3
730ea3
* Tue Sep 29 2009 Miroslav Lichvar <mlichvar@redhat.com> 248-2
730ea3
- fix various bugs when display is scrolled up (#524503)
730ea3
730ea3
* Thu Sep 17 2009 Miroslav Lichvar <mlichvar@redhat.com> 248-1
730ea3
- update to 248
730ea3
730ea3
* Tue Sep 01 2009 Miroslav Lichvar <mlichvar@redhat.com> 247-1
730ea3
- update to 247
730ea3
730ea3
* Tue Aug 18 2009 Miroslav Lichvar <mlichvar@redhat.com> 246-1
730ea3
- update to 246
730ea3
730ea3
* Thu Aug 13 2009 Miroslav Lichvar <mlichvar@redhat.com> 245-1
730ea3
- update to 245
730ea3
730ea3
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 242-4
730ea3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
730ea3
730ea3
* Mon Mar 02 2009 Miroslav Lichvar <mlichvar@redhat.com> 242-3
730ea3
- fix bell (#487829)
730ea3
730ea3
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 242-2
730ea3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
730ea3
730ea3
* Wed Feb 18 2009 Miroslav Lichvar <mlichvar@redhat.com> 242-1
730ea3
- update to 242
730ea3
- use upstream default value for modifyFunctionKeys resource
730ea3
- remove png suffix from icon name in desktop file
730ea3
730ea3
* Tue Jan 06 2009 Miroslav Lichvar <mlichvar@redhat.com> 238-1
730ea3
- update to 238 (#479000, CVE-2008-2383)
730ea3
- set default values of allowWindowOps and allowFontOps resources to false
730ea3
730ea3
* Tue Sep 16 2008 Miroslav Lichvar <mlichvar@redhat.com> 237-1
730ea3
- update to 237
730ea3
730ea3
* Wed Jul 30 2008 Miroslav Lichvar <mlichvar@redhat.com> 236-1
730ea3
- update to 236
730ea3
- enable support for spawn-new-terminal action (#457130)
730ea3
730ea3
* Tue Apr 22 2008 Miroslav Lichvar <mlichvar@redhat.com> 235-1
730ea3
- update to 235
730ea3
730ea3
* Mon Mar 03 2008 Miroslav Lichvar <mlichvar@redhat.com> 234-1
730ea3
- update to 234
730ea3
730ea3
* Wed Feb 27 2008 Miroslav Lichvar <mlichvar@redhat.com> 233-1
730ea3
- update to 233
730ea3
730ea3
* Thu Jan 31 2008 Miroslav Lichvar <mlichvar@redhat.com> 232-1
730ea3
- update to 232
730ea3
730ea3
* Mon Jan 07 2008 Miroslav Lichvar <mlichvar@redhat.com> 231-1
730ea3
- update to 231
730ea3
- remove setgid utempter from xterm binary (#229360)
730ea3
730ea3
* Fri Jan 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 230-1
730ea3
- update to 230
730ea3
730ea3
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-2
730ea3
- rebuild
730ea3
730ea3
* Mon Aug 13 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-1
730ea3
- update to 229
730ea3
730ea3
* Mon Jul 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 228-1
730ea3
- update to 228
730ea3
730ea3
* Fri Jun 29 2007 Miroslav Lichvar <mlichvar@redhat.com> 227-1
730ea3
- update to 227
730ea3
730ea3
* Fri Jun 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 226-1
730ea3
- update to 226
730ea3
730ea3
* Thu Apr 12 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-2
730ea3
- fix sections in man pages
730ea3
730ea3
* Tue Mar 27 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-1
730ea3
- update to 225
730ea3
730ea3
* Tue Mar 20 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-2
730ea3
- fix background color setting in alternate screen
730ea3
- don't display xterm in menus (#231000)
730ea3
730ea3
* Fri Feb 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-1
730ea3
- update to 224
730ea3
- drop utempter group before creating pty
730ea3
- add Icon to desktop file (#227925)
730ea3
730ea3
* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-3
730ea3
- spec cleanup (#226660)
730ea3
730ea3
* Thu Jan 18 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-2
730ea3
- make xterm binary sgid utempter (#222847)
730ea3
- fix font size changes with -fa option (#222340)
730ea3
- fix redrawing of internal border (#223027)
730ea3
- enable metaSendsEscape resource and set modifyFunctionKeys to 0 by default
730ea3
730ea3
* Thu Dec 07 2006 Miroslav Lichvar <mlichvar@redhat.com> 223-1
730ea3
- update to 223
730ea3
730ea3
* Thu Nov 23 2006 Miroslav Lichvar <mlichvar@redhat.com> 222-1
730ea3
- update to 222
730ea3
- link with libncurses instead of libtermcap
730ea3
- spec cleanup
730ea3
730ea3
* Mon Sep 04 2006 Miroslav Lichvar <mlichvar@redhat.com> 215-3.fc6
730ea3
- fix segfault when /etc/termcap is missing (#201246)
730ea3
730ea3
* Wed Jul 26 2006 Mike A. Harris <mharris@redhat.com> 215-2.fc6
730ea3
- Replace BuildRequires utempter with libutempter-devel
730ea3
- Change BuildRoot tag to comply with Fedora packaging guidelines
730ea3
- Use pkg-config to autodetect the location of the system app-defaults dir
730ea3
- Add BuildRequires: pkgconfig
730ea3
730ea3
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 215-1.fc6
730ea3
- Upgrade to upstream version 215
730ea3
730ea3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 213-2.1
730ea3
- rebuild
730ea3
730ea3
* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> - 213-2.fc6
730ea3
- Use correct dist tag in Release string.
730ea3
730ea3
* Wed May 31 2006 Jason Vas Dias <jvdias@redhat.com> - 213-1
730ea3
- Upgrade to upstream version 213 (fixes bug 192627)
730ea3
- fix bug 189161 : make -r/-rv do reverseVideo with or without
730ea3
  xterm*{fore,back}ground set
730ea3
 
730ea3
* Thu Apr 13 2006 Jason Vas Dias <jvdias@redhat.com> - 212-1
730ea3
- Upgrade to upstream version 212
730ea3
- fix bug 188031 : paths in man-page
730ea3
 
730ea3
* Wed Mar 29 2006 Jason Vas Dias <jvdias@redhat.com> - 211-4
730ea3
- fix bug 186935: cursor GCs must be freed with XtReleaseGC
730ea3
730ea3
* Tue Mar 21 2006 Jason Vas Dias <jvdias@redhat.com> - 211-1
730ea3
- Upgrade to upstream version 211 (fixes bug 186094).
730ea3
- Enable new 'utf8Title' resource by default
730ea3
 
730ea3
* Tue Mar 07 2006 Jason Vas Dias <jvdias@redhat.com> - 209-4
730ea3
- fix bug 183993: call set_cursor_gcs in ReverseVideo
730ea3
730ea3
* Wed Feb 22 2006 Jason Vas Dias <jvdias@redhat.com> - 209-2
730ea3
- fix bug 182382: check for (VWindow(screen)!=0) in set_cursor_gcs
730ea3
- further fix for bug 178302: allow *vt100*cursorColor to be same as fg
730ea3
730ea3
* Tue Feb 14 2006 Jason Vas Dias <jvdias@redhat.com> - 209-1
730ea3
- Upgrade to upstream version 209 (fixes bug 180450)
730ea3
730ea3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 208-1.2
730ea3
- bump again for double-long bug on ppc(64)
730ea3
730ea3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 208-1.1
730ea3
- rebuilt for new gcc4.1 snapshot and glibc changes
730ea3
730ea3
* Tue Jan 17 2006 Jason Vas Dias<jvdias@redhat.com> - 208-1
730ea3
- Upgrade to upstream version 208
730ea3
- Allow root user to grab the console, even if /dev/console 
730ea3
  not owned by root
730ea3
- restore Red Hat '*VT100*scrollBar:1' default Xresource
730ea3
730ea3
* Wed Dec 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-10
730ea3
- Fix bug 164210: tek4014 support should be enabled by default
730ea3
730ea3
* Wed Dec 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-8
730ea3
- Fix bug 175684: compile with --enable-256-color
730ea3
- Fix bug 155538 addenda - restore '*VT100*backarrowKey:0'
730ea3
730ea3
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
730ea3
- rebuilt
730ea3
730ea3
* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-5
730ea3
- fix bug 173703: remove reference to /usr/X11R6/bin/luit :
730ea3
  PROJECTROOT should be /usr, not /usr/X11R6
730ea3
730ea3
* Thu Nov 18 2005 Jason Vas Dias<jvdias@redhat.com> - 207-4
730ea3
- fix bug 173541: better fix for freetype configuration problem
730ea3
730ea3
* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-1
730ea3
- Upgrade to upstream version 207
730ea3
- Fix app-defaults directory for modular X11
730ea3
730ea3
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 206-4
730ea3
- rebuild for newer modular X
730ea3
730ea3
* Fri Nov 04 2005 Jason Vas Dias <jvdias@redhat.com> 206-1
730ea3
- Upgrade to upstream version 206
730ea3
730ea3
* Wed Oct 12 2005 Jason Vas Dias <jvdias@redhat.com> 205-1
730ea3
- Upgrade to upstream version 205 
730ea3
  fixes bugs: 124421, 129146, 159562, 161894, 169347
730ea3
 
730ea3
* Sat Sep 24 2005 Mike A. Harris <mharris@redhat.com> 200-10
730ea3
- Updated xterm-resources-redhat.patch to add "xterm*ttyModes: erase ^?"
730ea3
  resource to fix bug (#155538,160354,163812,162549)
730ea3
  
730ea3
* Wed Sep 14 2005 Mike A. Harris <mharris@redhat.com> 200-9
730ea3
- Updated xterm-resources-redhat.patch to remove utf8 resource which was
730ea3
  added in the 200-7 build, as it was incorrectly set to 'true' instead
730ea3
  of '1', and bug #138681 turned out to be a gdm bug instead of an xterm
730ea3
  bug.  This fixes bug (#163568).
730ea3
  
730ea3
* Mon Aug 29 2005 Mike A. Harris <mharris@redhat.com> 200-8
730ea3
- Added --disable-tek4014 to ./configure flags, to disable tek support
730ea3
  for bug (#164210)
730ea3
730ea3
* Mon May 2 2005 Mike A. Harris <mharris@redhat.com> 200-7
730ea3
- Updated xterm-resources-redhat.patch to enable xterm utf8 resource by
730ea3
  default, as our default OS environment is UTF-8, for bug (#138681)
730ea3
730ea3
* Sat Apr 16 2005 Mike A. Harris <mharris@redhat.com> 200-6
730ea3
- Added option to spec file to allow easy rebuilding with 256 color option
730ea3
  for those who prefer this non-default behaviour (#103402)
730ea3
730ea3
* Tue Mar 8 2005 Soeren Sandmann <sandmann@redhat.com> 200-5
730ea3
- Ported xterm-resources-redhat.patch to newer xterms. (#126855)
730ea3
730ea3
* Sun Mar 6 2005 Mike A. Harris <mharris@redhat.com> 200-4
730ea3
- Added libtermcap-devel and utempter to BuildRequires
730ea3
- Changed BuildRequires from XFree86-devel to xorg-x11-devel
730ea3
730ea3
* Sun Mar 6 2005 Mike A. Harris <mharris@redhat.com> 200-3
730ea3
- Rebuild with gcc 4 for FC4 development
730ea3
730ea3
* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-2
730ea3
- Removed chmod from prep, and updated comment to refect (#128341c12)
730ea3
730ea3
* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-1
730ea3
- Updated main tarball to xterm-200 for FC4 devel
730ea3
- Disabled xterm-179-ppc-fix-bug-101472.patch for now, to see if the problem
730ea3
  occurs on ppc still or not.
730ea3
730ea3
* Fri Jul 13 2004 Mike A. Harris <mharris@redhat.com> 192-1
730ea3
- Updated main tarball to xterm-192 for FC3 devel
730ea3
- Resolved bugs #126569,127132
730ea3
730ea3
* Fri Jun 18 2004 Mike A. Harris <mharris@redhat.com> 191-1
730ea3
- Updated main tarball to xterm-191 for FC3 devel
730ea3
- Disabled xterm-resources-redhat.patch to see what if anything breaks, as
730ea3
  it no longer applies cleanly.  Hopefully we can just ship stock xterm
730ea3
  resources now, although I realize that is more likely to be a pie in the
730ea3
  sky fantasy once the bug reports trickle in from this change.  ;o)
730ea3
  
730ea3
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 179-8
730ea3
- rebuilt
730ea3
730ea3
* Thu Jun  3 2004 Mike A. Harris <mharris@redhat.com> 179-7
730ea3
- Rebuilt for FC3 devel
730ea3
730ea3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 179-6.EL
730ea3
- rebuilt
730ea3
730ea3
* Mon Sep  8 2003 Mike A. Harris <mharris@redhat.com> 179-5.EL
730ea3
- Rebuilt 179-5 for Taroon
730ea3
730ea3
* Mon Sep  8 2003 Mike A. Harris <mharris@redhat.com> 179-5
730ea3
- Added xterm-179-ppc-fix-bug-101472.patch ifarch ppc ppc64 to fix bug (#101472)
730ea3
730ea3
* Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 179-4.1
730ea3
- fix symlink
730ea3
- rebuild
730ea3
730ea3
* Wed Aug 13 2003 Mike A. Harris <mharris@redhat.com> 179-3.EL
730ea3
- Rebuilt for Taroon with symlink fixes.
730ea3
730ea3
* Wed Aug 13 2003 Mike A. Harris <mharris@redhat.com> 179-3
730ea3
- Added symlink /usr/X11R6/bin/xterm pointing to _bindir/xterm so that apps
730ea3
  and scripts which invoke xterm explicitly as /usr/X11R6/bin/xterm, will
730ea3
  continue to work correctly without surprises (#101994)
730ea3
730ea3
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 179-2.EL
730ea3
- rebuilt
730ea3
730ea3
* Fri May 30 2003 Mike A. Harris <mharris@redhat.com> 179-1.EL
730ea3
- Bump release to 1.EL for Red Hat Enterprise Linux build
730ea3
730ea3
* Mon May 26 2003 Mike A. Harris <mharris@redhat.com> 179-1
730ea3
- Updated to upstream xterm 179
730ea3
- [SECURITY] Added xterm-can-2003-0063.patch from XFree86 4.3.0-12 package
730ea3
- Added Red Hat xterm-resources-redhat.patch from XFree86 4.3.0-12 package
730ea3
- Added "chmod -R u+w *" after source is decompressed or else patches can not
730ea3
  be applied due to upstream source being read only files
730ea3
- Built xterm 179-1 in rawhide
730ea3
730ea3
* Mon May  5 2003 Mike A. Harris <mharris@redhat.com> 177-2.0.EL
730ea3
- Bump release to 2.0.EL for Red Hat Enterprise Linux build
730ea3
730ea3
* Mon May  5 2003 Mike A. Harris <mharris@redhat.com> 177-2
730ea3
- Build fix for lib64: _x11datadir == /usr/X11R6/lib
730ea3
- Another lib64 build fix:  xterm uses /usr/%%{_lib}/X11/app-defaults when it
730ea3
  should be using an arch-neutral dir {_x11datadir}/X11/app-defaults instead
730ea3
730ea3
* Tue Apr 15 2003 Mike A. Harris <mharris@redhat.com> 177-1
730ea3
- Call configure with "--enable-luit --enable-warnings --enable-wide-chars
730ea3
  --with-utempter"
730ea3
- Initial build.