Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xterm for openSUSE:Factory checked in at 2023-10-17 20:22:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xterm (Old) and /work/SRC/openSUSE:Factory/.xterm.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xterm" Tue Oct 17 20:22:37 2023 rev:142 rq:1118212 version:387 Changes: -------- --- /work/SRC/openSUSE:Factory/xterm/xterm.changes 2023-10-05 20:02:45.445855327 +0200 +++ /work/SRC/openSUSE:Factory/.xterm.new.20540/xterm.changes 2023-10-17 20:22:44.726549992 +0200 @@ -1,0 +2,16 @@ +Mon Oct 16 21:07:38 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de> + +- update 387: + * add DECRQUPSS and DECAUPSS + * add DECRQDE + * correct indexing expression in title-stack +- includes changes from 386: + * improve references in ctlseqs.ms + * make the maximum amount of memory used for buffering DCS and + OSC strings configurable with maxStringParse resource + * improve performance of ReGIS when initializing the largest + fontsize + * fix regression in SIXEL colors + * fix typo in --with-wtmp + +------------------------------------------------------------------- Old: ---- xterm-385.tgz xterm-385.tgz.asc New: ---- xterm-387.tgz xterm-387.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xterm.spec ++++++ --- /var/tmp/diff_new_pack.3hSDpW/_old 2023-10-17 20:22:45.670583040 +0200 +++ /var/tmp/diff_new_pack.3hSDpW/_new 2023-10-17 20:22:45.674583180 +0200 @@ -17,9 +17,8 @@ %define splitbin 0%{?suse_version} >= 1300 - Name: xterm -Version: 385 +Version: 387 Release: 0 Summary: The basic X terminal program License: MIT @@ -45,11 +44,19 @@ Patch7: xterm-allow_iso-utf_fonts_in_menu.patch Patch8: xterm-decomposed_bitmaps.patch Patch9: xterm-desktop-item-in-gnome-utilities-appfolder.patch +BuildRequires: bdftopcf BuildRequires: groff BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: utempter-devel BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(x11-xcb) +BuildRequires: pkgconfig(xaw7) +BuildRequires: pkgconfig(xft) +Requires: luit +Recommends: xorg-x11-fonts-legacy Provides: XFree86:%{_prefix}/X11R6/bin/xterm Provides: xorg-x11:%{_prefix}/X11R6/bin/xterm %if %{splitbin} @@ -58,14 +65,6 @@ %if 0%{?suse_version} > 1220 BuildRequires: fontpackages-devel %endif -BuildRequires: bdftopcf -BuildRequires: utempter-devel -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(x11-xcb) -BuildRequires: pkgconfig(xaw7) -BuildRequires: pkgconfig(xft) -Requires: luit -Recommends: xorg-x11-fonts-legacy %if 0%{?suse_version} > 1220 %reconfigure_fonts_prereq %endif @@ -99,7 +98,7 @@ %build %define xappdefs %{_datadir}/X11/app-defaults %define xfontsd %{_datadir}/fonts -%define xterminfo /usr/lib/X11%{_sysconfdir} +%define xterminfo %{_prefix}/lib/X11%{_sysconfdir} %configure \ --enable-256-color \ @@ -182,5 +181,5 @@ %files resize %{_bindir}/resize -%{_mandir}/man1/resize.1* +%{_mandir}/man1/resize.1%{?ext_man} ++++++ xterm-385.tgz -> xterm-387.tgz ++++++ ++++ 3418 lines of diff (skipped)