78a7d5f
78a7d5f
%bcond_with trace
78a7d5f
c3cb4a2
Summary: Terminal emulator for the X Window System
c3cb4a2
Name: xterm
1124f2a
Version: 390
1124f2a
Release: 1%{?dist}
29d6c91
URL: https://invisible-island.net/xterm
f0c75f9
License: MIT AND X11 AND HPND AND CC-BY-4.0
a105b35
BuildRequires: make
e8df572
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
c3cb4a2
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
78a7d5f
BuildRequires: libxkbfile-devel pcre2-devel pkgconfig(libpcre2-posix)
261f00e
BuildRequires: gnupg2
0f551e7
Recommends: xorg-x11-fonts-misc
mharris cab7df0
261f00e
Source0: https://invisible-island.net/archives/xterm/%{name}-%{version}.tgz
261f00e
Source1: https://invisible-island.net/archives/xterm/%{name}-%{version}.tgz.asc
261f00e
Source2: https://invisible-island.net/public/dickey@invisible-island.net-rsa3072.asc
261f00e
Source3: https://invisible-island.net/archives/xterm/16colors.txt
69b28ac
af70a9b
Patch1: xterm-defaults.patch
ffca35f
Patch2: xterm-desktop.patch
ffca35f
Patch3: xterm-man-paths.patch
69b28ac
ffca35f
%global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
mharris cab7df0
cvsdist ea59fcb
%description
cvsdist ea59fcb
The xterm program is a terminal emulator for the X Window System. It
cvsdist ea59fcb
provides DEC VT102 and Tektronix 4014 compatible terminals for
cvsdist ea59fcb
programs that can't use the window system directly.
cvsdist ea59fcb
03703b7
%package resize
03703b7
Summary: Set environment and terminal settings to current window size
03703b7
03703b7
%description resize
03703b7
Prints a shell command for setting the appropriate environment variables to
03703b7
indicate the current size of the window from which the command is run.
03703b7
cvsdist ea59fcb
%prep
261f00e
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
cvsdist ea59fcb
%setup -q
69b28ac
261f00e
%patch 1 -p1 -b .defaults
261f00e
%patch 2 -p1 -b .desk
261f00e
%patch 3 -p1 -b .man-paths
cvsdist ea59fcb
96052dc
for f in THANKS; do
96052dc
	iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
96052dc
		touch -r ${f}{,_} && mv -f ${f}{_,}
96052dc
done
96052dc
cvsdist ea59fcb
%build
69b28ac
%configure \
17009af
	--enable-meta-sends-esc \
17009af
	--disable-backarrow-key \
0ff5182
	--enable-exec-xterm \
a092d5e
%{?with_trace: --enable-trace} \
69b28ac
	--enable-warnings \
69b28ac
	--with-app-defaults=%{x11_app_defaults_dir} \
53b95ab
	--with-icon-theme=hicolor \
53b95ab
	--with-icondir=%{_datadir}/icons \
69b28ac
	--with-utempter \
69b28ac
	--with-tty-group=tty \
bb31031
	--disable-full-tgetent \
7390834
	--with-pcre2 \
648e3b7
	--enable-readline-mouse \
648e3b7
	--enable-logging
69b28ac
dde87d4
%make_build
cvsdist ea59fcb
cvsdist ea59fcb
%install
dde87d4
%make_install
69b28ac
261f00e
cp -fp %{SOURCE3} 16colors.txt
cvsdist ea59fcb
Parag Nemade e849585
desktop-file-install \
72a31e6
%if 0%{?fedora} && 0%{?fedora} < 19
72a31e6
	--vendor=fedora \
72a31e6
%endif
c3cb4a2
	--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
b89dc3b
	xterm.desktop
