Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2014-07-18 06:39:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-06-25 
06:57:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2014-07-18 
06:40:24.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Jul 15 13:02:26 UTC 2014 - pce...@suse.com
+
+- Patch #309 - 2014/07/13
+  * modify configure script to work around debris left by XQuartz
+    upgrades.
+  * modify test-package scripts to enable ReGIS graphics.
+  * improvements/additions to ReGIS graphics, e.g., drawing text
+    (Ross Comb).
+  * add --with-Xaw3dxft, to link with Xaw 3d xft library
+    (Stephen P Wall).
+  * amend reset for cursor-shape to take into account
+    cursorUnderline resource (report by Christian Weisgerber).
+  * update config.guess, config.sub
+
+-------------------------------------------------------------------

Old:
----
  xterm-308.tgz
  xterm-308.tgz.asc

New:
----
  xterm-309.tgz
  xterm-309.tgz.asc

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

Other differences:
------------------
++++++ xterm.spec ++++++
--- /var/tmp/diff_new_pack.HYnHq9/_old  2014-07-18 06:40:26.000000000 +0200
+++ /var/tmp/diff_new_pack.HYnHq9/_new  2014-07-18 06:40:26.000000000 +0200
@@ -52,7 +52,7 @@
 %if 0%{?suse_version} > 1210
 Requires:       luit
 %endif
-Version:        308
+Version:        309
 Release:        0
 Summary:        The basic X terminal program
 License:        MIT





++++++ xterm-308.tgz -> xterm-309.tgz ++++++
++++ 19801 lines of diff (skipped)

++++++ xterm-double_width_fonts.patch ++++++
--- /var/tmp/diff_new_pack.HYnHq9/_old  2014-07-18 06:40:27.000000000 +0200
+++ /var/tmp/diff_new_pack.HYnHq9/_new  2014-07-18 06:40:27.000000000 +0200
@@ -1,7 +1,7 @@
 diff --git a/fontutils.c b/fontutils.c
 --- a/fontutils.c
 +++ b/fontutils.c
-@@ -672,77 +672,29 @@ is_double_width_font(XFontStruct *fs)
+@@ -702,77 +702,29 @@ is_double_width_font(XFontStruct *fs)
  {
      return ((2 * fs->min_bounds.width) == fs->max_bounds.width);
  }

++++++ xterm-enable_libtinfo.patch ++++++
--- /var/tmp/diff_new_pack.HYnHq9/_old  2014-07-18 06:40:27.000000000 +0200
+++ /var/tmp/diff_new_pack.HYnHq9/_new  2014-07-18 06:40:27.000000000 +0200
@@ -3,7 +3,7 @@
 diff --git a/aclocal.m4 b/aclocal.m4
 --- a/aclocal.m4
 +++ b/aclocal.m4
-@@ -743,20 +743,20 @@ if test "$cf_full_tgetent" = yes ; then
+@@ -761,20 +761,20 @@ if test "$cf_full_tgetent" = yes ; then
  else
        cf_test_message="tgetent"
  fi
@@ -29,7 +29,7 @@
 diff --git a/configure b/configure
 --- a/configure
 +++ b/configure
-@@ -5586,20 +5586,20 @@ echo "$as_me:5585: checking for $cf_test
+@@ -5587,20 +5587,20 @@ echo "$as_me:5586: 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
@@ -48,7 +48,7 @@
  fi
  for cf_termlib in '' $cf_TERMLIB ; do
        LIBS="$cf_save_LIBS"
-       test -n "$cf_termlib" && LIBS="-l$cf_termlib $LIBS"
-       if test "$cross_compiling" = yes; then
-   echo "cross-compiling, cannot verify if a termcap/tgetent is present in 
$cf_termlib" 1>&5
- else
+       test -n "$cf_termlib" &&
+ cf_add_libs="-l$cf_termlib"
+ # Filter out duplicates - this happens with badly-designed ".pc" files...
+ for cf_add_1lib in $LIBS

++++++ xterm-sigwinch.patch ++++++
--- /var/tmp/diff_new_pack.HYnHq9/_old  2014-07-18 06:40:27.000000000 +0200
+++ /var/tmp/diff_new_pack.HYnHq9/_new  2014-07-18 06:40:27.000000000 +0200
@@ -1,7 +1,7 @@
 diff --git a/screen.c b/screen.c
 --- a/screen.c
 +++ b/screen.c
-@@ -2246,17 +2246,17 @@ ScreenResize(XtermWidget xw,
+@@ -2249,17 +2249,17 @@ ScreenResize(XtermWidget xw,
  #ifdef USE_STRUCT_WINSIZE
      ts.ws_xpixel = (ttySize_t) width;
      ts.ws_ypixel = (ttySize_t) height;

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

Reply via email to