Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2012-09-26 16:23:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses", Maintainer is "wer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2012-07-31 
13:58:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes     2012-09-26 
16:23:46.000000000 +0200
@@ -1,0 +2,44 @@
+Mon Sep 17 12:50:12 UTC 2012 - wer...@suse.de
+
+- Add ncurses patch 5.9.20120908
+  + add test-screens to test/ncurses to show 256-characters at a time,
+    to help with mingw port.
+- Add ncurses patch 5.9.20120903
+  + simplify varargs logic in lib_printw.c; va_copy is no longer needed
+    there.
+  + modifications for mingw port to make wide-character display usable.
+- Add ncurses patch 5.9.20120902
+  + regenerate configure script (report by Sven Joachim, cf: 20120901).
+- Add ncurses patch 5.9.20120901
+  + add a null-pointer check in _nc_flush (cf: 20120825).
+  + fix a case in _nc_scroll_optimize() where the _oldnums_list array
+    might not be allocated.
+  + improve comparisons in configure.in for unset shell variables.
+- Add ncurses patch 5.9.20120826
+  + increase size of ncurses' output-buffer, in case of very small
+    initial screen-sizes.
+  + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
+    after changes to use --datarootdir (reports by Gabriele Balducci,
+    Roumen Petrov).
+- Add ncurses patch 5.9.20120825
+  + change output buffering scheme, using buffer maintained by ncurses
+    rather than stdio, to avoid problems with SIGTSTP handling (report
+    by Brian Bloniarz).
+- Add ncurses patch 5.9.20120811
+  + update autoconf patch to 2.52.20120811, adding --datarootdir
+    (prompted by discussion with Erwin Waterlander).
+  + improve description of --enable-reentrant option in README and the
+    INSTALL file.
+  + add nsterm-256color, make this the default nsterm -TD
+  + remove bw from nsterm-bce, per testing with tack -TD
+- Add ncurses patch 5.9.20120804
+  + update test/configure, adding check for tinfo library.
+  + improve limit-checks for the getch fifo (report by Werner Fink).
+  + fix a remaining mismatch between $with_echo and the symbols updated
+    by CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
+    Sven Joachim, cf:  20120317).
+  + modify followup check for pkg-config's library directory in the
+    --enable-pc-files option to validate syntax (report by Sven Joachim,
+    cf: 20110716).
+
+-------------------------------------------------------------------

Old:
----
  ncurses-5.9-overflow.dif

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.yY8LAd/_old  2012-09-26 16:23:49.000000000 +0200
+++ /var/tmp/diff_new_pack.yY8LAd/_new  2012-09-26 16:23:49.000000000 +0200
@@ -46,7 +46,6 @@
 Source6:        edit.sed
 Source7:        baselibs.conf
 Patch0:         ncurses-%{version}.dif
-Patch1:         ncurses-5.9-overflow.dif
 Patch3:         ncurses-5.9-overwrite.dif
 Patch4:         ncurses-5.7-tack.dif
 Patch5:         ncurses-5.9-environment.dif
@@ -264,7 +263,6 @@
 tar Oxfj %{S:1} | patch -p1 -s
 tar  xfj %{S:5}
 mv tack-* tack
-%patch -P 1 -p0 -b .of
 %patch -P 3 -p0 -b .ow
 %patch -P 4 -p0 -b .hs
 %patch -P 5 -p0 -b .lc

++++++ ncurses-5.9-overwrite.dif ++++++
--- /var/tmp/diff_new_pack.yY8LAd/_old  2012-09-26 16:23:49.000000000 +0200
+++ /var/tmp/diff_new_pack.yY8LAd/_new  2012-09-26 16:23:49.000000000 +0200
@@ -1,6 +1,6 @@
 --- configure.in
 +++ configure.in       2010-10-12 08:14:31.000000000 +0000
-@@ -413,6 +413,7 @@ AC_ARG_ENABLE(overwrite,
+@@ -422,6 +422,7 @@ AC_ARG_ENABLE(overwrite,
        [with_overwrite=$enableval],
        [if test "$prefix" = "/usr" ; then with_overwrite=yes; else 
with_overwrite=no; fi])
  AC_MSG_RESULT($with_overwrite)
@@ -10,11 +10,11 @@
  AC_ARG_ENABLE(database,
 --- configure
 +++ configure  2012-05-30 13:36:24.274067433 +0200
-@@ -6173,6 +6173,7 @@ else
+@@ -6211,6 +6211,7 @@ else
  fi;
- echo "$as_me:6174: result: $with_overwrite" >&5
+ echo "$as_me:6212: result: $with_overwrite" >&5
  echo "${ECHO_T}$with_overwrite" >&6
 +WITH_OVERWRITE="$with_overwrite"
  
- echo "$as_me:6177: checking if external terminfo-database is used" >&5
+ echo "$as_me:6215: checking if external terminfo-database is used" >&5
  echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6

++++++ ncurses-5.9-patches.tar.bz2 ++++++
++++ 50057 lines of diff (skipped)

++++++ ncurses-5.9.dif ++++++
--- /var/tmp/diff_new_pack.yY8LAd/_old  2012-09-26 16:23:50.000000000 +0200
+++ /var/tmp/diff_new_pack.yY8LAd/_new  2012-09-26 16:23:50.000000000 +0200
@@ -791,7 +791,7 @@
 +# include <sys/fsuid.h>
 +#endif
  
- MODULE_ID("$Id: access.c,v 1.22 2012/02/22 22:34:31 tom Exp $")
+ MODULE_ID("$Id: access.c,v 1.23 2012/09/01 19:21:29 tom Exp $")
  
 @@ -112,6 +115,30 @@ _nc_basename(char *path)
      return path + _nc_pathlast(path);

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

Reply via email to