From 1fc197b294e3268bd7020bca68daee960943fd7fe282d57658ca4b9e37fdb9e6 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 2 Jan 2019 09:45:49 +0000 Subject: [PATCH] Add ncurses patch 6.1-20181229 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=403 --- ncurses-6.1-patches.tar.bz2 | 4 ++-- ncurses-6.1.dif | 4 ++-- ncurses.changes | 15 +++++++++++++++ ncurses.spec | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ncurses-6.1-patches.tar.bz2 b/ncurses-6.1-patches.tar.bz2 index eb13518..5ca6dcd 100644 --- a/ncurses-6.1-patches.tar.bz2 +++ b/ncurses-6.1-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4ca9e817953574991b8b5edc62cc2533cc6b170e451330899367ee9a459b147 -size 1132267 +oid sha256:725e5aeafbdc4b46c4263bac7e3c283bea9860553d9d12b917a085f12fae6fc5 +size 1146732 diff --git a/ncurses-6.1.dif b/ncurses-6.1.dif index 71f839d..74d625d 100644 --- a/ncurses-6.1.dif +++ b/ncurses-6.1.dif @@ -807,7 +807,7 @@ $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@ --- ncurses/curses.priv.h +++ ncurses/curses.priv.h 2018-12-17 07:11:25.240262609 +0000 -@@ -2191,6 +2191,8 @@ extern NCURSES_EXPORT(char *) _nc_tracec +@@ -2196,6 +2196,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); extern NCURSES_EXPORT(int) _nc_access (const char *, int); @@ -1005,7 +1005,7 @@ --- test/test.priv.h +++ test/test.priv.h 2018-12-17 07:11:25.240262609 +0000 -@@ -910,12 +910,12 @@ extern char *strnames[], *strcodes[], *s +@@ -929,12 +929,12 @@ extern char *strnames[], *strcodes[], *s #endif /* out-of-band values for representing absent capabilities */ diff --git a/ncurses.changes b/ncurses.changes index fa837d9..a02c5c9 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 2 09:43:41 UTC 2019 - Dr. Werner Fink + +- Add ncurses patch 20181229 + + improve man/curs_mouse.3x with regard to xterm + + modify tracemunch to accept filename parameters in addition to use + as a pipe/filter. + + minor optimization to reduce calls to _nc_reserve_pairs (prompted by + discussion with Bryan Christ). + + add test/pair_content.c and test/color_content.c + + modify infocmp to omit filtering of "OTxx" names which are used for + obsolete capabilities, when the output is sorted by long-names. + Doing this helps when making a table of the short/long capability + names. + ------------------------------------------------------------------- Mon Dec 17 07:10:49 UTC 2018 - Dr. Werner Fink diff --git a/ncurses.spec b/ncurses.spec index 362d2e0..c477a70 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -1,7 +1,7 @@ # # spec file for package ncurses # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed