diff --git a/ncurses-6.0-patches.tar.bz2 b/ncurses-6.0-patches.tar.bz2 index f0794b9..55cf572 100644 --- a/ncurses-6.0-patches.tar.bz2 +++ b/ncurses-6.0-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a5c5e4b291c1fe4647517eb5bb1651f96245a081bb1bf8833806516a0df6f0e -size 1325151 +oid sha256:42dc865bc17177a245ff496b9e648927432fe4b076bd9c6b5e5eee2a621912b0 +size 1393149 diff --git a/ncurses-6.0.dif b/ncurses-6.0.dif index f13bf67..4e3e1f9 100644 --- a/ncurses-6.0.dif +++ b/ncurses-6.0.dif @@ -21,7 +21,7 @@ 19 files changed, 240 insertions(+), 80 deletions(-) --- aclocal.m4 -+++ aclocal.m4 2016-11-28 08:39:58.684185854 +0000 ++++ aclocal.m4 2016-12-12 12:26:15.352276409 +0000 @@ -564,7 +564,7 @@ AC_MSG_CHECKING([for size of bool]) AC_CACHE_VAL(cf_cv_type_of_bool,[ rm -f cf_test.out @@ -150,8 +150,8 @@ esac done --- configure -+++ configure 2016-11-28 08:39:58.688185773 +0000 -@@ -5895,7 +5895,7 @@ case $cf_cv_system_name in ++++ configure 2016-12-12 12:26:15.360276271 +0000 +@@ -5896,7 +5896,7 @@ case $cf_cv_system_name in fi ;; (linux*|gnu*|k*bsd*-gnu|freebsd*) @@ -160,7 +160,7 @@ ;; (openbsd[2-9].*|mirbsd*) LD_RPATH_OPT="-Wl,-rpath," -@@ -11620,12 +11620,15 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\$TMP CF_EOF if test -n "$cf_compress" ; then -@@ -11750,9 +11753,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <$@ --- ncurses/curses.priv.h -+++ ncurses/curses.priv.h 2016-11-28 08:39:58.692185690 +0000 ++++ ncurses/curses.priv.h 2016-12-12 12:26:15.364276201 +0000 @@ -2024,6 +2024,8 @@ extern NCURSES_EXPORT(char *) _nc_tracec extern NCURSES_EXPORT(char *) _nc_tracemouse (SCREEN *, MEVENT const *); extern NCURSES_EXPORT(char *) _nc_trace_mmask_t (SCREEN *, mmask_t); @@ -804,7 +804,7 @@ extern NCURSES_EXPORT(int) _nc_freewin (WINDOW *); extern NCURSES_EXPORT(int) _nc_getenv_num (const char *); --- ncurses/run_cmd.sh -+++ ncurses/run_cmd.sh 2016-11-28 08:39:58.692185690 +0000 ++++ ncurses/run_cmd.sh 2016-12-12 12:26:15.364276201 +0000 @@ -0,0 +1,11 @@ +#!/bin/sh + @@ -818,7 +818,7 @@ + +exec ${1+"$@"} --- ncurses/tinfo/MKfallback.sh -+++ ncurses/tinfo/MKfallback.sh 2016-11-28 08:39:58.692185690 +0000 ++++ ncurses/tinfo/MKfallback.sh 2016-12-12 12:26:15.364276201 +0000 @@ -68,6 +68,12 @@ else tmp_info= fi @@ -851,7 +851,7 @@ done --- ncurses/tinfo/access.c -+++ ncurses/tinfo/access.c 2016-11-28 08:39:58.692185690 +0000 ++++ ncurses/tinfo/access.c 2016-12-12 12:26:15.364276201 +0000 @@ -35,6 +35,9 @@ #include @@ -894,7 +894,7 @@ _nc_access(const char *path, int mode) { --- ncurses/tinfo/lib_setup.c -+++ ncurses/tinfo/lib_setup.c 2016-11-28 08:39:58.692185690 +0000 ++++ ncurses/tinfo/lib_setup.c 2016-12-12 12:26:15.364276201 +0000 @@ -584,6 +584,9 @@ _nc_locale_breaks_acs(TERMINAL * termp) } else if ((value = tigetnum("U8")) >= 0) { result = value; /* use extension feature */ @@ -906,7 +906,7 @@ result = 1; /* always broken */ } else if (strstr(env, "screen") != 0 --- ncurses/tinfo/read_entry.c -+++ ncurses/tinfo/read_entry.c 2016-11-28 08:39:58.692185690 +0000 ++++ ncurses/tinfo/read_entry.c 2016-12-12 12:26:15.368276132 +0000 @@ -433,6 +433,7 @@ _nc_read_file_entry(const char *const fi FILE *fp = 0; int code; @@ -924,7 +924,7 @@ return (code); } --- ncurses/tinfo/read_termcap.c -+++ ncurses/tinfo/read_termcap.c 2016-11-28 08:39:58.692185690 +0000 ++++ ncurses/tinfo/read_termcap.c 2016-12-12 12:26:15.368276132 +0000 @@ -322,14 +322,18 @@ _nc_getent( */ if (fd >= 0) { @@ -971,7 +971,7 @@ } if (copied != 0) --- test/test.priv.h -+++ test/test.priv.h 2016-11-28 08:39:58.692185690 +0000 ++++ test/test.priv.h 2016-12-12 12:26:15.368276132 +0000 @@ -790,12 +790,12 @@ extern char *strnames[], *strcodes[], *s #endif diff --git a/ncurses.changes b/ncurses.changes index 6ad502f..099cee3 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Dec 19 12:57:51 UTC 2016 - werner@suse.de + +- Add ncurses patch 20161217 + + add tput-colorcube demo script. + + add -r and -s options to tput-initc demo, to match usage in xterm. + + flush the standard output in _nc_flush for the case where SP is zero, + e.g., when called via putp. This fixes a scenario where "tput flash" + did not work after changes in 20130112. + +------------------------------------------------------------------- +Mon Dec 12 12:25:00 UTC 2016 - werner@suse.de + +- Add ncurses patch 20161210 + + add configure script option --disable-wattr-macros for use in cases + where one wants to use the same headers for ncurses5/ncurses6 + development, by suppressing the wattr* macros which differ due to + the introduction of extended colors (prompted by comments in + Debian #230990, Redhat #1270534). + + add test/tput-initc to demonstrate tput used to initialize palette + from a data file. + + modify test/xterm*.dat to use the newer color4/color12 values. + +------------------------------------------------------------------- +Mon Dec 5 12:00:01 UTC 2016 - werner@suse.de + +- Add ncurses patch 20161203 + + improve discussion of field validation in form_driver.3x manual page. + + update curs_trace.3x manual page. + ------------------------------------------------------------------- Mon Nov 28 08:37:34 UTC 2016 - werner@suse.de