forked from pool/ncurses
Add ncurses patch 6.1-20181229
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=403
This commit is contained in:
parent
2321e077db
commit
1fc197b294
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4ca9e817953574991b8b5edc62cc2533cc6b170e451330899367ee9a459b147
|
||||
size 1132267
|
||||
oid sha256:725e5aeafbdc4b46c4263bac7e3c283bea9860553d9d12b917a085f12fae6fc5
|
||||
size 1146732
|
||||
|
@ -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 */
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 09:43:41 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- 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 <werner@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user