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