Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2022-09-30 17:57:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xterm (Old)
 and      /work/SRC/openSUSE:Factory/.xterm.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xterm"

Fri Sep 30 17:57:02 2022 rev:130 rq:1006588 version:373

Changes:
--------
--- /work/SRC/openSUSE:Factory/xterm/xterm.changes      2022-03-23 
20:15:56.802380218 +0100
+++ /work/SRC/openSUSE:Factory/.xterm.new.2275/xterm.changes    2022-09-30 
17:57:04.381156080 +0200
@@ -1,0 +2,60 @@
+Tue Sep 27 21:01:45 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 373:
+  * improve rendering of TrueType fonts:
+       + add  resource xftTrackMemUsage to enable/disable a new feature
+         of Xft which improves performance.
+       + add   resources   xftMaxGlyphMemory  and  xftMaxUnrefFonts  to
+         customize memory-usage of Xft and fontconfig.
+       + provide for display of colored fonts in libXft 2.3.5
+       + allow for an extra TrueType font to be specified using the -fa
+         option,  as  an  override to the fontconfig scheme of fallback
+         fonts (request by Nickolas Raymond Kaczynski).
+       + improve caching of TrueType missing-glyph tests.
+       + allow no more than 255 fonts to be scanned for a fontset.
+       + eliminate a table-lookup in findXftGlyph
+  * improvements status-line feature:
+       + save/restore  wraparound  flag  when  updating the status-line
+         (report by Rajeev V. Pillai).
+       + avoid  clearing  the status-line when switching between normal
+         and alternate screens (report by Valtteri Vuorikoski).
+       + remove  adjustment  from  update_winsize leftover from initial
+         work (report by Valtteri Vuorikoski).
+  * modify wcwidth tables to separate Unicode Cf category as formatting
+    control-characters,  to  better match the guideline for unsupported
+    characters (report by Tim Chase).
+  * add configure option --disable-exec-selection.
+  * use mkstemp where mkdtemp is unavailable, when initializing colored
+    cursor.
+  * adapt fixes from OpenBSD xenocara:
+       + improve ifdef's for a few optional features.
+       + correct #ifdef to #if in a few uses of OPT_PRINT_ON_EXIT.
+  * set   StartupWMClass   in   ???.desktop???  files,  e.g.,  to  help
+    cinnamon-session  notice  that xterm sets WM_CLASS and use its icon
+    (patch by Richard de Boer).
+  * disable pixel computation when rgb width is greater than 8, to work
+    with depth 30 (patch by Denis Kaganovich).
+  * improve  color-computation  for  SGR  2  faint/dim  (patch by Boian
+    Bonev).  Add  resource  faintIsRelative  to specify if the modified
+    computation  should  be  used (prompted by discussion with Matthieu
+    Herrb).
+  * correct  comparison-length  for environment variable cleanup (patch
+    by Brendan O' Dea).
+  * correct  dsl  capability  for  dec+sl  block in terminfo (report by
+      Rajeev V. Pillai).
+  * improve output formatting by vttests/utf8.pl
+  * repair  test/demo  scripts  still using "vxt-" prefix, some cleanup
+    with shellcheck.
+  * enable page-number for DECXCPR response in VT330.
+  * amend  change for combining characters in patch #371 to limit it to
+    the currently-defined codes (report by Thomas Wolff).
+  * add  directory-template  parameter  to  mktemp  in shell-scripts to
+    improve portability to older systems (patch by Ryan Schmidt).
+  * mention webpage XTerm ??? bracketed-paste in ctlseqs.ms
+  * update   manual-page   descriptions   for   allowPasteControls  and
+    disallowedPasteControls (patch #363).
+  * further  extended list of environment variables to purge on startup
+    (suggested by Thomas Wolff).
+  * update config.guess, config.sub
+
+-------------------------------------------------------------------

Old:
----
  xterm-372.tgz
  xterm-372.tgz.asc

New:
----
  xterm-373.tgz
  xterm-373.tgz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xterm.spec ++++++
--- /var/tmp/diff_new_pack.ZqeSaK/_old  2022-09-30 17:57:05.073157559 +0200
+++ /var/tmp/diff_new_pack.ZqeSaK/_new  2022-09-30 17:57:05.077157568 +0200
@@ -19,7 +19,7 @@
 %define splitbin 0%{?suse_version} >= 1300
 
 Name:           xterm
-Version:        372
+Version:        373
 Release:        0
 Summary:        The basic X terminal program
 License:        MIT




++++++ xterm-372.tgz -> xterm-373.tgz ++++++
++++ 19572 lines of diff (skipped)

++++++ xterm-desktop-item-in-gnome-utilities-appfolder.patch ++++++
--- /var/tmp/diff_new_pack.ZqeSaK/_old  2022-09-30 17:57:05.469158405 +0200
+++ /var/tmp/diff_new_pack.ZqeSaK/_new  2022-09-30 17:57:05.473158414 +0200
@@ -3,19 +3,16 @@
 Group the desktop file into the Utilities folder in the GNOME
 shell application overview.
 
-diff --git a/xterm.desktop b/xterm.desktop
---- a/xterm.desktop
-+++ b/xterm.desktop
-@@ -34,10 +34,10 @@
- Name=XTerm
- #GenericName=Terminal
- Comment=standard terminal emulator for the X window system
- Exec=xterm
- Terminal=false
+Index: xterm-373/xterm.desktop
+===================================================================
+--- xterm-373.orig/xterm.desktop
++++ xterm-373/xterm.desktop
+@@ -39,6 +39,6 @@ Terminal=false
  Type=Application
  Encoding=UTF-8
  Icon=terminal
 -Categories=System;TerminalEmulator;
 +Categories=System;TerminalEmulator;X-GNOME-Utilities;
  Keywords=shell;prompt;command;commandline;cmd;
+ StartupWMClass=XTerm
 

++++++ xterm-desktop_file_icon.patch ++++++
--- /var/tmp/diff_new_pack.ZqeSaK/_old  2022-09-30 17:57:05.485158440 +0200
+++ /var/tmp/diff_new_pack.ZqeSaK/_new  2022-09-30 17:57:05.489158448 +0200
@@ -2,15 +2,11 @@
 # Parent  fa7b175db269546b9408d1af03d9c04dddbc4d9b
 # use system stock icon for XTerm
 
-diff --git a/xterm.desktop b/xterm.desktop
---- a/xterm.desktop
-+++ b/xterm.desktop
-@@ -33,11 +33,11 @@
- [Desktop Entry]
- Name=XTerm
- #GenericName=Terminal
- Comment=standard terminal emulator for the X window system
- Exec=xterm
+Index: xterm-373/xterm.desktop
+===================================================================
+--- xterm-373.orig/xterm.desktop
++++ xterm-373/xterm.desktop
+@@ -38,7 +38,7 @@ Exec=xterm
  Terminal=false
  Type=Application
  Encoding=UTF-8
@@ -18,4 +14,5 @@
 +Icon=terminal
  Categories=System;TerminalEmulator;
  Keywords=shell;prompt;command;commandline;cmd;
+ StartupWMClass=XTerm
 

Reply via email to