Accepting request 820866 from Base:System

- Add ncurses patch 20200711
  + fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
    Bruckl).
  + additional changes for building with Visual Studio C++ and msys2
    (reports/patches by "Maarten Anonymous")
  + build-improvements for Windows 10 and MinGW (patch by Juergen
    Pfeifer).
  + fix a typo in curs_printw.3x (patch by William Pursell).
  + fix two errors in infotocap which allowed indexing outside the
    buffer (report/testcases by Zhang Gan).
  + update length of strings in infocmp's usage function to restore a
    trailing null on the longest string (report/testcase by Zhang Gen).

- Add ncurses patch 20200704
  + modify version-check with Ada generics to use the same pattern as in
    the check for supported gnat versions (report by Pascal Pignard).
  > additional changes for building with Visual Studio C++ and msys2
    (patches by "Maarten Anonymous"):
  + adjust headers/declarations to provide for "dllimport" vs "dllexport"
    declarations when constructing DLLs, to worko with Visual Studio C++.

- Add ncurses patch 20200627
  + build-fixes for gnat 10.1.1, whose gnatmake drops integration with
    gprbuild.
  + correct buffer-length in test/color_name.h

- Add ncurses patch 20200613
  + update list of functions in ncurses.3x
  + move dlclose() call from lib_mouse.c to delscreen() to avoid a case
    in the former which could be called from SIGTSTP handler (Debian

OBS-URL: https://build.opensuse.org/request/show/820866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=176
This commit is contained in:
Dominique Leuenberger 2020-08-04 18:16:56 +00:00 committed by Git OBS Bridge
commit 7cb8d5edf9
3 changed files with 49 additions and 14 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fc92d2f5348759ad7ba34bfff091e61c9ef312941f79c7eb3e24d157fab40f5
size 510944
oid sha256:7e123544d2bde8999bf7bb8a615ac59ce4b9cea2d4115c414c88263c69dae1d1
size 537488

View File

@ -429,8 +429,8 @@
# Linux 2.6.x has a fix for SI/SO to work with UTF-8 encoding added here:
# http://lkml.iu.edu/hypermail/linux/kernel/0602.2/0738.html
@@ -1032,6 +1040,7 @@ linux2.6|linux 2.6.x console,
acsc=++\,\,--..00__``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwx
xyyzz{{||}c~~,
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxy
yzz{{||}}~~,
enacs=\E)0, rmacs=^O,
+ cvvis=\E[?25h\E[?8c,
sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5
@ -846,7 +846,7 @@
#include <curses.priv.h>
#include <ctype.h>
@@ -105,6 +109,30 @@ _nc_basename(char *path)
@@ -111,6 +115,30 @@ _nc_basename(char *path)
return path + _nc_pathlast(path);
}
@ -955,9 +955,9 @@
}
if (copied != 0)
--- progs/Makefile.in
+++ progs/Makefile.in 2020-03-09 09:17:28.753300070 +0000
@@ -101,7 +101,7 @@ CFLAGS_LIBTOOL = $(CCFLAGS)
CFLAGS_NORMAL = $(CCFLAGS)
+++ progs/Makefile.in 2020-07-07 09:13:53.548391492 +0000
@@ -101,7 +101,7 @@ CFLAGS_LIBTOOL = $(CCFLAGS) -DNCURSES_ST
CFLAGS_NORMAL = $(CCFLAGS) -DNCURSES_STATIC
CFLAGS_DEBUG = $(CCFLAGS) @CC_G_OPT@ -DTRACE
CFLAGS_PROFILE = $(CCFLAGS) -pg
-CFLAGS_SHARED = $(CCFLAGS) @CC_SHARED_OPTS@
@ -976,7 +976,7 @@
--- test/test.priv.h
+++ test/test.priv.h 2020-03-09 09:17:28.753300070 +0000
@@ -994,12 +994,12 @@ extern char *_nc_strstr(const char *, co
@@ -1001,12 +1001,12 @@ extern char *_nc_strstr(const char *, co
#endif
/* out-of-band values for representing absent capabilities */

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Jul 13 09:20:28 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200711
+ fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
Bruckl).
+ additional changes for building with Visual Studio C++ and msys2
(reports/patches by "Maarten Anonymous")
+ build-improvements for Windows 10 and MinGW (patch by Juergen
Pfeifer).
+ fix a typo in curs_printw.3x (patch by William Pursell).
+ fix two errors in infotocap which allowed indexing outside the
buffer (report/testcases by Zhang Gan).
+ update length of strings in infocmp's usage function to restore a
trailing null on the longest string (report/testcase by Zhang Gen).
-------------------------------------------------------------------
Tue Jul 7 09:11:13 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200704
+ modify version-check with Ada generics to use the same pattern as in
the check for supported gnat versions (report by Pascal Pignard).
> additional changes for building with Visual Studio C++ and msys2
(patches by "Maarten Anonymous"):
+ adjust headers/declarations to provide for "dllimport" vs "dllexport"
declarations when constructing DLLs, to worko with Visual Studio C++.
-------------------------------------------------------------------
Mon Jun 29 05:56:54 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200627
+ build-fixes for gnat 10.1.1, whose gnatmake drops integration with
gprbuild.
+ correct buffer-length in test/color_name.h
-------------------------------------------------------------------
Mon Jun 22 16:58:17 UTC 2020 - Dr. Werner Fink <werner@suse.de>
@ -6,6 +41,11 @@ Mon Jun 22 16:58:17 UTC 2020 - Dr. Werner Fink <werner@suse.de>
-------------------------------------------------------------------
Mon Jun 15 11:05:42 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200613
+ update list of functions in ncurses.3x
+ move dlclose() call from lib_mouse.c to delscreen() to avoid a case
in the former which could be called from SIGTSTP handler (Debian
#961097).
- Add ncurses patch 20200606
+ add xterm+256color2, xterm+88color2, to deprecate nonstandard usage
in xterm+256color, xterm+88color -TD
@ -13,11 +53,6 @@ Mon Jun 15 11:05:42 UTC 2020 - Dr. Werner Fink <werner@suse.de>
screen.linux (report by Alexandre Montaron).
+ use vt100+enq in screen (report by Alexandre Montaron).
+ add screen.linux-s alias (suggested by Alexandre Montaron).
- Add ncurses patch 20200613
+ update list of functions in ncurses.3x
+ move dlclose() call from lib_mouse.c to delscreen() to avoid a case
in the former which could be called from SIGTSTP handler (Debian
#961097).
-------------------------------------------------------------------
Tue Jun 2 06:24:20 UTC 2020 - Dr. Werner Fink <werner@suse.de>