SHA256
1
0
forked from pool/ncurses

Update to ncurses 6.1-20190309

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=415
This commit is contained in:
Dr. Werner Fink 2019-03-11 08:23:10 +00:00 committed by Git OBS Bridge
parent 225127ed5b
commit c1dd11b1f6
3 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f11b88636676d5e3401aeca2a0b5dfa1a517acca6b8cef754e2e0d60e14ce619
size 1307017
oid sha256:a4842cbc6f0d95152d9f4f6e7ddc6ba7e906ddc5232236e2c091f4591de8ea57
size 1318509

View File

@ -311,7 +311,7 @@
#undef NCURSES_OSPEED
--- include/tic.h
+++ include/tic.h 2019-02-06 07:51:48.445355328 +0000
@@ -221,12 +221,12 @@ struct alias
@@ -236,12 +236,12 @@ struct alias
*/
/* out-of-band values for representing absent capabilities */
@ -784,7 +784,7 @@
ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display,
--- ncurses/Makefile.in
+++ ncurses/Makefile.in 2019-02-06 07:51:48.453355178 +0000
@@ -219,7 +219,7 @@ $(DESTDIR)$(libdir) :
@@ -221,7 +221,7 @@ $(DESTDIR)$(libdir) :
../lib : ; mkdir $@
./fallback.c : $(tinfo)/MKfallback.sh
@ -795,7 +795,7 @@
$(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@
--- ncurses/curses.priv.h
+++ ncurses/curses.priv.h 2019-02-06 07:51:48.453355178 +0000
@@ -2207,6 +2207,8 @@ extern NCURSES_EXPORT(char *) _nc_tracec
@@ -2217,6 +2217,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);

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 11 08:19:08 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20190309
+ in-progress changes to add parameter-checking for common user-defined
capabilities in tic.
+ update MKcodes.awk and MKnames.awk to ignore the new "userdef"
data in Caps-ncurses (cf: 20190302).
-------------------------------------------------------------------
Mon Feb 25 08:18:08 UTC 2019 - Dr. Werner Fink <werner@suse.de>