ncurses-6.2-20200801

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=500
This commit is contained in:
Dr. Werner Fink 2020-08-05 07:54:07 +00:00 committed by Git OBS Bridge
parent 03cecc5405
commit f1a93d3ce8
3 changed files with 52 additions and 16 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e123544d2bde8999bf7bb8a615ac59ce4b9cea2d4115c414c88263c69dae1d1
size 537488
oid sha256:12f41b197259a24d17e0f64d77a74c17c47a84dcba669f89acc6370120330a53
size 654391

View File

@ -151,7 +151,7 @@
done
--- configure
+++ configure 2020-03-09 09:17:28.749300145 +0000
@@ -5621,7 +5621,7 @@ echo $ECHO_N "checking for an rpath opti
@@ -5628,7 +5628,7 @@ echo $ECHO_N "checking for an rpath opti
fi
;;
(linux*|gnu*|k*bsd*-gnu|freebsd*)
@ -160,7 +160,7 @@
;;
(openbsd[2-9].*|mirbsd*)
LD_RPATH_OPT="-Wl,-rpath,"
@@ -14224,12 +14224,15 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14232,12 +14232,15 @@ cat >>$cf_edit_man <<CF_EOF
echo '? missing rename for '\$cf_source
cf_target="\$cf_source"
fi
@ -178,7 +178,7 @@
sed -f $cf_man_alias \\
CF_EOF
@@ -14239,7 +14242,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14247,7 +14250,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF
else
cat >>$cf_edit_man <<CF_EOF
@ -187,7 +187,7 @@
CF_EOF
fi
@@ -14279,7 +14282,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14287,7 +14290,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_so_strip \$TMP
fi
fi
@ -196,7 +196,7 @@
CF_EOF
fi
@@ -14288,23 +14291,23 @@ case "$MANPAGE_FORMAT" in
@@ -14296,23 +14299,23 @@ case "$MANPAGE_FORMAT" in
cat >>$cf_edit_man <<CF_EOF
if test \$form = format ; then
# BSDI installs only .0 suffixes in the cat directories
@ -226,7 +226,7 @@
for cf_alias in \$aliases
do
if test \$section = 1 ; then
@@ -14313,7 +14316,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14321,7 +14324,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f \$cf_alias\${suffix} ; then
@ -235,7 +235,7 @@
then
continue
fi
@@ -14323,18 +14326,18 @@ CF_EOF
@@ -14331,18 +14334,18 @@ CF_EOF
case "x$LN_S" in
(*-f)
cat >>$cf_edit_man <<CF_EOF
@ -257,7 +257,7 @@
echo ".so \$cf_source" >\$TMP
CF_EOF
if test -n "$cf_compress" ; then
@@ -14354,9 +14357,9 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14362,9 +14365,9 @@ cat >>$cf_edit_man <<CF_EOF
)
)
elif test \$verb = removing ; then
@ -270,7 +270,7 @@
)
test -d \$cf_subdir\${section} &&
test -n "\$aliases" && (
@@ -14376,6 +14379,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14384,6 +14387,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0"
cat \$TMP
fi
@ -278,7 +278,7 @@
;;
esac
done
@@ -25961,6 +25965,7 @@ if test "$with_termlib" != no ; then
@@ -25843,6 +25847,7 @@ if test "$with_termlib" != no ; then
TINFO_LDFLAGS="-L${LIB_DIR}"
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
fi
@ -956,10 +956,10 @@
if (copied != 0)
--- progs/Makefile.in
+++ progs/Makefile.in 2020-07-07 09:13:53.548391492 +0000
@@ -101,7 +101,7 @@ CFLAGS_LIBTOOL = $(CCFLAGS) -DNCURSES_ST
@@ -101,7 +101,7 @@ CFLAGS_LIBTOOL = $(CCFLAGS)
CFLAGS_NORMAL = $(CCFLAGS) -DNCURSES_STATIC
CFLAGS_DEBUG = $(CCFLAGS) @CC_G_OPT@ -DTRACE
CFLAGS_PROFILE = $(CCFLAGS) -pg
CFLAGS_DEBUG = $(CCFLAGS) -DNCURSES_STATIC @CC_G_OPT@ -DTRACE
CFLAGS_PROFILE = $(CCFLAGS) -DNCURSES_STATIC -pg
-CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@
+CFLAGS_SHARED = $(CCFLAGS) -fPIE
@ -976,7 +976,7 @@
--- test/test.priv.h
+++ test/test.priv.h 2020-03-09 09:17:28.753300070 +0000
@@ -1001,12 +1001,12 @@ extern char *_nc_strstr(const char *, co
@@ -1005,12 +1005,12 @@ extern char *_nc_strstr(const char *, co
#endif
/* out-of-band values for representing absent capabilities */

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Aug 3 08:36:51 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200801
+ remove remaining parts of checks for ISC Unix (cf: 20121006).
+ add user32.lib to LDFLAGS for Visual Studio C++ configuration
(discussion with "Maarten Anonymous").
+ modify MKkey_defs.sh to hide ncurses' definition of KEY_EVENTS to
reduce Visual Studio C++ redefinition warnings.
+ improve/update checks for external functions in test/configure
-------------------------------------------------------------------
Mon Jul 27 09:42:00 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200725
+ set LINK_TESTS in CF_SHARED_OPTS for msvc (patch by
"Maarten Anonymous")
+ improved workaround for redefinition-warnings for KEY_EVENT.
+ improve man/term.5 section on legacy storage format (report by
Florian Weimer).
-------------------------------------------------------------------
Mon Jul 20 10:51:35 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200718
+ reduce redefinition-warnings for KEY_EVENT when building with Visual
Studio C++.
+ define NCURSES_STATIC when compiling programs to link with static
libraries, to work with MinGW vs Visual Studio C++.
> additional changes for building with Visual Studio C++ and msys2
(reports/patches by "Maarten Anonymous")
+ modify c++/Makefile.in to set the current directory while compiling
the main program, so the linker can find related objects.
+ several changes to allow the c++/demo program to compile/link.
+ change an ifdef in test-directory, to use VC++ wide-character funcs.
-------------------------------------------------------------------
Mon Jul 13 09:20:28 UTC 2020 - Dr. Werner Fink <werner@suse.de>