Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ncurses for openSUSE:Factory checked in at 2025-11-17 12:13:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Mon Nov 17 12:13:11 2025 rev:313 rq:1317787 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2025-11-11 19:18:23.584065822 +0100 +++ /work/SRC/openSUSE:Factory/.ncurses.new.2061/ncurses.changes 2025-11-17 12:20:05.733463825 +0100 @@ -1,0 +2,5 @@ +Fri Nov 14 11:54:02 UTC 2025 - Dr. Werner Fink <[email protected]> + +- Enforce to use signed char for boolean (boo#1253383) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses.spec ++++++ --- /var/tmp/diff_new_pack.c53OrV/_old 2025-11-17 12:20:07.017517972 +0100 +++ /var/tmp/diff_new_pack.c53OrV/_new 2025-11-17 12:20:07.017517972 +0100 @@ -580,6 +580,7 @@ --enable-colorfgbg \ --enable-sp-funcs \ --enable-interop \ + --enable-signed-char \ --with-termlib=%{soname_tinfo} \ --enable-ext-colors \ --disable-wgetch-events \ @@ -1077,6 +1078,8 @@ %if %{with onlytinfo} nm -D %{buildroot}%{_libdir}/libtinfo.so.%{basevers} | grep -q _nc_read_entry2 %endif +num="$(TERM=vt220 %{buildroot}%{_bindir}/tput colors)" +test -n "$num" pushd test expect -d <<-'EOF' set env(TERM) xterm
