X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fmingw-ncurses.spec;h=025e039c40e8e360e96a3118e5904b70a0843db1;hp=19b31d4ecaee47118dad22eab55934f1710cc937;hb=e8c3445229c546ba14ea2992da4d93a9d31914f8;hpb=44963481f15221316cbf9f7289a710f54cab2c84 diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index 19b31d4e..025e039c 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: 20181124 +Version: 6.2 +Release: 20200808 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