Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2013-01-29 14:50:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xterm (Old)
 and      /work/SRC/openSUSE:Factory/.xterm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xterm", Maintainer is "meiss...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xterm/xterm.changes      2012-12-05 
14:10:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2013-01-29 
14:50:14.000000000 +0100
@@ -1,0 +2,54 @@
+Fri Jan 25 10:52:06 UTC 2013 - pce...@suse.com
+
+- Patch #288 - 2013/01/09
+  * fix a special case in ShowCursor where the foreground and
+    background colors of the current position are the same. In
+    that case, choose the further of the window's foreground and
+    background colors for the cursor color.
+  * modify alternateScroll feature added in patch #282 to use
+    either CSI or SS3 according to the cursor keys application
+    mode setting, to simplify using it in vi, etc. (suggested by
+    Dietar Roelants).
+  * revise manpage for resize to clarify the changes which resize
+    may make to the terminal settings as well as to the terminal
+    itself.
+  * remove code such as struct ttysize, used for SunOS 3 and 4.
+  * modify configure script and makefile to check for groff and
+    suppress groff-specific rules if groff is not found.
+  * modify ctlseqs.ms and makefile to work around bugs in grohtml
+    which cause ".png" files to be truncated when producing html
+    documentation.
+  * modify suffix rules for "make docs" to make the names of the
+    generated ".png" files predictable, helping to work around
+    longstanding problems with this feature of groff-none of its
+    releases work for all of xterm's tables..
+  * correct typo in ctlseqs.ms for DECIC and DECDC; the character
+    preceding the final "~" is an ASCII single-quote "'" rather
+    than a space (report by Paul LeoNerd Evans).
+  * update CF_GCC_VERSION macro, handling both Debian and Darwin.
+  * improve configure script checks for the
+    --with-desktop-category option. After patch #280 changes, if
+    no value was given for this option, and no existing desktop
+    files found for comparison, the incorrect "auto" value was
+    passed into the generated desktop file (report by Julien
+    Cristau).
+  * modify sample build-scripts to disable check for imake due to
+    code-rot in Xorg.
+  * add -v command-line option to resize, reporting the same
+    version string as xterm and the two shell-wrappers.
+  * make name-transformation apply to other occurrences of resize,
+    other manpages.
+  * special-case the name-transformation in xterm's manpage in the
+    NAME section so that the result works with makewhatis (report
+    by Julien Cristau).
+  * modify install-rules for manpages to put each program's
+    respective transformed name into the header rather than
+    xterm's.
+  * remove deprecated files: proto.h, os2main.c
+  * minor fixes based on Coverity scan, including:
+    + correct caching of Atom value for the font menu's
+      "Selection" entry.
+    + ensure that utmp/utmpx calls do not depend upon trailing
+      nulls in the ut_id and ut_line values.
+
+-------------------------------------------------------------------

Old:
----
  xterm-287.tgz
  xterm-287.tgz.asc

New:
----
  xterm-288.tgz
  xterm-288.tgz.asc

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

Other differences:
------------------
++++++ xterm.spec ++++++
--- /var/tmp/diff_new_pack.NXyFKP/_old  2013-01-29 14:50:16.000000000 +0100
+++ /var/tmp/diff_new_pack.NXyFKP/_new  2013-01-29 14:50:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xterm
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,9 @@
 BuildRequires:  fontpackages-devel
 %endif
 BuildRequires:  freetype2-devel
+%if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
+%endif
 BuildRequires:  ncurses-devel
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} > 1130
@@ -48,7 +50,7 @@
 %if 0%{?suse_version} > 1210
 Requires:       luit
 %endif
-Version:        287
+Version:        288
 Release:        0
 Summary:        The basic X terminal program
 License:        MIT
@@ -84,7 +86,9 @@
 This package contains the basic X.Org terminal program.
 
 %prep
+%if 0%{?suse_version} > 1220
 %gpg_verify %{S:2} %{S:10}
+%endif
 %setup -q -b7
 %patch1 -p1 -b .xterm-settings
 %patch2 -p0 -b .xterm-sigwinch





++++++ xterm-287.tgz -> xterm-288.tgz ++++++
++++ 16618 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to