X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=package%2Fmingw-ncurses.spec;h=2f4f6c52cd55d0d6f90b69a3c8c735e7f6ee21c9;hb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;hp=9a5ba082fe83b6c38a9bcbb4b8f0e8b50106f2a1;hpb=b93d96b78ac5250135975df892cee793dc3c0797;p=ncurses.git diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index 9a5ba082..2f4f6c52 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: 20180414 +Version: 6.2 +Release: 20210821 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz @@ -68,8 +68,11 @@ 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 \\\ --with-shared \\\ --with-tparm-arg=intptr_t \\\ --with-trace \\\ @@ -144,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