Hello community, here is the log from the commit of package ncurses for openSUSE:Factory checked in at 2020-08-04 20:16:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Tue Aug 4 20:16:56 2020 rev:176 rq:820866 version:6.2.MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2020-06-27 23:20:53.909490524 +0200 +++ /work/SRC/openSUSE:Factory/.ncurses.new.3592/ncurses.changes 2020-08-04 20:17:18.824898662 +0200 @@ -1,0 +2,35 @@ +Mon Jul 13 09:20:28 UTC 2020 - Dr. Werner Fink <[email protected]> + +- 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 <[email protected]> + +- 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 <[email protected]> + +- 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 + +------------------------------------------------------------------- @@ -8,0 +44,5 @@ +- 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). @@ -16,5 +55,0 @@ -- 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). ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses-6.2-patches.tar.bz2 ++++++ ++++ 6215 lines of diff (skipped) ++++++ ncurses-6.2.dif ++++++ --- /var/tmp/diff_new_pack.XLomKF/_old 2020-08-04 20:17:20.344899587 +0200 +++ /var/tmp/diff_new_pack.XLomKF/_new 2020-08-04 20:17:20.344899587 +0200 @@ -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 */