c3cb4a2
ec5a943
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
ec5a943
install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
ec5a943
cvsdist ea59fcb
%files
244b536
%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS
e996be2
%{_bindir}/xterm
b6e5f3b
%{_bindir}/koi8rxterm
cvsdist ea59fcb
%{_bindir}/uxterm
b6e5f3b
%{_mandir}/man1/koi8rxterm.1*
b6e5f3b
%{_mandir}/man1/uxterm.1*
cvsdist ea59fcb
%{_mandir}/man1/xterm.1*
ec5a943
%{_datadir}/appdata/xterm.appdata.xml
72a31e6
%{_datadir}/applications/*xterm.desktop
e41d495
%{_datadir}/icons/hicolor/*/apps/*xterm*
ffca35f
%{_datadir}/pixmaps/*xterm*.xpm
c57aeb3
%{x11_app_defaults_dir}/KOI8RXTerm*
c57aeb3
%{x11_app_defaults_dir}/UXTerm*
c57aeb3
%{x11_app_defaults_dir}/XTerm*
cvsdist ea59fcb
03703b7
%files resize
03703b7
%{_bindir}/resize
03703b7
%{_mandir}/man1/resize.1*
03703b7
cvsdist ea59fcb
%changelog
1124f2a
* Wed Mar 13 2024 Tomas Korbar <tkorbar@redhat.com> - 390-1
1124f2a
- Rebase to version 390
1124f2a
- Resolves: rhbz#2265040
1124f2a
de24e32
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 389-2
de24e32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
de24e32
cdc042c
* Wed Jan 03 2024 Tomas Korbar <tkorbar@redhat.com> - 389-1
cdc042c
- Rebase to version 389
cdc042c
- Resolves: rhbz#2256390
cdc042c
0d7792d
* Tue Nov 28 2023 Florian Weimer <fweimer@redhat.com> - 388-3
0d7792d
- Fix C compatibility issue in the configure script (#2251945)
0d7792d
f0c75f9
* Wed Nov 01 2023 Tomas Korbar <tkorbar@redhat.com> - 388-2
f0c75f9
- Add licenses to fully conform to SPDX
f0c75f9
7a04453
* Wed Oct 25 2023 Tomas Korbar <tkorbar@redhat.com> - 388-1
7a04453
- Rebase to version 388
7a04453
- Resolves: rhbz#2242865
7a04453
d0925c1
* Tue Oct 03 2023 Tomas Korbar <tkorbar@redhat.com> - 385-1
d0925c1
- Rebase to version 385
d0925c1
- Resolves: rhbz#2241681
d0925c1
b827f16
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 384-2
b827f16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
b827f16
9031b0f
* Tue Jul 11 2023 Tomas Korbar <tkorbar@redhat.com> - 384-1
9031b0f
- Rebase to version 384
9031b0f
- Resolves: rhbz#2221827
9031b0f
167f8c3
* Fri Jul 07 2023 Tomas Korbar <tkorbar@redhat.com> - 383-1
167f8c3
- Rebase to version 383
167f8c3
- Resolves: rhbz#2218033
167f8c3
a3a3a5b
* Wed May 31 2023 Tomas Korbar <tkorbar@redhat.com> - 382-1
a3a3a5b
- Rebase to version 382
a3a3a5b
- Resolves: rhbz#2211276
a3a3a5b
261f00e
* Mon May 29 2023 Tomas Korbar <tkorbar@redhat.com> - 381-1
261f00e
- Rebase to version 381
261f00e
- Resolves:rhbz#2210609
261f00e
7d26d12
* Tue May 16 2023 Tomas Korbar <tkorbar@redhat.com> - 380-1
7d26d12
- Rebase to version 380
7d26d12
- Resolves: rhbz#2204459
7d26d12
648e3b7
* Thu Mar 16 2023 Tomas Korbar <tkorbar@redhat.com> - 379-2
648e3b7
- Enable logging feature
648e3b7
1017331
* Sun Feb 19 2023 Tomas Korbar <tkorbar@redhat.com> - 379-1
1017331
- Rebase to version 379
1017331
- Resolves: rhbz#2170296
1017331
7390834
* Wed Feb 08 2023 Tomas Korbar <tkorbar@redhat.com> - 378-3
7390834
- Enable readline-mouse configuration option
7390834
- Resolves: rhbz#2166860
7390834
f63b13e
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 378-2
f63b13e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
f63b13e
e3705af
* Thu Jan 12 2023 Tomas Korbar <tkorbar@redhat.com> - 378-1
e3705af
- Rebase to version 378
e3705af
- Resolves: rhbz#2159449
e3705af
9042f25
* Thu Dec 08 2022 Tomas Korbar <tkorbar@redhat.com> - 377-1
9042f25
- Rebase to version 377
9042f25
- Remove unnecessary dependency on xterm-resize
9042f25
- Resolves: rhbz#2143618
9042f25
- Resolves: rhbz#2142751
9042f25
934de9d
* Mon Oct 31 2022 Tomas Korbar <tkorbar@redhat.com> - 375-1
934de9d
- Rebase to version 375
934de9d
- Resolves: rhbz#2137784
934de9d
fa4c4f5
* Tue Oct 11 2022 Tomas Korbar <tkorbar@redhat.com> - 374-1
fa4c4f5
- Rebase to version 374
fa4c4f5
- Resolves: rhbz#2133585
fa4c4f5
47bf0fa
* Wed Oct 05 2022 Tomas Korbar <tkorbar@redhat.com> - 373-1
47bf0fa
- Rebase to version 373
47bf0fa
- Resolves: rhbz#2129661
47bf0fa
4d8c9ee
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 372-2
4d8c9ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
4d8c9ee
d8f7e2b
* Mon Apr 25 2022 Tomas Korbar <tkorbar@redhat.com> - 372-1
d8f7e2b
- Rebase to version 372
d8f7e2b
- Resolves: rhbz#2062511
d8f7e2b
135e572
* Mon Feb 28 2022 Tomas Korbar <tkorbar@redhat.com> - 371-1
135e572
- Rebase to version 371
135e572
- Resolves: rhbz#2058442
135e572
7a92d8f
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 370-3
7a92d8f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
7a92d8f
Thomas E. Dickey d9e56ab
* Fri Jan 07 2022 Thomas E. Dickey <dickey@invisible-island.net> - 370-2
Thomas E. Dickey d9e56ab
- Trim configure options which are no longer necessary.
Thomas E. Dickey d9e56ab
- Resolves: rhbz#2038247
Thomas E. Dickey d9e56ab
e672959
* Tue Nov 30 2021 Tomas Korbar <tkorbar@redhat.com> - 370-1
e672959
- Rebase to version 370
e672959
- Resolves: rhbz#2023017
e672959
a7e5712
* Wed Sep 22 2021 Tomas Korbar <tkorbar@redhat.com> - 369-1
a7e5712
- Rebase to version 369
a7e5712
- Resolves: rhbz#2006589
a7e5712
2a6bf2d
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 368-3
2a6bf2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2a6bf2d
1d78f20
* Wed Jul 14 2021 Petr Pisar <ppisar@redhat.com> - 368-2
1d78f20
- Rebuild against pcre2-10.37 (bug #1965025)
1d78f20
939123e
* Tue Jun 08 2021 Tomas Korbar <tkorbar@redhat.com> - 368-1
939123e
- Rebase to version 368
939123e
- Resolves: rhbz#1969214
939123e
78a7d5f
* Fri May 21 2021 Joe Orton <jorton@redhat.com> - 367-3
78a7d5f
- drop luit support
78a7d5f
Peter Hutterer bc6effe
* Mon May 17 2021 Peter Hutterer <peter.hutterer@redhat.com> 367-2
Peter Hutterer bc6effe
- Add luit to Requires
Peter Hutterer bc6effe
- Resolves: rhbz#1959210
Peter Hutterer bc6effe
bd4a197
* Mon Apr 12 2021 Tomas Korbar <tkorbar@redhat.com> - 367-1
bd4a197
- Rebase to version 367
bd4a197
- Resolves: rhbz#1943741
bd4a197
e605fc7
* Thu Feb 11 2021 Tomas Korbar <tkorbar@redhat.com> - 366-1
e605fc7
- Rebase to version 366
e605fc7
- Resolves: rhbz#1927543
e605fc7
f0bb4e3
* Wed Feb 03 2021 Tomas Korbar <tkorbar@redhat.com> - 364-1
f0bb4e3
- Rebase to version 364 (#1924362)
f0bb4e3
- Build with pcre2 support (#1909609)
f0bb4e3
7cedfbd
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 363-2
7cedfbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7cedfbd
39c3dc0
* Tue Jan 19 2021 Tomas Korbar <tkorbar@redhat.com> - 363-1
39c3dc0
- Rebase to version 363 (#1910995)
39c3dc0
- Build with pcre2 support (#1909609)
39c3dc0
448ef94
* Fri Nov 13 2020 Tomas Korbar <tkorbar@redhat.com> - 362-1
448ef94
- Rebase to version 362 (#1896986)
448ef94
0403565
* Thu Oct 22 2020 Tomas Korbar <tkorbar@redhat.com> - 361-1
0403565
- Rebase to version 361 (#1888488)
0403565
2c71d4c
* Mon Sep 21 2020 Tomas Korbar <tkorbar@redhat.com> - 360-1
2c71d4c
- Rebase to version 360 (#1880883)
2c71d4c
dde87d4
* Tue Aug 18 2020 Tomas Korbar <tkorbar@redhat.com> - 359-1
dde87d4
- Rebase to version 359 (#1869418)
dde87d4
7d52115
* Tue Jul 28 2020 Adam Jackson <ajax@redhat.com> - 358-2
7d52115
- BuildRequires luit, not xorg-x11-apps
7d52115
a23bf68
* Mon Jul 13 2020 Tomas Korbar <tkorbar@redhat.com> - 358-1
a23bf68
- Rebase to version 358 (#1856126)
a23bf68
cbdb73e
* Mon Jul 06 2020 Tomas Korbar <tkorbar@redhat.com> - 357-1
cbdb73e
- Rebase to version 357 (#1853951)
cbdb73e
87f100f
* Sun May 03 2020 Tomas Korbar <tkorbar@redhat.com> - 356-1
87f100f
- Rebase to version 356 (#1830237)
87f100f
e36682c
* Wed Apr 29 2020 Tomas Korbar <tkorbar@redhat.com> - 354-1
e36682c
- Rebase to version 354 (#1828107)
e36682c
03ef596
* Mon Feb 24 2020 Tomas Korbar <tkorbar@redhat.com> - 353-1
03ef596
- Rebase to version 353 (#1792091)
03ef596
5b570ff
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 351-2
5b570ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5b570ff
e8a739a
* Mon Nov 25 2019 Tomas Korbar <tkorbar@redhat.com> - 351-1
e8a739a
- update to 351
e8a739a
7c201cc
* Tue Nov 12 2019 Tomas Korbar <tkorbar@redhat.com> - 350-1
7c201cc
- update to 350
7c201cc
bb31031
* Tue Oct 29 2019 Tomas Korbar <tkorbar@redhat.com> - 349-2
bb31031
- enable sixel graphics (#1763712)
bb31031
78b02f2
* Tue Sep 24 2019 Tomas Korbar <tkorbar@redhat.com> - 349-1
78b02f2
- update to 349
78b02f2
f362bb3
* Mon Aug 26 2019 Tomas Korbar <tkorbar@redhat.com> - 348-1
f362bb3
- update to 348
f362bb3
c4bf48b
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 346-2
c4bf48b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c4bf48b
3f3dbb0
* Tue May 28 2019 Miroslav Lichvar <mlichvar@redhat.com> 346-1
3f3dbb0
- update to 346
3f3dbb0
53cf6fa
* Tue May 14 2019 Miroslav Lichvar <mlichvar@redhat.com> 345-1
53cf6fa
- update to 345
53cf6fa
a202647
* Tue Feb 26 2019 Miroslav Lichvar <mlichvar@redhat.com> 344-1
a202647
- update to 344
a202647
43a4405
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 334-2
43a4405
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
43a4405
7c5c5e1
* Mon Aug 13 2018 Miroslav Lichvar <mlichvar@redhat.com> 334-1
7c5c5e1
- update to 334
7c5c5e1
1ce3b9e
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 333-3
1ce3b9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1ce3b9e
2da3d05
* Wed May 30 2018 Miroslav Lichvar <mlichvar@redhat.com> 333-2
2da3d05
- change default termName to xterm-256color (#1577159)
2da3d05
32ad46c
* Mon Apr 16 2018 Miroslav Lichvar <mlichvar@redhat.com> 332-1
32ad46c
- update to 332
32ad46c
060aced
* Thu Mar 29 2018 Miroslav Lichvar <mlichvar@redhat.com> 331-1
060aced
- update to 331
060aced
- add gcc to build requirements
060aced
d0d9fd8
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 330-5
d0d9fd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d0d9fd8
fb82616
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 330-4
fb82616
- Remove obsolete scriptlets
fb82616
2530fba
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 330-3
2530fba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2530fba
357c13e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 330-2
357c13e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
357c13e
2a6ba63
* Wed Jun 21 2017 Miroslav Lichvar <mlichvar@redhat.com> 330-1
2a6ba63
- update to 330
2a6ba63
f61ff4d
* Mon Jun 12 2017 Miroslav Lichvar <mlichvar@redhat.com> 329-1
f61ff4d
- update to 329
f61ff4d
ac17d6e
* Thu Jun 01 2017 Miroslav Lichvar <mlichvar@redhat.com> 328-1
ac17d6e
- update to 328
ac17d6e
0f551e7
* Mon Feb 06 2017 Miroslav Lichvar <mlichvar@redhat.com> 327-3
0f551e7
- recommend xorg-x11-fonts-misc (#487499)
0f551e7
03703b7
* Wed Nov 16 2016 Jason L Tibbitts III <tibbs@math.uh.edu> 327-2
03703b7
- move resize tool to a subpackage (#1349582)
03703b7
db6ee13
* Mon Oct 10 2016 Miroslav Lichvar <mlichvar@redhat.com> 327-1
db6ee13
- update to 327
db6ee13
2c94d05
* Fri Oct 07 2016 Miroslav Lichvar <mlichvar@redhat.com> 326-1
2c94d05
- update to 326
2c94d05
- buildrequire xorg-x11-apps to get correct path of luit
2c94d05
8c72687
* Wed Jun 08 2016 Miroslav Lichvar <mlichvar@redhat.com> 325-1
8c72687
- update to 325
8c72687
3835629
* Mon Mar 14 2016 Miroslav Lichvar <mlichvar@redhat.com> 324-1
3835629
- update to 324
3835629
0977517
* Tue Mar 08 2016 Miroslav Lichvar <mlichvar@redhat.com> 323-1
0977517
- update to 323
0977517
6b89bcc
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 322-2
6b89bcc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6b89bcc
24a02da
* Fri Jan 08 2016 Miroslav Lichvar <mlichvar@redhat.com> 322-1
24a02da
- update to 322
24a02da
d66048c
* Thu Sep 03 2015 Miroslav Lichvar <mlichvar@redhat.com> 320-1
d66048c
- update to 320
d66048c
9a8828d
* Mon Aug 24 2015 Miroslav Lichvar <mlichvar@redhat.com> 319-1
9a8828d
- update to 319
9a8828d
ebb8ef6
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 318-2
ebb8ef6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ebb8ef6
79abe13
* Thu Apr 16 2015 Miroslav Lichvar <mlichvar@redhat.com> 318-1
79abe13
- update to 318
79abe13
f9f9d37
* Fri Mar 13 2015 Miroslav Lichvar <mlichvar@redhat.com> 316-1
f9f9d37
- update to 316
f9f9d37
d005e5b
* Tue Mar 03 2015 Miroslav Lichvar <mlichvar@redhat.com> 315-1
d005e5b
- update to 315
d005e5b
ff872f8
* Mon Jan 05 2015 Miroslav Lichvar <mlichvar@redhat.com> 314-1
ff872f8
- update to 314
ff872f8
53be751
* Mon Dec 08 2014 Adam Jackson <ajax@redhat.com> 313-2
53be751
- Don't BuildRequire: imake, we're not actually using it to build.
53be751
ef7fef7
* Mon Dec 08 2014 Miroslav Lichvar <mlichvar@redhat.com> 313-1
ef7fef7
- update to 313
ef7fef7
bb28738
* Mon Sep 29 2014 Miroslav Lichvar <mlichvar@redhat.com> 312-1
bb28738
- update to 312
bb28738
ccb0a1c
* Fri Sep 19 2014 Miroslav Lichvar <mlichvar@redhat.com> 311-1
ccb0a1c
- update to 311
ccb0a1c
53a6508
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 310-2
53a6508
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
53a6508
38f51ed
* Tue Jul 29 2014 Miroslav Lichvar <mlichvar@redhat.com> 310-1
38f51ed
- update to 310
38f51ed
846f044
* Thu Jul 17 2014 Miroslav Lichvar <mlichvar@redhat.com> 309-1
846f044
- update to 309
846f044
58b7d5f
* Mon Jun 23 2014 Miroslav Lichvar <mlichvar@redhat.com> 308-1
58b7d5f
- update to 308
58b7d5f
f3c8801
* Mon Jun 09 2014 Miroslav Lichvar <mlichvar@redhat.com> 306-1
f3c8801
- update to 306
f3c8801
50af5fc
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 305-2
50af5fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
50af5fc
ec5a943
* Tue Jun 03 2014 Miroslav Lichvar <mlichvar@redhat.com> 305-1
ec5a943
- update to 305
ec5a943
be8f076
* Wed May 07 2014 Miroslav Lichvar <mlichvar@redhat.com> 304-1
be8f076
- update to 304
be8f076
176be8e
* Tue Mar 11 2014 Miroslav Lichvar <mlichvar@redhat.com> 303-1
176be8e
- update to 303
176be8e
63b2ba5
* Wed Mar 05 2014 Miroslav Lichvar <mlichvar@redhat.com> 302-1
63b2ba5
- update to 302
63b2ba5
891bf6b
* Tue Jan 21 2014 Miroslav Lichvar <mlichvar@redhat.com> 301-1
891bf6b
- update to 301
891bf6b
8162cee
* Tue Dec 10 2013 Miroslav Lichvar <mlichvar@redhat.com> 300-1
8162cee
- update to 300
8162cee
480e3dd
* Tue Dec 03 2013 Miroslav Lichvar <mlichvar@redhat.com> 299-1
480e3dd
- update to 299
480e3dd
b71e918
* Thu Nov 28 2013 Miroslav Lichvar <mlichvar@redhat.com> 298-1
b71e918
- update to 298
b71e918
7383f6c
* Thu Sep 19 2013 Miroslav Lichvar <mlichvar@redhat.com> 297-1
7383f6c
- update to 297
7383f6c
fc02935
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 295-2
fc02935
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fc02935
6f841eb
* Wed Jul 10 2013 Miroslav Lichvar <mlichvar@redhat.com> 295-1
6f841eb
- update to 295
6f841eb
a351e3a
* Wed May 29 2013 Miroslav Lichvar <mlichvar@redhat.com> 293-1
a351e3a
- update to 293
a351e3a
a42c5a3
* Mon Apr 29 2013 Miroslav Lichvar <mlichvar@redhat.com> 292-1
a42c5a3
- update to 292
a42c5a3
8fd08ea
* Thu Feb 28 2013 Miroslav Lichvar <mlichvar@redhat.com> 291-1
8fd08ea
- update to 291
8fd08ea
Parag Nemade e849585
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 289-2
Parag Nemade e849585
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
Parag Nemade e849585
9ac572a
* Fri Feb 08 2013 Miroslav Lichvar <mlichvar@redhat.com> 289-1
9ac572a
- update to 289
9ac572a
784d512
* Thu Jan 10 2013 Miroslav Lichvar <mlichvar@redhat.com> 288-1
784d512
- update to 288
784d512
ade4ff7
* Mon Nov 26 2012 Miroslav Lichvar <mlichvar@redhat.com> 287-1
ade4ff7
- update to 287
ade4ff7
aac15b1
* Tue Oct 30 2012 Miroslav Lichvar <mlichvar@redhat.com> 286-1
aac15b1
- update to 286
aac15b1
1c782b4
* Mon Oct 15 2012 Miroslav Lichvar <mlichvar@redhat.com> 284-1
1c782b4
- update to 284
1c782b4
a0ec83c
* Wed Oct 10 2012 Miroslav Lichvar <mlichvar@redhat.com> 283-1
a0ec83c
- update to 283
a0ec83c
- install icon to hicolor theme and use it in desktop file (#804279)
a0ec83c
- use new configure options to set some resource defaults (#819588)
a0ec83c
- fix URL (#856957)
a0ec83c
- remove obsolete macros
a0ec83c
c7a48b5
* Thu Oct 04 2012 Rex Dieter <rdieter@fedoraproject.org> 278-4
c7a48b5
- revert bad -3 build
c7a48b5
c7a48b5
* Tue Sep 25 2012 Rex Dieter <rdieter@fedoraproject.org> 278-3
c7a48b5
- xterm.desktop: +Path=$HOME
c7a48b5
0eaa545
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 278-2
0eaa545
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0eaa545
bdedde8
* Thu Jan 26 2012 Miroslav Lichvar <mlichvar@redhat.com> 278-1
bdedde8
- update to 278
bdedde8
212703d
* Mon Jan 09 2012 Miroslav Lichvar <mlichvar@redhat.com> 277-1
212703d
- update to 277
212703d
87d570c
* Tue Oct 11 2011 Miroslav Lichvar <mlichvar@redhat.com> 276-1
87d570c
- update to 276
87d570c
00416b7
* Mon Sep 12 2011 Miroslav Lichvar <mlichvar@redhat.com> 275-1
00416b7
- update to 275
00416b7
aa0216d
* Tue Aug 30 2011 Miroslav Lichvar <mlichvar@redhat.com> 273-1
aa0216d
- update to 273
aa0216d
e14adb9
* Fri Jul 15 2011 Miroslav Lichvar <mlichvar@redhat.com> 271-1
e14adb9
- update to 271
e14adb9
1b4c9ab
* Wed Apr 27 2011 Miroslav Lichvar <mlichvar@redhat.com> 270-1
1b4c9ab
- update to 270
1b4c9ab
7b20a70
* Mon Feb 21 2011 Miroslav Lichvar <mlichvar@redhat.com> 269-1
7b20a70
- update to 269
7b20a70
5534987
* Mon Feb 14 2011 Miroslav Lichvar <mlichvar@redhat.com> 268-1
5534987
- update to 268
5534987
eff84b6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 267-2
eff84b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
eff84b6
7a99225
* Tue Nov 23 2010 Miroslav Lichvar <mlichvar@redhat.com> 267-1
7a99225
- update to 267
7a99225
44fb328
* Fri Nov 05 2010 Miroslav Lichvar <mlichvar@redhat.com> 266-1
67e0b0f
- update to 266
44fb328
- fix building with new libXaw
67e0b0f
9ab0899
* Mon Oct 18 2010 Miroslav Lichvar <mlichvar@redhat.com> 264-1
9ab0899
- update to 264
9ab0899
3ac8f2e
* Tue Sep 07 2010 Miroslav Lichvar <mlichvar@redhat.com> 262-1
3ac8f2e
- update to 262
3ac8f2e
b89dc3b
* Fri Jul 02 2010 Miroslav Lichvar <mlichvar@redhat.com> 261-2
b89dc3b
- remove NoDisplay=true from desktop file, use upstream version (#607018)
b89dc3b
98485f8
* Tue Jun 29 2010 Miroslav Lichvar <mlichvar@redhat.com> 261-1
98485f8
- update to 261
98485f8
54367e1
* Mon Jun 21 2010 Miroslav Lichvar <mlichvar@redhat.com> 260-1
54367e1
- update to 260
54367e1
dd41c48
* Thu Jun 10 2010 Miroslav Lichvar <mlichvar@redhat.com> 259-1
dd41c48
- update to 259
96052dc
- link with -lICE
96052dc
- convert THANKS to UTF-8
dd41c48
285b2c6
* Wed May 05 2010 Miroslav Lichvar <mlichvar@redhat.com> 258-1
285b2c6
- update to 258
285b2c6
c57aeb3
* Tue Mar 09 2010 Miroslav Lichvar <mlichvar@redhat.com> 256-1
c57aeb3
- update to 256
c57aeb3
- enable XKB Bell support (#568748)
c57aeb3
b10971c
* Tue Feb 02 2010 Miroslav Lichvar <mlichvar@redhat.com> 255-1
b10971c
- update to 255
b10971c
42e8438
* Fri Dec 11 2009 Miroslav Lichvar <mlichvar@redhat.com> 253-1
42e8438
- update to 253
42e8438
42e8438
* Tue Dec 08 2009 Miroslav Lichvar <mlichvar@redhat.com> 252-1
f48ead2
- update to 252
f48ead2
555ec68
* Thu Nov 19 2009 Miroslav Lichvar <mlichvar@redhat.com> 251-1
555ec68
- update to 251
555ec68
244b536
* Tue Oct 20 2009 Miroslav Lichvar <mlichvar@redhat.com> 250-1
244b536
- update to 250
244b536
6074af5
* Thu Oct 08 2009 Miroslav Lichvar <mlichvar@redhat.com> 249-1
6074af5
- update to 249
6074af5
17ef105
* Tue Sep 29 2009 Miroslav Lichvar <mlichvar@redhat.com> 248-2
17ef105
- fix various bugs when display is scrolled up (#524503)
17ef105
57c13e7
* Thu Sep 17 2009 Miroslav Lichvar <mlichvar@redhat.com> 248-1
57c13e7
- update to 248
57c13e7
5a03fe1
* Tue Sep 01 2009 Miroslav Lichvar <mlichvar@redhat.com> 247-1
5a03fe1
- update to 247
5a03fe1
d7a477a
* Tue Aug 18 2009 Miroslav Lichvar <mlichvar@redhat.com> 246-1
d7a477a
- update to 246
d7a477a
a092d5e
* Thu Aug 13 2009 Miroslav Lichvar <mlichvar@redhat.com> 245-1
a092d5e
- update to 245
a092d5e
e2cb12e
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 242-4
e2cb12e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e2cb12e
ad505bb
* Mon Mar 02 2009 Miroslav Lichvar <mlichvar@redhat.com> 242-3
ad505bb
- fix bell (#487829)
ad505bb
2e3a410
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 242-2
2e3a410
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2e3a410
ab625cf
* Wed Feb 18 2009 Miroslav Lichvar <mlichvar@redhat.com> 242-1
ab625cf
- update to 242
ab625cf
- use upstream default value for modifyFunctionKeys resource
ab625cf
- remove png suffix from icon name in desktop file
ab625cf
a035a7a
* Tue Jan 06 2009 Miroslav Lichvar <mlichvar@redhat.com> 238-1
a035a7a
- update to 238 (#479000, CVE-2008-2383)
a035a7a
- set default values of allowWindowOps and allowFontOps resources to false
a035a7a
2b135c9
* Tue Sep 16 2008 Miroslav Lichvar <mlichvar@redhat.com> 237-1
2b135c9
- update to 237
2b135c9
0ff5182
* Wed Jul 30 2008 Miroslav Lichvar <mlichvar@redhat.com> 236-1
0ff5182
- update to 236
0ff5182
- enable support for spawn-new-terminal action (#457130)
0ff5182
55defb5
* Tue Apr 22 2008 Miroslav Lichvar <mlichvar@redhat.com> 235-1
55defb5
- update to 235
55defb5
4133b5e
* Mon Mar 03 2008 Miroslav Lichvar <mlichvar@redhat.com> 234-1
4133b5e
- update to 234
4133b5e
762fc2a
* Wed Feb 27 2008 Miroslav Lichvar <mlichvar@redhat.com> 233-1
762fc2a
- update to 233
762fc2a
d78aa5a
* Thu Jan 31 2008 Miroslav Lichvar <mlichvar@redhat.com> 232-1
d78aa5a
- update to 232
d78aa5a
e996be2
* Mon Jan 07 2008 Miroslav Lichvar <mlichvar@redhat.com> 231-1
e996be2
- update to 231
e996be2
- remove setgid utempter from xterm binary (#229360)
e996be2
b6e5f3b
* Fri Jan 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 230-1
b6e5f3b
- update to 230
b6e5f3b
454326b
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-2
454326b
- rebuild
454326b
39746db
* Mon Aug 13 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-1
39746db
- update to 229
39746db
1ebeb05
* Mon Jul 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 228-1
1ebeb05
- update to 228
1ebeb05
a3c2729
* Fri Jun 29 2007 Miroslav Lichvar <mlichvar@redhat.com> 227-1
a3c2729
- update to 227
a3c2729
3ca0349
* Fri Jun 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 226-1
3ca0349
- update to 226
3ca0349
4715263
* Thu Apr 12 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-2
4715263
- fix sections in man pages
4715263
f19c02d
* Tue Mar 27 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-1
f19c02d
- update to 225
f19c02d
85076cd
* Tue Mar 20 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-2
85076cd
- fix background color setting in alternate screen
85076cd
- don't display xterm in menus (#231000)
85076cd
e76042c
* Fri Feb 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-1
e76042c
- update to 224
e76042c
- drop utempter group before creating pty
e76042c
- add Icon to desktop file (#227925)
e76042c
c3cb4a2
* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-3
c3cb4a2
- spec cleanup (#226660)
c3cb4a2
1f6b02d
* Thu Jan 18 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-2
1f6b02d
- make xterm binary sgid utempter (#222847)
1f6b02d
- fix font size changes with -fa option (#222340)
1f6b02d
- fix redrawing of internal border (#223027)
1f6b02d
- enable metaSendsEscape resource and set modifyFunctionKeys to 0 by default
1f6b02d
778d424
* Thu Dec 07 2006 Miroslav Lichvar <mlichvar@redhat.com> 223-1
778d424
- update to 223
778d424
69b28ac
* Thu Nov 23 2006 Miroslav Lichvar <mlichvar@redhat.com> 222-1
69b28ac
- update to 222
69b28ac
- link with libncurses instead of libtermcap
69b28ac
- spec cleanup
69b28ac
ec80d2a
* Mon Sep 04 2006 Miroslav Lichvar <mlichvar@redhat.com> 215-3.fc6
ec80d2a
- fix segfault when /etc/termcap is missing (#201246)
ec80d2a
mharris cab7df0
* Wed Jul 26 2006 Mike A. Harris <mharris@redhat.com> 215-2.fc6
mharris cab7df0
- Replace BuildRequires utempter with libutempter-devel
mharris cab7df0
- Change BuildRoot tag to comply with Fedora packaging guidelines
mharris cab7df0
- Use pkg-config to autodetect the location of the system app-defaults dir
mharris cab7df0
- Add BuildRequires: pkgconfig
mharris cab7df0
jvdias f55a7d7
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 215-1.fc6
jvdias f55a7d7
- Upgrade to upstream version 215
jvdias f55a7d7
215fd36
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 213-2.1
215fd36
- rebuild
215fd36
4f60a97
* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> - 213-2.fc6
4f60a97
- Use correct dist tag in Release string.
4f60a97
jvdias bc49892
* Wed May 31 2006 Jason Vas Dias <jvdias@redhat.com> - 213-1
jvdias bc49892
- Upgrade to upstream version 213 (fixes bug 192627)
jvdias bc49892
- fix bug 189161 : make -r/-rv do reverseVideo with or without
c3cb4a2
  xterm*{fore,back}ground set
jvdias bc49892
 
jvdias 079a6ba
* Thu Apr 13 2006 Jason Vas Dias <jvdias@redhat.com> - 212-1
jvdias 079a6ba
- Upgrade to upstream version 212
jvdias 079a6ba
- fix bug 188031 : paths in man-page
jvdias 079a6ba
 
jvdias 090a2ee
* Wed Mar 29 2006 Jason Vas Dias <jvdias@redhat.com> - 211-4
jvdias 090a2ee
- fix bug 186935: cursor GCs must be freed with XtReleaseGC
jvdias 090a2ee
jvdias df65fe1
* Tue Mar 21 2006 Jason Vas Dias <jvdias@redhat.com> - 211-1
jvdias df65fe1
- Upgrade to upstream version 211 (fixes bug 186094).
jvdias df65fe1
- Enable new 'utf8Title' resource by default
jvdias df65fe1
 
jvdias 6cde1f8
* Tue Mar 07 2006 Jason Vas Dias <jvdias@redhat.com> - 209-4
jvdias 6cde1f8
- fix bug 183993: call set_cursor_gcs in ReverseVideo
jvdias 6cde1f8
jvdias 8873885
* Wed Feb 22 2006 Jason Vas Dias <jvdias@redhat.com> - 209-2
jvdias 8873885
- fix bug 182382: check for (VWindow(screen)!=0) in set_cursor_gcs
jvdias 8873885
- further fix for bug 178302: allow *vt100*cursorColor to be same as fg
jvdias 8873885
jvdias 8692292
* Tue Feb 14 2006 Jason Vas Dias <jvdias@redhat.com> - 209-1
jvdias 8692292
- Upgrade to upstream version 209 (fixes bug 180450)
jvdias 8692292
1359f43
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 208-1.2
1359f43
- bump again for double-long bug on ppc(64)
1359f43
a4945bd
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 208-1.1
a4945bd
- rebuilt for new gcc4.1 snapshot and glibc changes
a4945bd
jvdias eb8c187
* Tue Jan 17 2006 Jason Vas Dias<jvdias@redhat.com> - 208-1
jvdias eb8c187
- Upgrade to upstream version 208
jvdias eb8c187
- Allow root user to grab the console, even if /dev/console 
jvdias eb8c187
  not owned by root
jvdias eb8c187
- restore Red Hat '*VT100*scrollBar:1' default Xresource
jvdias eb8c187
jvdias dacc656
* Wed Dec 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-10
jvdias dacc656
- Fix bug 164210: tek4014 support should be enabled by default
jvdias dacc656
jvdias 015713d
* Wed Dec 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-8
jvdias 015713d
- Fix bug 175684: compile with --enable-256-color
jvdias 015713d
- Fix bug 155538 addenda - restore '*VT100*backarrowKey:0'
jvdias 015713d
68baf10
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
68baf10
- rebuilt
68baf10
jvdias e5de706
* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-5
jvdias e5de706
- fix bug 173703: remove reference to /usr/X11R6/bin/luit :
jvdias e5de706
  PROJECTROOT should be /usr, not /usr/X11R6
jvdias e5de706
5cedf0d
* Fri Nov 18 2005 Jason Vas Dias<jvdias@redhat.com> - 207-4
jvdias e5de706
- fix bug 173541: better fix for freetype configuration problem
jvdias e5de706
jvdias 9e3a1cc
* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-1
jvdias 9e3a1cc
- Upgrade to upstream version 207
jvdias 9e3a1cc
- Fix app-defaults directory for modular X11
jvdias 9e3a1cc
6d542e9
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 206-4
6d542e9
- rebuild for newer modular X
6d542e9
jvdias ef746ef
* Fri Nov 04 2005 Jason Vas Dias <jvdias@redhat.com> 206-1
jvdias ef746ef
- Upgrade to upstream version 206
jvdias ef746ef
jvdias f6d0acd
* Wed Oct 12 2005 Jason Vas Dias <jvdias@redhat.com> 205-1
jvdias f6d0acd
- Upgrade to upstream version 205 
jvdias f6d0acd
  fixes bugs: 124421, 129146, 159562, 161894, 169347
jvdias f6d0acd
 
mharris f99f506
* Sat Sep 24 2005 Mike A. Harris <mharris@redhat.com> 200-10
mharris f99f506
- Updated xterm-resources-redhat.patch to add "xterm*ttyModes: erase ^?"
mharris 3d0df27
  resource to fix bug (#155538,160354,163812,162549)
mharris f99f506
  
mharris 977324c
* Wed Sep 14 2005 Mike A. Harris <mharris@redhat.com> 200-9
mharris 977324c
- Updated xterm-resources-redhat.patch to remove utf8 resource which was
mharris 977324c
  added in the 200-7 build, as it was incorrectly set to 'true' instead
mharris 977324c
  of '1', and bug #138681 turned out to be a gdm bug instead of an xterm
mharris 977324c
  bug.  This fixes bug (#163568).
mharris 977324c
  
mharris 37be603
* Mon Aug 29 2005 Mike A. Harris <mharris@redhat.com> 200-8
mharris 37be603
- Added --disable-tek4014 to ./configure flags, to disable tek support
mharris 37be603
  for bug (#164210)
mharris 37be603
mharris 761c05b
* Mon May 2 2005 Mike A. Harris <mharris@redhat.com> 200-7
mharris 761c05b
- Updated xterm-resources-redhat.patch to enable xterm utf8 resource by
mharris 761c05b
  default, as our default OS environment is UTF-8, for bug (#138681)
mharris 761c05b
mharris d17020c
* Sat Apr 16 2005 Mike A. Harris <mharris@redhat.com> 200-6
mharris d17020c
- Added option to spec file to allow easy rebuilding with 256 color option
mharris d17020c
  for those who prefer this non-default behaviour (#103402)
mharris d17020c
sandmann f503ebd
* Tue Mar 8 2005 Soeren Sandmann <sandmann@redhat.com> 200-5
sandmann f503ebd
- Ported xterm-resources-redhat.patch to newer xterms. (#126855)
sandmann f503ebd
mharris f31af76
* Sun Mar 6 2005 Mike A. Harris <mharris@redhat.com> 200-4
mharris f31af76
- Added libtermcap-devel and utempter to BuildRequires
mharris f31af76
- Changed BuildRequires from XFree86-devel to xorg-x11-devel
mharris f31af76
mharris 3334fcd
* Sun Mar 6 2005 Mike A. Harris <mharris@redhat.com> 200-3
mharris 3334fcd
- Rebuild with gcc 4 for FC4 development
mharris 3334fcd
mharris 396a893
* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-2
mharris 396a893
- Removed chmod from prep, and updated comment to refect (#128341c12)
mharris 396a893
mharris 396a893
* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-1
mharris 485fadb
- Updated main tarball to xterm-200 for FC4 devel
mharris fe988b1
- Disabled xterm-179-ppc-fix-bug-101472.patch for now, to see if the problem
mharris fe988b1
  occurs on ppc still or not.
mharris 485fadb
5cedf0d
* Tue Jul 13 2004 Mike A. Harris <mharris@redhat.com> 192-1
cvsdist 6307e19
- Updated main tarball to xterm-192 for FC3 devel
cvsdist 6307e19
- Resolved bugs #126569,127132
cvsdist 6307e19
cvsdist aaa5b94
* Fri Jun 18 2004 Mike A. Harris <mharris@redhat.com> 191-1
cvsdist aaa5b94
- Updated main tarball to xterm-191 for FC3 devel
cvsdist aaa5b94
- Disabled xterm-resources-redhat.patch to see what if anything breaks, as
cvsdist aaa5b94
  it no longer applies cleanly.  Hopefully we can just ship stock xterm
cvsdist aaa5b94
  resources now, although I realize that is more likely to be a pie in the
cvsdist aaa5b94
  sky fantasy once the bug reports trickle in from this change.  ;o)
cvsdist aaa5b94
  
cvsdist aaa5b94
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 179-8
cvsdist aaa5b94
- rebuilt
cvsdist aaa5b94
cvsdist aaa5b94
* Thu Jun  3 2004 Mike A. Harris <mharris@redhat.com> 179-7
cvsdist aaa5b94
- Rebuilt for FC3 devel
cvsdist aaa5b94
cvsdist aaa5b94
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 179-6.EL
cvsdist 401cdb6
- rebuilt
cvsdist 401cdb6
cvsdist 401cdb6
* Mon Sep  8 2003 Mike A. Harris <mharris@redhat.com> 179-5.EL
cvsdist 401cdb6
- Rebuilt 179-5 for Taroon
cvsdist 401cdb6
cvsdist ea59fcb
* Mon Sep  8 2003 Mike A. Harris <mharris@redhat.com> 179-5
cvsdist ea59fcb
- Added xterm-179-ppc-fix-bug-101472.patch ifarch ppc ppc64 to fix bug (#101472)
cvsdist ea59fcb
cvsdist ea59fcb
* Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 179-4.1
cvsdist ea59fcb
- fix symlink
cvsdist ea59fcb
- rebuild
cvsdist ea59fcb
cvsdist ea59fcb
* Wed Aug 13 2003 Mike A. Harris <mharris@redhat.com> 179-3.EL
cvsdist ea59fcb
- Rebuilt for Taroon with symlink fixes.
cvsdist ea59fcb
cvsdist ea59fcb
* Wed Aug 13 2003 Mike A. Harris <mharris@redhat.com> 179-3
cvsdist ea59fcb
- Added symlink /usr/X11R6/bin/xterm pointing to _bindir/xterm so that apps
cvsdist ea59fcb
  and scripts which invoke xterm explicitly as /usr/X11R6/bin/xterm, will
cvsdist ea59fcb
  continue to work correctly without surprises (#101994)
cvsdist ea59fcb
cvsdist ea59fcb
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 179-2.EL
cvsdist ea59fcb
- rebuilt
cvsdist ea59fcb
cvsdist ea59fcb
* Fri May 30 2003 Mike A. Harris <mharris@redhat.com> 179-1.EL
cvsdist ea59fcb
- Bump release to 1.EL for Red Hat Enterprise Linux build
cvsdist ea59fcb
cvsdist ea59fcb
* Mon May 26 2003 Mike A. Harris <mharris@redhat.com> 179-1
cvsdist ea59fcb
- Updated to upstream xterm 179
cvsdist ea59fcb
- [SECURITY] Added xterm-can-2003-0063.patch from XFree86 4.3.0-12 package
cvsdist ea59fcb
- Added Red Hat xterm-resources-redhat.patch from XFree86 4.3.0-12 package
cvsdist ea59fcb
- Added "chmod -R u+w *" after source is decompressed or else patches can not
cvsdist ea59fcb
  be applied due to upstream source being read only files
cvsdist ea59fcb
- Built xterm 179-1 in rawhide
cvsdist ea59fcb
cvsdist ea59fcb
* Mon May  5 2003 Mike A. Harris <mharris@redhat.com> 177-2.0.EL
cvsdist ea59fcb
- Bump release to 2.0.EL for Red Hat Enterprise Linux build
cvsdist ea59fcb
cvsdist ea59fcb
* Mon May  5 2003 Mike A. Harris <mharris@redhat.com> 177-2
5592baa
- Build fix for lib64: _x11datadir == /usr/X11R6/lib
cvsdist ea59fcb
- Another lib64 build fix:  xterm uses /usr/%%{_lib}/X11/app-defaults when it
cvsdist ea59fcb
  should be using an arch-neutral dir {_x11datadir}/X11/app-defaults instead
cvsdist ea59fcb
cvsdist ea59fcb
* Tue Apr 15 2003 Mike A. Harris <mharris@redhat.com> 177-1
cvsdist ea59fcb
- Call configure with "--enable-luit --enable-warnings --enable-wide-chars
cvsdist ea59fcb
  --with-utempter"
cvsdist ea59fcb
- Initial build.