From 7ca4f1e6ca686f11d23473d7815b5986111c6485 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 29 Oct 2024 21:53:03 +0800 Subject: [PATCH] force build with narrowc flavour --- ncurses.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ncurses.spec b/ncurses.spec index ad37ea1..fc8f69b 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -1,6 +1,6 @@ name: ncurses Version: 6.5 -Release: 1 +Release: 2 Summary: Terminal control library License: MIT URL: https://invisible-island.net/ncurses/ncurses.html @@ -112,7 +112,7 @@ for abi in 5 6; do %configure $( echo $common_options --with-abi-version=$abi [ $abi = 5 ] && echo $abi5_options - [ $char = widec ] && echo --enable-widec + [ $char = widec ] && echo --enable-widec || echo --disable-widec [ $progs = yes ] || echo --without-progs ) @@ -232,6 +232,9 @@ xz NEWS %{_mandir}/man7/* %changelog +* Tue Oct 29 2024 Funda Wang - 6.5-2 +- force build with narrowc flavour + * Mon Oct 28 2024 Funda Wang - 6.5-1 - update to 6.5 -- Gitee