Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2018-08-13 09:53:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xterm (Old)
 and      /work/SRC/openSUSE:Factory/.xterm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xterm"

Mon Aug 13 09:53:14 2018 rev:110 rq:622281 version:332

Changes:
--------
--- /work/SRC/openSUSE:Factory/xterm/xterm.changes      2018-04-26 
13:23:15.688541910 +0200
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2018-08-13 
09:53:24.182718136 +0200
@@ -1,0 +2,6 @@
+Tue Jul 10 14:20:54 UTC 2018 - meiss...@suse.com
+
+- xterm-better-fonts.patch: Adjust the defaults fonts a bit so
+  some chinese letters are displayed better (bsc#1089049)
+
+-------------------------------------------------------------------

New:
----
  xterm-better-fonts.patch

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

Other differences:
------------------
++++++ xterm.spec ++++++
--- /var/tmp/diff_new_pack.utPRva/_old  2018-08-13 09:53:24.974719739 +0200
+++ /var/tmp/diff_new_pack.utPRva/_new  2018-08-13 09:53:24.978719747 +0200
@@ -24,7 +24,7 @@
 Summary:        The basic X terminal program
 License:        MIT
 Group:          System/X11/Utilities
-URL:            http://invisible-island.net/xterm/
+Url:            http://invisible-island.net/xterm/
 Source:         ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
 Source1:        ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz.asc
 Source2:        luitx
@@ -48,6 +48,7 @@
 Patch7:         xterm-allow_iso-utf_fonts_in_menu.patch
 Patch8:         xterm-decomposed_bitmaps.patch
 Patch9:         xterm-desktop-item-in-gnome-utilities-appfolder.patch
+Patch10:        xterm-better-fonts.patch
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
@@ -95,6 +96,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 cp -t . %{SOURCE8} %{SOURCE9}
 bunzip2 %{basename:%{SOURCE8}} %{basename:%{SOURCE9}}
 cd ../vttest-%{vttest_version}






++++++ xterm-better-fonts.patch ++++++
--- xterm/XTerm.ad      2018-07-10 14:16:04.913131251 +0200
+++ xterm/XTerm.ad      2018-07-10 14:22:15.180237066 +0200
@@ -116,9 +116,9 @@ 
 
 *fontMenu.Label:  VT Fonts
 *fontMenu*fontdefault*Label:   Default
-*VT100.font:           
-misc-fixed-medium-r-semicondensed-*-13-120-75-75-c-60-iso10646-1
-*VT100.wideFont:       
-misc-fixed-medium-r-normal-*-13-120-75-75-c-120-iso10646-1
-*VT100.wideBoldFont:   
-misc-fixed-medium-r-normal-*-13-120-75-75-c-120-iso10646-1
+*VT100*font:           
-misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1
+*VT100*boldfont:       
-misc-fixed-bold-r-normal-*-18-120-100-100-c-90-iso10646-1
+*VT100*wideFont:       
-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1
 
 *fontMenu*font1*Label: Unicode Best
 *VT100.font1:          
-misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1
++++++ xterm-desktop-item-in-gnome-utilities-appfolder.patch ++++++
--- /var/tmp/diff_new_pack.utPRva/_old  2018-08-13 09:53:25.070719934 +0200
+++ /var/tmp/diff_new_pack.utPRva/_new  2018-08-13 09:53:25.070719934 +0200
@@ -1,15 +1,11 @@
 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-332/xterm.desktop
+===================================================================
+--- xterm-332.orig/xterm.desktop
++++ xterm-332/xterm.desktop
+@@ -39,5 +39,5 @@ Terminal=false
  Type=Application
  Encoding=UTF-8
  Icon=terminal


Reply via email to