Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2014-10-15 16:19:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2014-09-03 
18:20:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes     2014-10-15 
16:19:43.000000000 +0200
@@ -1,0 +2,41 @@
+Tue Sep 30 14:15:11 UTC 2014 - wer...@suse.de
+
+- Add upstream patch 20140927
+  + implement curs_set in win_driver.c
+  + implement flash in win_driver.c
+  + fix an infinite loop in win_driver.c if the command-window loses
+    focus.
+  + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
+    win_driver.c by temporarily changing the buffer-size to match the
+    window-size to eliminate the scrollback.  Also enforce a minimum
+    screen-size of 24x80 in the non-buffered mode.
+  + modify generated misc/Makefile to suppress install.data from the
+    dependencies if the --disable-db-install option is used, compensating
+    for the top-level makefile changes used to add ncurses*-config in the
+    20140920 changes (report by Steven Honeyman).
+
+-------------------------------------------------------------------
+Tue Sep 23 08:22:42 UTC 2014 - wer...@suse.de
+
+- Add ncurses patch 20140920
+  + add ncurses*-config to bin-directory of sample package-scripts.
+  + add check to ensure that getopt is available; this is a problem in
+    some older cross-compiler environments.
+  + expanded on the description of --disable-overwrite in INSTALL
+    (prompted by reports by Joakim Tjernlund, Thomas Klausner).
+    See Gentoo #522586 and NetBSD #49200 for examples.
+    which relates to the clarified guidelines.
+  + remove special logic from CF_INCLUDE_DIRS which adds the directory
+    for the --includedir from the build (report by Joakim Tjernlund).
+  + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
+  + update config.sub from http://git.savannah.gnu.org/cgit/config.git
+
+-------------------------------------------------------------------
+Mon Sep 15 09:31:43 UTC 2014 - wer...@suse.de
+
+- Add ncurses patch 20140913
+  + add a configure check to ignore some of the plethora of non-working
+    C++ cross-compilers.
+  + build-fixes for Ada95 with gnat 4.9
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ncurses-5.9-overwrite.dif ++++++
--- /var/tmp/diff_new_pack.P3T4AY/_old  2014-10-15 16:19:45.000000000 +0200
+++ /var/tmp/diff_new_pack.P3T4AY/_new  2014-10-15 16:19:45.000000000 +0200
@@ -1,6 +1,11 @@
+---
+ configure    |    1 +
+ configure.in |    1 +
+ 2 files changed, 2 insertions(+)
+
 --- configure.in
 +++ configure.in       2012-01-30 16:31:47.000000000 +0000
-@@ -436,6 +436,7 @@ AC_ARG_ENABLE(overwrite,
+@@ -475,6 +475,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)
@@ -9,12 +14,12 @@
  AC_MSG_CHECKING(if external terminfo-database is used)
  AC_ARG_ENABLE(database,
 --- configure
-+++ configure  2013-09-30 09:17:51.710735838 +0000
-@@ -6390,6 +6390,7 @@ else
++++ configure  2013-09-30 09:17:52.000000000 +0000
+@@ -6526,6 +6526,7 @@ else
  fi;
- echo "$as_me:6455: result: $with_overwrite" >&5
+ echo "$as_me:6527: result: $with_overwrite" >&5
  echo "${ECHO_T}$with_overwrite" >&6
 +WITH_OVERWRITE="$with_overwrite"
  
- echo "$as_me:6458: checking if external terminfo-database is used" >&5
+ echo "$as_me:6530: 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 ++++++
++++ 35944 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