SHA256
3
0
forked from pool/ncurses

Update to ncurses-6.2 patch 20210619

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=553
This commit is contained in:
Dr. Werner Fink 2021-06-21 07:55:00 +00:00 committed by Git OBS Bridge
parent 24b0dae463
commit a33dba58d4
3 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1af6ab98b3a7ea07920eda3ac27cc5b8baa00f59b6e68e1ed7490d137dcc5516 oid sha256:c10d4c92a12c95986aab6cc913a831f13aa5f4e4bc6ad4428b4c0ab091324f37
size 2443163 size 2762762

View File

@ -319,7 +319,7 @@
+#include <termios.h> +#include <termios.h>
#include <sys/types.h> #include <sys/types.h>
#undef NCURSES_OSPEED #undef NCURSES_OSPEED
--- include/tic.h --- include/tic.h
+++ include/tic.h 2021-06-07 07:18:38.420598827 +0000 +++ include/tic.h 2021-06-07 07:18:38.420598827 +0000
@@ -237,12 +237,12 @@ struct user_table_entry @@ -237,12 +237,12 @@ struct user_table_entry

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 21 07:50:36 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20210619
+ improve configure-macro used for dependencies of --disable-leaks such
as --with-valgrind
+ trim trailing blanks from files
- Remove trailing space in patch ncurses-6.2.dif
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 14 06:31:35 UTC 2021 - Dr. Werner Fink <werner@suse.de> Mon Jun 14 06:31:35 UTC 2021 - Dr. Werner Fink <werner@suse.de>
@ -89,7 +98,7 @@ Tue Apr 6 06:52:18 UTC 2021 - Dr. Werner Fink <werner@suse.de>
+ relax modification-time comparison in CF_LINK_FUNCS to allow it to + relax modification-time comparison in CF_LINK_FUNCS to allow it to
accept link() function with NFS filesystems which change the mtime accept link() function with NFS filesystems which change the mtime
on the link target, e.g., several BSD systems. on the link target, e.g., several BSD systems.
+ call delay_output_sp to handle BSD-style padding when tputs_sp is + call delay_output_sp to handle BSD-style padding when tputs_sp is
called, whether directly or internally, to ensure that the SCREEN called, whether directly or internally, to ensure that the SCREEN
pointer is passed correctly (reports by Henric Jungheim, Juraj pointer is passed correctly (reports by Henric Jungheim, Juraj
Lutter). Lutter).