forked from pool/ncurses
Update to ncurses-6.2-20200912
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=506
This commit is contained in:
parent
36de1039ab
commit
b8c5ee9ca4
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62c5daebb24d035419498e0bb90008914ba32b3c1c9a6590c7f868a807e10db9
|
||||
size 915695
|
||||
oid sha256:1866067b87308b68071a41a697839af5d915251f6353f54327708b2c97ff79f7
|
||||
size 965192
|
||||
|
@ -776,7 +776,7 @@
|
||||
ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display,
|
||||
--- ncurses/Makefile.in
|
||||
+++ ncurses/Makefile.in 2020-08-31 12:06:53.690411143 +0000
|
||||
@@ -231,7 +231,7 @@ $(DESTDIR)$(libdir) :
|
||||
@@ -230,7 +230,7 @@ $(DESTDIR)$(libdir) :
|
||||
../lib : ; mkdir $@
|
||||
|
||||
./fallback.c : $(tinfo)/MKfallback.sh
|
||||
@ -787,7 +787,7 @@
|
||||
$(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../include/curses.h >$@
|
||||
--- ncurses/curses.priv.h
|
||||
+++ ncurses/curses.priv.h 2020-08-31 12:06:53.690411143 +0000
|
||||
@@ -2278,6 +2278,8 @@ extern NCURSES_EXPORT(char *) _nc_tracec
|
||||
@@ -2277,6 +2277,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);
|
||||
@ -889,7 +889,7 @@
|
||||
{
|
||||
--- ncurses/tinfo/lib_setup.c
|
||||
+++ ncurses/tinfo/lib_setup.c 2020-08-31 12:06:53.690411143 +0000
|
||||
@@ -605,6 +605,9 @@ _nc_locale_breaks_acs(TERMINAL *termp)
|
||||
@@ -613,6 +613,9 @@ _nc_locale_breaks_acs(TERMINAL *termp)
|
||||
} else if ((value = tigetnum("U8")) >= 0) {
|
||||
result = value; /* use extension feature */
|
||||
} else if ((env = getenv("TERM")) != 0) {
|
||||
@ -986,7 +986,7 @@
|
||||
|
||||
--- test/test.priv.h
|
||||
+++ test/test.priv.h 2020-08-31 12:06:53.690411143 +0000
|
||||
@@ -1012,12 +1012,12 @@ extern char *_nc_strstr(const char *, co
|
||||
@@ -1024,12 +1024,12 @@ extern char *_nc_strstr(const char *, co
|
||||
#endif
|
||||
|
||||
/* out-of-band values for representing absent capabilities */
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 07:51:09 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add ncurses patch 20200912
|
||||
+ add configure-check for systre/tre with mingw configuration, to get
|
||||
the library-dependencies as seen in msys2 configuration for mingw64.
|
||||
+ build-fixes for the win32-driver configuration.
|
||||
+ use more defensive binary mode setting for Win32 (Juergen Pfeifer).
|
||||
- Add ncurses patch 20200907
|
||||
+ fix regression in setupterm validating non-empty $TERM (report by
|
||||
Soren Tempel).
|
||||
- Add ncurses patch 20200906
|
||||
+ merge/adapt in-progress work by Juergen Pfeifer for new version of
|
||||
win32-driver.
|
||||
+ correct description of vt330/vt340 (Ross Combs).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 07:20:13 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user