diff --git a/ncurses-5.9-environment.dif b/ncurses-5.9-environment.dif index d23405d..06f973d 100644 --- a/ncurses-5.9-environment.dif +++ b/ncurses-5.9-environment.dif @@ -1,6 +1,11 @@ +--- + man/curs_util.3x | 3 +++ + ncurses/tinfo/lib_data.c | 2 +- + 2 files changed, 4 insertions(+), 1 deletion(-) + --- man/curs_util.3x -+++ man/curs_util.3x 2012-07-20 15:36:56.000000000 +0000 -@@ -167,6 +167,9 @@ ncurses modifies the last step in its co ++++ man/curs_util.3x 2016-07-07 09:01:21.335637800 +0000 +@@ -172,6 +172,9 @@ ncurses modifies the last step in its co checks if the \fBLINES\fR and \fBCOLUMNS\fR environment variables are set to a number greater than zero. .bP @@ -11,7 +16,7 @@ with the value that it has obtained via operating system call or from the terminal database. --- ncurses/tinfo/lib_data.c -+++ ncurses/tinfo/lib_data.c 2012-07-20 15:16:13.000000000 +0000 ++++ ncurses/tinfo/lib_data.c 2016-07-07 09:01:21.339637723 +0000 @@ -257,7 +257,7 @@ NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _n NULL, /* _tputs_trace */ #endif diff --git a/ncurses-5.9-ibm327x.dif b/ncurses-5.9-ibm327x.dif index c63bec8..2852ff0 100644 --- a/ncurses-5.9-ibm327x.dif +++ b/ncurses-5.9-ibm327x.dif @@ -1,6 +1,10 @@ +--- + misc/terminfo.src | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + --- misc/terminfo.src -+++ misc/terminfo.src 2014-01-28 17:58:38.062235705 +0000 -@@ -14838,8 +14838,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv ++++ misc/terminfo.src 2016-07-07 09:00:03.889138816 +0000 +@@ -15380,8 +15380,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv # ibm327x|line mode IBM 3270 style, diff --git a/ncurses-6.0-patches.tar.bz2 b/ncurses-6.0-patches.tar.bz2 index 6381a36..6ebcc19 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:8274212b194a2d5f4f1283e322277d553188be96e682dfc1ee155de6bfc8c969 -size 751760 +oid sha256:478a080b25d5c9fd9761491c50fcf8d08807d23561a177591051a6a3c6167d28 +size 768432 diff --git a/ncurses-6.0.dif b/ncurses-6.0.dif index 7ee0948..1e93192 100644 --- a/ncurses-6.0.dif +++ b/ncurses-6.0.dif @@ -21,7 +21,7 @@ 19 files changed, 239 insertions(+), 80 deletions(-) --- aclocal.m4 -+++ aclocal.m4 2016-06-13 10:16:37.035750939 +0000 ++++ aclocal.m4 2016-07-07 09:02:12.558645150 +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 @@ -31,7 +31,7 @@ #include #if defined(__cplusplus) -@@ -4684,12 +4684,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 -@@ -4814,9 +4817,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <$@ --- ncurses/curses.priv.h -+++ ncurses/curses.priv.h 2016-06-13 10:16:37.043750782 +0000 ++++ ncurses/curses.priv.h 2016-07-07 09:02:12.566644995 +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); @@ -795,7 +795,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-06-13 10:16:37.043750782 +0000 ++++ ncurses/run_cmd.sh 2016-07-07 09:02:12.566644995 +0000 @@ -0,0 +1,11 @@ +#!/bin/sh + @@ -809,7 +809,7 @@ + +exec ${1+"$@"} --- ncurses/tinfo/MKfallback.sh -+++ ncurses/tinfo/MKfallback.sh 2016-06-13 10:16:37.043750782 +0000 ++++ ncurses/tinfo/MKfallback.sh 2016-07-07 09:02:12.566644995 +0000 @@ -68,6 +68,12 @@ else tmp_info= fi @@ -842,7 +842,7 @@ done --- ncurses/tinfo/access.c -+++ ncurses/tinfo/access.c 2016-06-13 10:16:37.043750782 +0000 ++++ ncurses/tinfo/access.c 2016-07-07 09:02:12.566644995 +0000 @@ -35,6 +35,9 @@ #include @@ -885,7 +885,7 @@ _nc_access(const char *path, int mode) { --- ncurses/tinfo/lib_setup.c -+++ ncurses/tinfo/lib_setup.c 2016-06-13 10:16:37.043750782 +0000 ++++ ncurses/tinfo/lib_setup.c 2016-07-07 09:02:12.566644995 +0000 @@ -584,6 +584,9 @@ _nc_locale_breaks_acs(TERMINAL * termp) } else if ((value = tigetnum("U8")) >= 0) { result = value; /* use extension feature */ @@ -897,7 +897,7 @@ result = 1; /* always broken */ } else if (strstr(env, "screen") != 0 --- ncurses/tinfo/read_entry.c -+++ ncurses/tinfo/read_entry.c 2016-06-13 10:16:37.043750782 +0000 ++++ ncurses/tinfo/read_entry.c 2016-07-07 09:02:12.566644995 +0000 @@ -433,6 +433,7 @@ _nc_read_file_entry(const char *const fi FILE *fp = 0; int code; @@ -915,7 +915,7 @@ return (code); } --- ncurses/tinfo/read_termcap.c -+++ ncurses/tinfo/read_termcap.c 2016-06-13 10:16:37.047750704 +0000 ++++ ncurses/tinfo/read_termcap.c 2016-07-07 09:02:12.570644918 +0000 @@ -322,14 +322,18 @@ _nc_getent( */ if (fd >= 0) { @@ -962,8 +962,8 @@ } if (copied != 0) --- test/test.priv.h -+++ test/test.priv.h 2016-06-13 10:16:37.047750704 +0000 -@@ -728,12 +728,12 @@ extern char *strnames[], *strcodes[], *s ++++ test/test.priv.h 2016-07-07 09:02:12.570644918 +0000 +@@ -736,12 +736,12 @@ extern char *strnames[], *strcodes[], *s #endif /* out-of-band values for representing absent capabilities */ diff --git a/ncurses.changes b/ncurses.changes index c5f8e95..2d1e88b 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jul 7 08:57:03 UTC 2016 - werner@suse.de + +- Add ncurses patch 20160702 + + improve test/list_keys.c, using $TERM if no parameters areg given. +- Add ncurses patch 20160625 + + build-fixes for ncurses "test_progs" rule. + + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build + work (report by Sven Joachim). +- Add ncurses patch 20160618 + + build-fixes for ncurses-examples with NetBSD curses. + + improve test/list_keys.c, fixing column-widths and sorting the list + to make it more readable. + ------------------------------------------------------------------- Mon Jun 13 10:09:58 UTC 2016 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index bd2de53..583da87 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -277,10 +277,10 @@ find -name '*.orig' | xargs -r rm -f rm -fr tack tar xfz %{S:5} mv tack-* tack -%patch -P 1 -p0 -b .327x -%patch -P 4 -p0 -b .hs -%patch -P 5 -p0 -b .lc -%patch -P 0 -p0 -b .p0 +%patch1 -p0 -b .327x +%patch4 -p0 -b .hs +%patch5 -p0 -b .lc +%patch0 -p0 -b .p0 rm -vf include/ncurses_dll.h rm -vf mkdirs.sh rm -vf tar-copy.sh