Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2021-12-13 20:42:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xterm (Old)
 and      /work/SRC/openSUSE:Factory/.xterm.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xterm"

Mon Dec 13 20:42:08 2021 rev:128 rq:937738 version:370

Changes:
--------
--- /work/SRC/openSUSE:Factory/xterm/xterm.changes      2021-08-25 
20:56:15.453314845 +0200
+++ /work/SRC/openSUSE:Factory/.xterm.new.2520/xterm.changes    2021-12-13 
20:46:50.944503106 +0100
@@ -1,0 +2,76 @@
+Tue Dec  7 08:55:20 UTC 2021 - Ludwig Nussel <lnus...@suse.de>
+
+- Use separate subpackage for resize binary. It does not actually
+  depend on X so can be used in small systems.
+
+-------------------------------------------------------------------
+Fri Nov 26 21:16:34 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 370:
+  * add  -a,  -c  and -d options to query-status.pl to improve test for
+    DECRQSS.
+  * expanded  discussion  of  maximum  graphics  geometry in ctlseqs.ms
+  * corrected parameter symbol for DECCARA and DECRARA in ctlseqs.ms to
+    indicate  that  multiple  parameters  may be used
+  * add several test/demo scripts.
+  * improve DECCOLM, DECLRMM and DECALN referring to pseudo-code in DEC
+    070.
+  * amend a change in patch #348 which caused left/right margin mode to
+    be  reset  when  resizing  the terminal window
+  * fix a misnamed macro-parameter 
+  * fix spacing of wideFont when its width is not exactly twice as wide
+    as the normal font
+  * suppress loading of italic font in a few places when colorITmode is
+    enabled
+  * modify XTSMGRAPHICS to return failure status if the terminal is not
+    configured  to  support  the  corresponding  ReGIS or SIXEL feature
+  * modify  DECERA  and  DECFRA  to  erase  corresponding area in SIXEL
+    graphics
+  * equate  visuals  for  TrueColor  and  DirectColor
+  * correct  computation  for  pixel  value  of rgb when using depth 16
+  * correct   wrapping  of  VT100-style  double-sized  characters  when
+    configured  for  Unicode  wide-characters
+  * updated default value for sixelScrolling resource to match expected
+    behavior  versus  DECSDM  change  in  patch  #369
+
+-------------------------------------------------------------------
+Sat Oct 16 12:21:03 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 369:
+  * modify  run-tic.sh  to  work  around  bug in development version of
+    ncurses which was packaged in FreeBSD ports.
+  * remove ifdef's for OPT_COLOR_RES and OPT_COLOR_RES2.
+  * improve   performance  over  slow  connections
+  * update cursor if restoring mode for DECTCEM.
+  * modify  CharWidth  macro to ensure that the shortcut for Latin-1 is
+    only  applied  when  UTF-8 is not enabled, to fix a bug in handling
+    soft-hyphen from patch #334 changes (patch by Martijn van Duren).
+  * improve terminfo:
+      + fill-in   function-keys  in  terminfo  which  are  not  Sun/HP
+        keyboards using xterm+nopcfkeys building-block.
+      + add kbeg to xterm+keypad to accommodate termcap applications
+      + add  smglp and smgrp to vt420+lrmm, to provide useful data for
+        the "tabs" +m option
+  * support shift-tab in Sun, HP and SCO keyboards.
+  * document some legacy features in ctlseqs.ms (prompted by discussion
+    with Jimmy Aguilar Mena "Ergus").
+  * add ???trim??? option to cdXtraScroll and tiXtraScroll.
+  * remove support for non-fifo save-lines configuration.
+  * extend  cdXtraScroll to check if the cursor is at the upper-left of
+    the  scrolling  region when the erasure is for the remainder of the
+    screen  versus  the whole screen
+  * add workaround for broken pcre2 package in Debian 10.
+  * change  screen-refresh  call used for DECCARA and DECRARA to ensure
+    that  trailing blanks which are part of the rectangle are repainted
+    (report/analysis by Dennis Filder).
+  * when  resetting  the terminal, ensure that the cursor shape also is
+    reset,  e.g.,  if DECSCUSR has been used to modify the cursor shape
+    for  an  xterm  which was started with the underlined cursor option
+    (report/analysis by Luis Javier Merino).
+  * prevent  DECSCUSR  from  blinking  the  cursor  if  the cursorBlink
+    resource is ???never??? (report by Vladimir D Seleznev).
+  * invert  the sense of DECSDM, to correspond with VT382 manuals (lsix
+    #41).
+  * update tables in wcwidth.c based on Unicode 14.0.0
+
+-------------------------------------------------------------------

Old:
----
  xterm-368.tgz
  xterm-368.tgz.asc

New:
----
  xterm-370.tgz
  xterm-370.tgz.asc

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

Other differences:
------------------
++++++ xterm.spec ++++++
--- /var/tmp/diff_new_pack.NM5PJU/_old  2021-12-13 20:46:51.764503206 +0100
+++ /var/tmp/diff_new_pack.NM5PJU/_new  2021-12-13 20:46:51.768503207 +0100
@@ -19,7 +19,7 @@
 %define splitbin 0%{?suse_version} >= 1300
 
 Name:           xterm
-Version:        368
+Version:        370
 Release:        0
 Summary:        The basic X terminal program
 License:        MIT
@@ -78,11 +78,20 @@
 %package bin
 Summary:        The basic X terminal program
 Group:          System/X11/Utilities
+Requires:       xterm-resize = %{version}-%{release}
 
 %description bin
 %endif
 This package contains the basic X.Org terminal program.
 
+%package resize
+Summary:        Set environment and terminal settings to current window size
+Group:          System/X11/Utilities
+
+%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
 %autosetup -p1
 cp -t . %{SOURCE8} %{SOURCE9}
@@ -151,13 +160,11 @@
 %doc README README.i18n README.SUSE
 %{_bindir}/luitx
 %attr(755,root,root) %{_bindir}/xterm
-%{_bindir}/resize
 %{_bindir}/uxterm
 %{_bindir}/koi8rxterm
 %{_bindir}/Backarrow2Delete
 %{_bindir}/Backarrow2BackSpace
 %{_mandir}/man1/xterm.1.gz
-%{_mandir}/man1/resize.1.gz
 %{_mandir}/man1/koi8rxterm.1.gz
 %{_mandir}/man1/uxterm.1.gz
 %dir %{xterminfo}
@@ -174,4 +181,8 @@
 %{xappdefs}/XTerm
 %{xappdefs}/XTerm-color
 
+%files resize
+%{_bindir}/resize
+%{_mandir}/man1/resize.1*
+
 %changelog




++++++ xterm-368.tgz -> xterm-370.tgz ++++++
++++ 25705 lines of diff (skipped)

++++++ xterm.keyring ++++++
--- /var/tmp/diff_new_pack.NM5PJU/_old  2021-12-13 20:46:52.144503252 +0100
+++ /var/tmp/diff_new_pack.NM5PJU/_new  2021-12-13 20:46:52.148503253 +0100
@@ -1,29 +1,43 @@
-pub   1024D/F7E48EDB 2004-01-05
-uid                  Thomas Dickey <dic...@invisible-island.net>
-sub   1024g/E4374AE1 2004-01-05
-
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.19 (GNU/Linux)
 
-mQGiBD/4r7IRBADFuacEqf9fye+NQSm7xjNP705aq75VrUd2hJyPmSiFUIyQEfc4
-4GQXGdFg+/Apq4iq/50/8pR8YXOKwP5OE69emEp7IxjST41orGUk5ZwcnlSkaruN
-WLTe/lN3e0oOIVbYig1lUbU5IxZu03KfNg2DZ9JiZdNBlzlqx1+oFlWFLwCg3awg
-EfOUfbe4kVxNrsnxaCJYJ38EAMRVyUOfhkm9l0YuiC4ebOHrdmn9jFVW+XZPZDeb
-8DcyTBNrgvVTnEmrNzVJgOyZIW+uraBVitak+No1kwXvC/i0kZEzYqfG87EdJSfe
-OV7axIRisiTrcbZdRJ3CBDtGvLqJ9OuGFHPQmntnZfhiwJTR79hepndEQYyV5eQb
-oQ+aA/0bI+/odyRDefc9HF1EhOcz8E76QP+VlvUfIDUJrmwv/3gLZ968HACOe0DE
-+bcUockLJxoNwQFwCQPjm5S2+Ba2uY4hRhOA+MResZWlPouoosay2ADfiU7pdBCx
-nbcLAuezgnZg4jcXvLl1QiAihxaEI2jqgZBnnierWzqRzRZM4LQrVGhvbWFzIERp
-Y2tleSA8ZGlja2V5QGludmlzaWJsZS1pc2xhbmQubmV0PoheBBMRAgAeBQI/+K+y
-AhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEHAjU+D35I7bejEAnRYLqlswwk+F
-+pWcppXLnsskhTfSAKCrg23hTwzaaW9mlbmDavid+QQu3bkBDQQ/+K+0EAQAjTl1
-EeUt5EUq8tiGBq+KtFo3TxIdJKBtVFQ4btETdF23dkZ1o1642GmF7JJgn6PKUcJD
-UlHhUO4IEcpHABAiU4HweoWh8yT/yaA9AXqRKcJpMQ5bEGoooHBIg0Uh8ahG6Q1c
-HzgsGOaOK9YzFSvSIRXryMlrh1oITzvwEkXRfOcAAwcD/iRaNtGYaS05FwaaVvm0
-Eexhhw2JzSaRP6PY3r/BGmgPVG9Uk9huk+Yk/pdW9Pa3KRj37ANK2svfwHx9A077
-Ma9GoupZ/rjP01WO0ur8tzC7KsqCep9m33K9kdAeJZ0Ud+AwsnAEy/Q1XZin/jUU
-5L1lzko010LXY9CqdrmCXhaqiEkEGBECAAkFAj/4r7QCGwwACgkQcCNT4Pfkjtuu
-ngCg2es41JEYaarCcT+gFpyM0WCqAU8An3L0pkO4wtZ8SejpHa7WSR9M54xd
-=VWbi
+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
+P46cd3aSov0rfNS/zg==
+=cr15
 -----END PGP PUBLIC KEY BLOCK-----
 

Reply via email to