Hello community, here is the log from the commit of package xterm for openSUSE:Factory checked in at 2016-03-26 15:20:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xterm (Old) and /work/SRC/openSUSE:Factory/.xterm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xterm" Changes: -------- --- /work/SRC/openSUSE:Factory/xterm/xterm.changes 2016-02-09 16:48:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2016-03-26 15:20:44.000000000 +0100 @@ -1,0 +2,28 @@ +Mon Mar 14 11:18:47 UTC 2016 - [email protected] + +- Patch #324 - 2016/03/10 + * updated configure macro CF_LD_RPATH_OPT from ncurses changes. + * provide alternate fix for Juha Nurmela's report by turning on + POSIX signals if _POSIX_C_SOURCE is at least one. This is + done to improve the behavior if a direct child process + receives a STOP signal. + * revert change to CF_POSIX_C_SOURCE from patch #323 + (reports by Ashish Shukla, Christian Weisgerber). +- Patch #323 - 2016/03/07 + * updated appdata and desktop files to add keywords (report by + Richard Hughes). + * modify configure macro CF_POSIX_C_SOURCE to accommodate some + systems, e.g., FreeBSD, which have separated their + implementation specific preprocessor symbols from the POSIX + ones, requiring both to be defined (report by Juha Nurmela). + * change the directory to the current working dir of the child + process in exec-formatted and exec-selectable actions (patch + by Alexander Pohoyda). + * correct typo in xterm.man (patch by Larry Hynes). + * correct typo in ctlseqs.ms (report by Shriramana Sharma). + * add feature to support XHTML and SVG screen dumps (patch by + Jens Schweikhardt). + * correct response to DECRQSS when terminal id is less than 400 + (patch by Iwamoto Kouichi). + +------------------------------------------------------------------- Old: ---- xterm-322.tgz xterm-322.tgz.asc New: ---- xterm-324.tgz xterm-324.tgz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xterm.spec ++++++ --- /var/tmp/diff_new_pack.JO0oMI/_old 2016-03-26 15:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.JO0oMI/_new 2016-03-26 15:20:46.000000000 +0100 @@ -19,7 +19,7 @@ %define vttest_version 20140305 %define splitbin 0%{?suse_version} >= 1300 Name: xterm -Version: 322 +Version: 324 Release: 0 Summary: The basic X terminal program License: MIT ++++++ xterm-322.tgz -> xterm-324.tgz ++++++ ++++ 13596 lines of diff (skipped) ++++++ xterm-decomposed_bitmaps.patch ++++++ --- /var/tmp/diff_new_pack.JO0oMI/_old 2016-03-26 15:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.JO0oMI/_new 2016-03-26 15:20:46.000000000 +0100 @@ -21,7 +21,7 @@ diff --git a/misc.c b/misc.c --- a/misc.c +++ b/misc.c -@@ -2227,16 +2227,18 @@ ReportAnsiColorRequest(XtermWidget xw, i +@@ -2237,16 +2237,18 @@ ReportAnsiColorRequest(XtermWidget xw, i } static void ++++++ xterm-desktop-item-in-gnome-utilities-appfolder.patch ++++++ --- /var/tmp/diff_new_pack.JO0oMI/_old 2016-03-26 15:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.JO0oMI/_new 2016-03-26 15:20:46.000000000 +0100 @@ -4,7 +4,7 @@ diff --git a/xterm.desktop b/xterm.desktop --- a/xterm.desktop +++ b/xterm.desktop -@@ -34,9 +34,9 @@ +@@ -34,10 +34,10 @@ Name=XTerm #GenericName=Terminal Comment=standard terminal emulator for the X window system @@ -15,3 +15,4 @@ Icon=terminal -Categories=System;TerminalEmulator; +Categories=System;TerminalEmulator;X-GNOME-Utilities; + Keywords=shell;prompt;command;commandline;cmd; ++++++ xterm-desktop_file_icon.patch ++++++ --- /var/tmp/diff_new_pack.JO0oMI/_old 2016-03-26 15:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.JO0oMI/_new 2016-03-26 15:20:46.000000000 +0100 @@ -3,7 +3,7 @@ diff --git a/xterm.desktop b/xterm.desktop --- a/xterm.desktop +++ b/xterm.desktop -@@ -33,10 +33,10 @@ +@@ -33,11 +33,11 @@ [Desktop Entry] Name=XTerm #GenericName=Terminal @@ -15,3 +15,4 @@ -Icon=xterm-color_48x48 +Icon=terminal Categories=System;TerminalEmulator; + Keywords=shell;prompt;command;commandline;cmd; ++++++ xterm-enable_libtinfo.patch ++++++ --- /var/tmp/diff_new_pack.JO0oMI/_old 2016-03-26 15:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.JO0oMI/_new 2016-03-26 15:20:46.000000000 +0100 @@ -29,7 +29,7 @@ diff --git a/configure b/configure --- a/configure +++ b/configure -@@ -5562,20 +5562,20 @@ echo "$as_me:5561: checking for $cf_test +@@ -5444,20 +5444,20 @@ echo "$as_me:5443: checking for $cf_test echo $ECHO_N "checking for $cf_test_message function... $ECHO_C" >&6 if test "${cf_cv_lib_tgetent+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 ++++++ xterm-forbid_window_and_font_ops.patch ++++++ --- /var/tmp/diff_new_pack.JO0oMI/_old 2016-03-26 15:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.JO0oMI/_new 2016-03-26 15:20:46.000000000 +0100 @@ -3,7 +3,7 @@ diff --git a/XTerm.ad b/XTerm.ad --- a/XTerm.ad +++ b/XTerm.ad -@@ -260,16 +260,21 @@ +@@ -262,16 +262,21 @@ !*faceSize: 8 ! Here is a pattern that is useful for double-clicking on a URL: ++++++ xterm-settings.patch ++++++ --- /var/tmp/diff_new_pack.JO0oMI/_old 2016-03-26 15:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.JO0oMI/_new 2016-03-26 15:20:46.000000000 +0100 @@ -116,7 +116,7 @@ diff --git a/XTerm.ad b/XTerm.ad --- a/XTerm.ad +++ b/XTerm.ad -@@ -98,31 +98,56 @@ +@@ -100,31 +100,56 @@ *vtMenu*clearsavedlines*Label: Reset and Clear Saved Lines *vtMenu*tekshow*Label: Show Tek Window *vtMenu*tekmode*Label: Switch to Tek Mode @@ -180,7 +180,7 @@ *fontMenu*font-doublesize*Label: Doublesized Characters *fontMenu*font-loadable*Label: VT220 Soft Fonts *fontMenu*font-packed*Label: Packed Font -@@ -132,22 +157,23 @@ +@@ -134,22 +159,23 @@ *fontMenu*utf8-title*Label: UTF-8 Titles *fontMenu*allow-color-ops*Label: Allow Color Ops @@ -210,7 +210,7 @@ *tekMenu*tektextsmall*Label: Small Characters *tekMenu*tekpage*Label: PAGE *tekMenu*tekreset*Label: RESET -@@ -234,16 +260,70 @@ +@@ -236,16 +262,70 @@ !*faceSize: 8 ! Here is a pattern that is useful for double-clicking on a URL:
