X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fmingw-ncurses.spec;h=53f3020ccb5d365f3bdb8c25da8c6af5f7d5c4ea;hp=0780301b1f4d5d9b7be0c03d7b3669e7bdb8a954;hb=c0f109a299a82a33c16bd7af942a12ce9aefaaf0;hpb=9a0b985989d0aeb66b66b5711d432322aa994969 diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index 0780301b..53f3020c 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: 20190601 +Version: 6.2 +Release: 20200314 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