X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fmingw-ncurses.spec;h=fab95076b1b0332d9ff2f45d2b5a238efa73beca;hp=bb44d0239dbd5461500a02e51d75959873b4bfb6;hb=a7e05fb9806cc1255b6ba4fb29e15d337f35b2ad;hpb=22a4b929f47f85588dc07fddf98b09776cec658f diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index bb44d023..fab95076 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -2,8 +2,8 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 -Version: 6.1 -Release: 20181027 +Version: 6.2 +Release: 20200817 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz @@ -68,6 +68,8 @@ This package is used for testing ABI %{MY_ABI} with cross-compiles to MinGW. --with-cxx-shared \\\ --with-develop \\\ --with-fallbacks=unknown,xterm \\\ + --with-tic-path=/usr/bin/tic%{MY_ABI} \\\ + --with-infocmp-path=/usr/bin/infocmp%{MY_ABI} \\\ --with-install-prefix=$RPM_BUILD_ROOT \\\ --with-pc-suffix=%{MY_ABI} \\\ --with-pcre2 \\\ @@ -145,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 30 2019 Thomas E. Dickey +- use tic-path and infocmp-path options for fallbacks + * Sat Feb 10 2018 Thomas E. Dickey - add several development features