## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %bcond_with trace Summary: Terminal emulator for the X Window System Name: xterm Version: 397 Release: %autorelease URL: https://invisible-island.net/xterm License: MIT AND X11 AND HPND AND CC-BY-4.0 BuildRequires: make BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils BuildRequires: libxkbfile-devel pcre2-devel pkgconfig(libpcre2-posix) BuildRequires: gnupg2 Recommends: xorg-x11-fonts-misc Source0: https://invisible-island.net/archives/xterm/%{name}-%{version}.tgz Source1: https://invisible-island.net/archives/xterm/%{name}-%{version}.tgz.asc Source2: https://invisible-island.net/public/dickey@invisible-island.net-rsa3072.asc Source3: https://invisible-island.net/archives/xterm/16colors.txt Patch1: xterm-defaults.patch Patch2: xterm-desktop.patch Patch3: xterm-man-paths.patch %global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt) %description The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. %package resize Summary: Set environment and terminal settings to current window size %description resize Prints a shell command for setting the appropriate environment variables to indicate the current size of the window from which the command is run. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup for f in THANKS; do iconv -f iso8859-1 -t utf8 -o ${f}{_,} && touch -r ${f}{,_} && mv -f ${f}{_,} done %build %configure \ --enable-meta-sends-esc \ --disable-backarrow-key \ --enable-exec-xterm \ %{?with_trace: --enable-trace} \ --enable-warnings \ --with-app-defaults=%{x11_app_defaults_dir} \ --with-icon-theme=hicolor \ --with-icondir=%{_datadir}/icons \ --with-utempter \ --with-tty-group=tty \ --disable-full-tgetent \ --with-pcre2 \ --enable-readline-mouse \ --enable-logging %make_build %install %make_install cp -fp %{SOURCE3} 16colors.txt desktop-file-install \ %if 0%{?fedora} && 0%{?fedora} < 19 --vendor=fedora \ %endif --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ xterm.desktop mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %files %doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS %{_bindir}/xterm %{_bindir}/koi8rxterm %{_bindir}/uxterm %{_mandir}/man1/koi8rxterm.1* %{_mandir}/man1/uxterm.1* %{_mandir}/man1/xterm.1* %{_datadir}/appdata/xterm.appdata.xml %{_datadir}/applications/*xterm.desktop %{_datadir}/icons/hicolor/*/apps/*xterm* %{_datadir}/pixmaps/*xterm*.xpm %{x11_app_defaults_dir}/KOI8RXTerm* %{x11_app_defaults_dir}/UXTerm* %{x11_app_defaults_dir}/XTerm* %files resize %{_bindir}/resize %{_mandir}/man1/resize.1* %changelog ## START: Generated by rpmautospec * Tue Feb 18 2025 Tomas Korbar - 397-1 - Rebase to 397 and start using auto* macros * Sun Jan 19 2025 Fedora Release Engineering - 395-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Nov 01 2024 Tomas Korbar - 395-1 - Rebase to version 395 * Thu Sep 05 2024 Tomas Korbar - 394-1 - Rebase to version 394 * Thu Aug 01 2024 Tomas Korbar - 393-1 - Rebase to version 393 * Sat Jul 20 2024 Fedora Release Engineering - 392-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jun 27 2024 Tomas Korbar - 392-1 - Rebase to version 392 * Wed Mar 13 2024 Tomas Korbar - 390-1 - Rebase to version 390 * Mon Jan 29 2024 Fedora Release Engineering - 389-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 03 2024 Tomas Korbar - 389-1 - Rebase to version 389 * Tue Nov 28 2023 Florian Weimer - 388-3 - Fix C compatibility issue in the configure script (#2251945) * Wed Nov 01 2023 Tomas Korbar - 388-2 - Add licenses to fully conform to SPDX * Wed Oct 25 2023 Tomas Korbar - 388-1 - Rebase to version 388 * Wed Oct 04 2023 Tomas Korbar - 385-1 - Rebase to version 385 * Sat Jul 22 2023 Fedora Release Engineering - 384-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Tomas Korbar - 384-1 - Rebase to version 384 * Fri Jul 07 2023 Tomas Korbar - 383-1 - Rebase to version 383 * Wed May 31 2023 Tomas Korbar - 382-1 - Rebase to version 382 * Tue May 30 2023 Tomas Korbar - 381-1 - Rebase to version 381 * Tue May 16 2023 Tomas Korbar - 380-1 - Rebase to version 380 * Thu Mar 16 2023 Tomas Korbar - 379-2 - Enable logging feature * Mon Feb 20 2023 Tomas Korbar - 379-1 - Rebase to version 379 * Wed Feb 08 2023 Tomas Korbar - 378-3 - Enable readline-mouse configuration option * Sat Jan 21 2023 Fedora Release Engineering - 378-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jan 12 2023 Tomas Korbar - 378-1 - Rebase to version 378 * Thu Dec 08 2022 Tomas Korbar - 377-1 - Rebase to version 377 * Mon Oct 31 2022 Tomas Korbar - 375-1 - Rebase to version 375 * Tue Oct 11 2022 Tomas Korbar - 374-1 - Rebase to version 374 * Wed Oct 05 2022 Tomas Korbar - 373-1 - Rebase to version 373 * Sat Jul 23 2022 Fedora Release Engineering - 372-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Apr 25 2022 Tomas Korbar - 372-1 - Rebase to version 372 * Mon Feb 28 2022 Tomas Korbar - 371-1 - Rebase to version 371 * Sat Jan 22 2022 Fedora Release Engineering - 370-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 14 2022 Tomas Korbar - 370-3 - Fix release specified in spec file * Fri Jan 07 2022 Thomas E. Dickey - 370-2 - trim redundant configure-options * Tue Nov 30 2021 Tomas Korbar - 370-1 - Rebase to version 370 * Wed Sep 22 2021 Tomas Korbar - 369-1 - Rebase to version 369 Resolves: rhbz#2006589 * Fri Jul 23 2021 Fedora Release Engineering - 368-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jul 14 2021 Petr Písař - 368-2 - Rebuild against pcre2-10.37 (bug #1965025) * Tue Jun 08 2021 Tomas Korbar - 368-1 - Rebase to version 368 Resolves: rhbz#1969214 * Tue Jun 01 2021 Tomas Korbar - 367-4 - Remove trailing whitespaces * Mon May 24 2021 Joe Orton - 367-3 - drop luit support. * Mon May 17 2021 Peter Hutterer - 367-2 - Add luit to Requires Resolves: rhbz#1959210 * Mon Apr 12 2021 Tomas Korbar - 367-1 - Rebase to version 367 Resolves: rhbz#1943741 * Thu Feb 11 2021 Tomas Korbar - 366-1 - Rebase to version 366 Resolves: rhbz#1927543 * Wed Feb 03 2021 Tomas Korbar - 364-1 - Rebase to version 364 (#1924362) Build with pcre2 support (#1909609) * Thu Jan 28 2021 Fedora Release Engineering - 363-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jan 19 2021 Tomas Korbar - 363-1 - Rebase to version 363 * Sat Jan 09 2021 Tom Stellard - 362-2 - Add BuildRequires: make * Fri Nov 13 2020 Tomas Korbar - 362-1 - Rebase to version 362 * Thu Oct 22 2020 Tomas Korbar - 361-1 - Rebase to version 361 * Mon Sep 21 2020 Tomas Korbar - 360-1 - Rebase to version 360 * Tue Aug 18 2020 Tomas Korbar - 359-1 - Rebase to version 359 (#1869418) * Tue Jul 28 2020 Adam Jackson - 358-2 - BuildRequires luit, not xorg-x11-apps * Mon Jul 13 2020 Tomas Korbar - 358-1 - Rebase to version 358 * Mon Jul 06 2020 Tomas Korbar - 357-1 - Rebase to version 357 * Sun May 03 2020 Tomas Korbar - 356-1 - Rebase to version 356 * Wed Apr 29 2020 Tomas Korbar - 354-1 - Rebase to version 354 * Mon Feb 24 2020 Tomas Korbar - 353-1 - Rebase to version 353 * Fri Jan 31 2020 Fedora Release Engineering - 351-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 25 2019 Tomas Korbar - 351-1 - update to 351 * Tue Nov 12 2019 Tomas Korbar - 350-1 - update to 350 * Tue Oct 29 2019 Tomas Korbar - 349-2 - enable sixel graphics * Tue Sep 24 2019 Tomas Korbar - 349-1 - update to 349 * Mon Aug 26 2019 Tomas Korbar - 348-1 - update to 348 * Sat Jul 27 2019 Fedora Release Engineering - 346-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue May 28 2019 Miroslav Lichvar - 346-2 - 346-1 * Tue May 28 2019 Miroslav Lichvar - 346-1 - update to 346 * Tue May 14 2019 Miroslav Lichvar - 345-2 - 345-1 * Tue May 14 2019 Miroslav Lichvar - 345-1 - update to 345 * Tue Feb 26 2019 Miroslav Lichvar - 344-2 - 344-1 * Tue Feb 26 2019 Miroslav Lichvar - 344-1 - update to 344 * Sun Feb 03 2019 Fedora Release Engineering - 334-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Igor Gnatenko - 334-3 - Remove obsolete Group tag * Mon Aug 13 2018 Miroslav Lichvar - 334-2 - 334-1 * Mon Aug 13 2018 Miroslav Lichvar - 334-1 - update to 334 * Sat Jul 14 2018 Fedora Release Engineering - 333-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed May 30 2018 Miroslav Lichvar - 333-3 - 333-2 * Wed May 30 2018 Miroslav Lichvar - 333-2 - change default termName to xterm-256color (#1577159) * Fri May 04 2018 Miroslav Lichvar - 333-1 - update to 333 * Mon Apr 16 2018 Miroslav Lichvar - 332-2 - 332-1 * Mon Apr 16 2018 Miroslav Lichvar - 332-1 - update to 332 * Thu Mar 29 2018 Miroslav Lichvar - 331-3 - 331-1 * Thu Mar 29 2018 Miroslav Lichvar - 331-2 - add gcc to build requirements * Thu Mar 29 2018 Miroslav Lichvar - 331-1 - update to 331 * Fri Feb 09 2018 Fedora Release Engineering - 330-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Jan 06 2018 Igor Gnatenko - 330-4 - Remove obsolete scriptlets * Thu Aug 03 2017 Fedora Release Engineering - 330-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 330-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 21 2017 Miroslav Lichvar - 330-1 - update to 330 * Mon Jun 12 2017 Miroslav Lichvar - 329-1 - update to 329 * Thu Jun 01 2017 Miroslav Lichvar - 328-1 - update to 328 * Mon Feb 06 2017 Miroslav Lichvar - 327-3 - recommend xorg-x11-fonts-misc (#487499) * Wed Nov 16 2016 Miroslav Lichvar - 327-2 - move resize tool to a subpackage (#1349582) * Mon Oct 10 2016 Miroslav Lichvar - 327-1 - update to 327 * Fri Oct 07 2016 Miroslav Lichvar - 326-1 - update to 326 * Fri Oct 07 2016 Miroslav Lichvar - 325-2 - buildrequire xorg-x11-apps to get correct path of luit * Wed Jun 08 2016 Miroslav Lichvar - 325-1 - update to 325 * Mon Mar 14 2016 Miroslav Lichvar - 324-1 - update to 324 * Tue Mar 08 2016 Miroslav Lichvar - 323-1 - update to 323 * Fri Feb 05 2016 Fedora Release Engineering - 322-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 08 2016 Miroslav Lichvar - 322-1 - update to 322 * Thu Sep 03 2015 Miroslav Lichvar - 320-1 - update to 320 * Mon Aug 24 2015 Miroslav Lichvar - 319-1 - update to 319 * Fri Jun 19 2015 Dennis Gilmore - 318-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Apr 16 2015 Miroslav Lichvar - 318-1 - update to 318 * Fri Mar 13 2015 Miroslav Lichvar - 316-1 - update to 316 * Tue Mar 03 2015 Miroslav Lichvar - 315-1 - update to 315 * Mon Jan 05 2015 Miroslav Lichvar - 314-1 - update to 314 * Mon Dec 08 2014 Adam Jackson - 313-2 - Don't BuildRequire: imake, we're not actually using it to build. * Mon Dec 08 2014 Miroslav Lichvar - 313-1 - update to 313 * Mon Sep 29 2014 Miroslav Lichvar - 312-1 - update to 312 * Fri Sep 19 2014 Miroslav Lichvar - 311-1 - update to 311 * Mon Aug 18 2014 Peter Robinson - 310-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Tue Jul 29 2014 Miroslav Lichvar - 310-1 - update to 310 * Thu Jul 17 2014 Miroslav Lichvar - 309-1 - update to 309 * Mon Jun 23 2014 Miroslav Lichvar - 308-1 - update to 308 * Mon Jun 09 2014 Miroslav Lichvar - 306-1 - update to 306 * Sun Jun 08 2014 Dennis Gilmore - 305-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Jun 03 2014 Miroslav Lichvar - 305-1 - update to 305 * Wed May 07 2014 Miroslav Lichvar - 304-1 - update to 304 * Tue Mar 11 2014 Miroslav Lichvar - 303-1 - update to 303 * Wed Mar 05 2014 Miroslav Lichvar - 302-1 - update to 302 * Tue Jan 21 2014 Miroslav Lichvar - 301-1 - update to 301 * Tue Dec 10 2013 Miroslav Lichvar - 300-1 - update to 300 * Tue Dec 03 2013 Miroslav Lichvar - 299-1 - update to 299 * Thu Nov 28 2013 Miroslav Lichvar - 298-1 - update to 298 * Thu Sep 19 2013 Miroslav Lichvar - 297-1 - update to 297 * Thu Sep 19 2013 Miroslav Lichvar - 295-3 - fix weekdays in changelog * Sun Aug 04 2013 Dennis Gilmore - 295-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 10 2013 Miroslav Lichvar - 295-1 - update to 295 * Wed May 29 2013 Miroslav Lichvar - 293-1 - update to 293 * Mon Apr 29 2013 Miroslav Lichvar - 292-1 - update to 292 * Thu Feb 28 2013 Miroslav Lichvar - 291-2 - set vendor for desktop file in f18 and older * Thu Feb 28 2013 Miroslav Lichvar - 291-1 - update to 291 * Sun Feb 10 2013 Parag Nemade - 289-2 - Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 * Fri Feb 08 2013 Miroslav Lichvar - 289-1 - update to 289 * Thu Jan 10 2013 Miroslav Lichvar - 288-1 - update to 288 * Mon Nov 26 2012 Miroslav Lichvar - 287-1 - update to 287 * Tue Oct 30 2012 Miroslav Lichvar - 286-1 - update to 286 * Mon Oct 15 2012 Miroslav Lichvar - 284-3 - 284-1 * Mon Oct 15 2012 Miroslav Lichvar - 284-2 - keep 16colors.txt in git * Mon Oct 15 2012 Miroslav Lichvar - 284-1 - update to 284 * Wed Oct 10 2012 Miroslav Lichvar - 283-6 - 283-1 * Wed Oct 10 2012 Miroslav Lichvar - 283-5 - fix rpmlint warning * Wed Oct 10 2012 Miroslav Lichvar - 283-4 - remove obsolete macros * Wed Oct 10 2012 Miroslav Lichvar - 283-3 - install icon to hicolor theme and use it in desktop file (#804279) * Wed Oct 10 2012 Miroslav Lichvar - 283-2 - use new configure options to set some resource defaults (#819588) * Wed Oct 10 2012 Miroslav Lichvar - 283-1 - update to 283 * Tue Oct 09 2012 Miroslav Lichvar - 278-6 - fix URL (#856957) * Thu Oct 04 2012 Rex Dieter - 278-5 - revert bad -3 build * Thu Oct 04 2012 Rex Dieter - 278-4 - Revert "xterm.desktop: +Path=$HOME" * Tue Sep 25 2012 Rex Dieter - 278-3 - xterm.desktop: +Path=$HOME * Sun Jul 22 2012 Dennis Gilmore - 278-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 26 2012 Miroslav Lichvar - 278-1 - update to 278 * Mon Jan 09 2012 Miroslav Lichvar - 277-1 - update to 277 * Tue Oct 11 2011 Miroslav Lichvar - 276-1 - update to 276 * Mon Sep 12 2011 Miroslav Lichvar - 275-1 - update to 275 * Tue Aug 30 2011 Miroslav Lichvar - 273-1 - update to 273 * Fri Jul 15 2011 Miroslav Lichvar - 271-1 - update to 271 * Wed Apr 27 2011 Miroslav Lichvar - 270-1 - update to 270 * Mon Feb 21 2011 Miroslav Lichvar - 269-1 - update to 269 * Mon Feb 14 2011 Miroslav Lichvar - 268-2 - set icondir * Mon Feb 14 2011 Miroslav Lichvar - 268-1 - update to 268 * Tue Feb 08 2011 Dennis Gilmore - 267-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Nov 23 2010 Miroslav Lichvar - 267-1 - update to 267 * Fri Nov 05 2010 Miroslav Lichvar - 266-2 - fix building with new libXaw * Tue Nov 02 2010 Miroslav Lichvar - 266-1 - update to 266 * Mon Oct 18 2010 Miroslav Lichvar - 264-1 - update to 264 * Tue Sep 07 2010 Miroslav Lichvar - 262-1 - update to 262 * Thu Jul 29 2010 Fedora Release Engineering - 261-3 - dist-git conversion * Fri Jul 02 2010 Miroslav Lichvar - 261-2 - remove NoDisplay=true from desktop file, use upstream version (#607018) * Tue Jun 29 2010 Miroslav Lichvar - 261-1 - update to 261 * Mon Jun 21 2010 Miroslav Lichvar - 260-1 - update to 260 * Mon Jun 14 2010 Miroslav Lichvar - 259-2 - link with -lICE - convert THANKS to UTF-8 * Thu Jun 10 2010 Miroslav Lichvar - 259-1 - update to 259 * Wed May 05 2010 Miroslav Lichvar - 258-1 - update to 258 * Tue Mar 09 2010 Miroslav Lichvar - 256-1 - update to 256 - enable XKB Bell support (#568748) * Tue Feb 02 2010 Miroslav Lichvar - 255-1 - update to 255 * Fri Dec 11 2009 Miroslav Lichvar - 253-1 - update to 253 * Tue Dec 08 2009 Miroslav Lichvar - 252-1 - update to 252 * Wed Nov 25 2009 Bill Nottingham - 251-2 - Fix typo that causes a failure to update the common directory. (releng #2781) * Thu Nov 19 2009 Miroslav Lichvar - 251-1 - update to 251 * Tue Oct 20 2009 Miroslav Lichvar - 250-1 - update to 250 * Thu Oct 08 2009 Miroslav Lichvar - 249-1 - update to 249 * Tue Sep 29 2009 Miroslav Lichvar - 248-2 - fix various bugs when display is scrolled up (#524503) * Thu Sep 17 2009 Miroslav Lichvar - 248-1 - update to 248 * Tue Sep 01 2009 Miroslav Lichvar - 247-1 - update to 247 * Tue Aug 18 2009 Miroslav Lichvar - 246-1 - update to 246 * Thu Aug 13 2009 Miroslav Lichvar - 245-1 - update to 245 * Mon Jul 27 2009 Jesse Keating - 242-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Mar 02 2009 Miroslav Lichvar - 242-3 - fix bell (#487829) * Thu Feb 26 2009 Jesse Keating - 242-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 18 2009 Miroslav Lichvar - 242-1 - update to 242 - use upstream default value for modifyFunctionKeys resource - remove png suffix from icon name in desktop file * Tue Jan 06 2009 Miroslav Lichvar - 238-1 - update to 238 (#479000, CVE-2008-2383) - set default values of allowWindowOps and allowFontOps resources to false * Tue Sep 16 2008 Miroslav Lichvar - 237-1 - update to 237 * Wed Jul 30 2008 Miroslav Lichvar - 236-1 - update to 236 - enable support for spawn-new-terminal action (#457130) * Tue Apr 22 2008 Miroslav Lichvar - 235-1 - update to 235 * Mon Mar 03 2008 Miroslav Lichvar - 234-1 - update to 234 * Wed Feb 27 2008 Miroslav Lichvar - 233-1 - update to 233 * Thu Jan 31 2008 Miroslav Lichvar - 232-1 - update to 232 * Mon Jan 07 2008 Miroslav Lichvar - 231-1 - update to 231 - remove setgid utempter from xterm binary (#229360) * Fri Jan 04 2008 Miroslav Lichvar - 230-1 - update to 230 * Mon Oct 15 2007 Bill Nottingham - 229-3 - makefile update to properly grab makefile.common * Wed Aug 22 2007 Miroslav Lichvar - 229-2 - rebuild * Mon Aug 13 2007 Miroslav Lichvar - 229-1 - update to 229 * Mon Jul 23 2007 Miroslav Lichvar - 228-1 - update to 228 * Fri Jun 29 2007 Miroslav Lichvar - 227-1 - update to 227 * Fri Jun 22 2007 Miroslav Lichvar - 226-1 - update to 226 * Thu Apr 12 2007 Miroslav Lichvar - 225-2 - fix sections in man pages * Tue Mar 27 2007 Miroslav Lichvar - 225-1 - update to 225 * Tue Mar 20 2007 Miroslav Lichvar - 224-3 - fix background color setting in alternate screen - don't display xterm in menus (#231000) Resolves: #231000 * Fri Feb 16 2007 Miroslav Lichvar - 224-2 - add the new tarball * Fri Feb 16 2007 Miroslav Lichvar - 224-1 - update to 224 - drop utempter group before creating pty - add Icon to desktop file (#227925) Resolves: #227925 * Wed Feb 07 2007 Miroslav Lichvar - 223-3 - spec cleanup (#226660) * Thu Jan 18 2007 Miroslav Lichvar - 223-2 - make xterm binary sgid utempter (#222847) - fix font size changes with -fa option (#222340) - fix redrawing of internal border (#223027) - enable metaSendsEscape resource and set modifyFunctionKeys to 0 by default Resolves: #222847, #222340, #223027 * Thu Dec 07 2006 Miroslav Lichvar - 223-1 - update to 223 * Thu Nov 23 2006 Miroslav Lichvar - 222-1 - update to 222 - link with libncurses instead of libtermcap - spec cleanup * Mon Sep 04 2006 Miroslav Lichvar - 215-3 - fix segfault when /etc/termcap is missing (#201246) * Wed Jul 26 2006 mharris - 215-2 - Replace BuildRequires utempter with libutempter-devel - Change BuildRoot tag to comply with Fedora packaging guidelines - Use pkg-config to autodetect the location of the system app-defaults dir - Add BuildRequires: pkgconfig * Mon Jul 17 2006 jvdias - 215-1 - upgrade to upstream version 215 * Wed Jul 12 2006 Jesse Keating - 213-3 - bumped for rebuild * Tue Jul 11 2006 Adam Jackson - 213-2 - Use correct dist tag in Release string. * Wed May 31 2006 jvdias - 213-1 - upgrade to 213 (fixes bug 192627); fix bug 189161 - make -r work with or without xterm*ground resources set * Thu Apr 13 2006 jvdias - 212-1 - Upgrade to upstream version 212 * Wed Mar 29 2006 jvdias - 211-2 - fix bug 186935: cursor GCs must be freed with XtReleaseGC * Tue Mar 21 2006 jvdias - 211-1 - upgrade to upstream version 211 - fixes bug 186094 * Tue Mar 07 2006 jvdias - 209-3 - fix bug 183993: set_cursor_gcs in ReverseVideo * Wed Feb 22 2006 jvdias - 209-2 - fix bug 182382: check for (VWindow(screen)!=0) in set_cursor_gcs - further fix for bug 178302: allow *vt100*cursorColor to be same as fg * Mon Feb 13 2006 jvdias - 209-1 - Upgrade to upstream version 209 * Sat Feb 11 2006 Jesse Keating - 208-3 - bump for bug in double-long on ppc(64) * Tue Feb 07 2006 Jesse Keating - 208-2 - bump for new gcc/glibc * Tue Jan 17 2006 jvdias - 208-1 - Upgrade to upstream version 208 * Wed Dec 21 2005 jvdias - 207-11 - fix bug 164210: enable tek40414 mode by default * Thu Dec 15 2005 jvdias - 207-10 - add extra documentation from T. Dickey's website * Thu Dec 15 2005 jvdias - 207-9 - fix bugs 175684, 155538 * Fri Dec 09 2005 Jesse Keating - 207-8 - gcc update bump * Wed Nov 23 2005 jvdias - 207-7 - set *VT100*eightBitInput:0 in default XTerm.ad to enable mc's +keys to work correctly * Wed Nov 23 2005 jvdias - 207-6 - remove resource-redhat patch - no longer required * Mon Nov 21 2005 jvdias - 207-5 - fix bug 173703 * Fri Nov 18 2005 jvdias - 207-4 - better fix for freetype configuration problem * Fri Nov 18 2005 jvdias - 207-3 - better fix for freetype configuration problem * Thu Nov 17 2005 jvdias - 207-2 - re-enable freetype support under modular X11 * Mon Nov 14 2005 jvdias - 207-1 - upgrade to upstream version 207; fix modular X app-defaults directory * Sun Nov 13 2005 Jeremy Katz - 206-6 - rebuild for newer modular X * Fri Nov 04 2005 jvdias - 206-5 - Build for modular X11: fix app-defaults and BuildRequires * Fri Nov 04 2005 jvdias - 206-4 - Build for modular X11: fix app-defaults and BuildRequires * Fri Nov 04 2005 jvdias - 206-3 - xterm for modular X11 * Fri Nov 04 2005 jvdias - 206-2 - upgrade to upstream version 206 * Fri Nov 04 2005 jvdias - 206-1 - upgrade to upstream version 206 * Thu Oct 13 2005 jvdias - 205-1 - fix bugs 124421, 129146, 159562, 161894, 169347 * Mon Sep 26 2005 mharris - 200-12 - Update bug Id list * Sat Sep 24 2005 mharris - 200-11 - Updated xterm-resources-redhat.patch to add "xterm*ttyModes: erase ^?" resource to fix bug (#155538) * Wed Sep 14 2005 mharris - 200-10 - Updated xterm-resources-redhat.patch to remove utf8 resource which was added in the 200-7 build, as it was incorrectly set to 'true' instead of '1', and bug #138681 turned out to be a gdm bug instead of an xterm bug. This fixes bug (#163568). * Tue Aug 30 2005 mharris - 200-9 - Added --disable-tek4014 to ./configure flags, to disable tek support for bug (#164210) * Tue May 03 2005 mharris - 200-8 - Updated xterm-resources-redhat.patch to enable xterm utf8 resource by default, as our default OS environment is UTF-8, for bug (#138681) * Sat Apr 16 2005 mharris - 200-7 - Added option to spec file to allow easy rebuilding with 256 color option for those who prefer this non-default behaviour (#103402) * Tue Mar 08 2005 sandmann - 200-6 - Ported xterm-resources-redhat.patch to newer xterms. (#126855) * Mon Mar 07 2005 mharris - 200-5 - Added libtermcap-devel and utempter to BuildRequires - Changed BuildRequires from XFree86-devel to xorg-x11-devel * Sun Mar 06 2005 mharris - 200-4 - Rebuild with gcc 4 for FC4 development * Tue Feb 08 2005 mharris - 200-3 - Removed chmod from prep, and updated comment to refect (#128341c12) * Tue Feb 08 2005 mharris - 200-2 - Disabled xterm-179-ppc-fix-bug-101472.patch for now, to see if the problem occurs on ppc still or not. * Tue Feb 08 2005 mharris - 200-1 - Updated main tarball to xterm-200 for FC4 devel * Thu Sep 09 2004 cvsdist - 192-1 - auto-import changelog data from xterm-192-1.src.rpm Tue Jul 13 2004 Mike A. Harris 192-1 - Updated main tarball to xterm-192 for FC3 devel - Resolved bugs #126569,127132 * Thu Sep 09 2004 cvsdist - 191-1 - auto-import changelog data from xterm-191-1.src.rpm Fri Jun 18 2004 Mike A. Harris 191-1 - Updated main tarball to xterm-191 for FC3 devel - Disabled xterm-resources-redhat.patch to see what if anything breaks, as it no longer applies cleanly. Hopefully we can just ship stock xterm resources now, although I realize that is more likely to be a pie in the sky fantasy once the bug reports trickle in from this change. ;o) Tue Jun 15 2004 Elliot Lee 179-8 - rebuilt Thu Jun 03 2004 Mike A. Harris 179-7 - Rebuilt for FC3 devel * Thu Sep 09 2004 cvsdist - 179-2 - auto-import changelog data from xterm-179-6.EL.src.rpm Fri Feb 13 2004 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - 179-1 - auto-import changelog data from xterm-179-5.src.rpm Mon Sep 08 2003 Mike A. Harris 179-5 - Added xterm-179-ppc-fix- bug-101472.patch ifarch ppc ppc64 to fix bug (#101472) Wed Aug 27 2003 Bill Nottingham 179-4.1 - fix symlink - rebuild Wed Aug 13 2003 Mike A. Harris 179-3.EL - Rebuilt for Taroon with symlink fixes. Wed Aug 13 2003 Mike A. Harris 179-3 - Added symlink /usr/X11R6/bin/xterm pointing to _bindir/xterm so that apps and scripts which invoke xterm explicitly as /usr/X11R6/bin/xterm, will continue to work correctly without surprises (#101994) Wed Jun 04 2003 Elliot Lee 179-2.EL - rebuilt Fri May 30 2003 Mike A. Harris 179-1.EL - Bump release to 1.EL for Red Hat Enterprise Linux build Mon May 26 2003 Mike A. Harris 179-1 - Updated to upstream xterm 179 - [SECURITY] Added xterm-can-2003-0063.patch from XFree86 4.3.0-12 package - Added Red Hat xterm-resources-redhat.patch from XFree86 4.3.0-12 package - Added "chmod -R u+w *" after source is decompressed or else patches can not be applied due to upstream source being read only files - Built xterm 179-1 in rawhide Mon May 05 2003 Mike A. Harris 177-2.0.EL - Bump release to 2.0.EL for Red Hat Enterprise Linux build Mon May 05 2003 Mike A. Harris 177-2 - Build fix for lib64: _x11datadir == /usr/X11R6/lib - Another lib64 build fix: xterm uses /usr/%%{_lib}/X11/app-defaults when it should be using an arch-neutral dir {_x11datadir}/X11/app-defaults instead Tue Apr 15 2003 Mike A. Harris 177-1 - Call configure with "--enable-luit --enable- warnings --enable-wide-chars --with-utempter" - Initial build. ## END: Generated by rpmautospec