X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fmingw-ncurses.spec;h=cefaa9b4dfdbfdaaceb5963f1b2ae9855e2e62d4;hp=db8b73683d25993d27f0e1112102c5bd4df7b4ce;hb=790a85dbd4a81d5f5d8dd02a44d84f01512ef443;hpb=51a395aaa20e4aa687310bb8cb1616ccf8e8fd0d;ds=sidebyside diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index db8b7368..cefaa9b4 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: 20190615 +Version: 6.2 +Release: 20200531 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