From 628442947e5ce961c529150ab427e6fca108590dfc09ec2bb80615d90a69ad86 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 13 Apr 2015 12:25:46 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=194 --- ncurses-5.9-overwrite.dif | 4 ++-- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 19 +++++++++++++++++++ 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/ncurses-5.9-overwrite.dif b/ncurses-5.9-overwrite.dif index 23376cd..d554592 100644 --- a/ncurses-5.9-overwrite.dif +++ b/ncurses-5.9-overwrite.dif @@ -17,9 +17,9 @@ +++ configure 2013-09-30 09:17:52.000000000 +0000 @@ -6799,6 +6799,7 @@ else fi; - echo "$as_me:6899: result: $with_overwrite" >&5 + echo "$as_me:6900: result: $with_overwrite" >&5 echo "${ECHO_T}$with_overwrite" >&6 +WITH_OVERWRITE="$with_overwrite" - echo "$as_me:6902: checking if external terminfo-database is used" >&5 + echo "$as_me:6903: checking if external terminfo-database is used" >&5 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index e2fe5f4..e446246 100644 --- a/ncurses-5.9-patches.tar.bz2 +++ b/ncurses-5.9-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc1382c519a0265be2695e7aeff8d94118d06523deb51525366dbab169481ab3 -size 4395449 +oid sha256:1da12c19fee2d0ef6528a696548209ccdd2bd431e333df7f3f075ae2f95904bc +size 4464764 diff --git a/ncurses.changes b/ncurses.changes index 5a757d3..cd7a68a 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Apr 13 12:00:16 UTC 2015 - werner@suse.de + +- Add ncurses patch 20150404 + + improve description of start_color() in the manual. + + modify several files in ncurses- and progs-directories to allow + const data used in internal tables to be put by the linker into the + readonly text segment. +- Add ncurses patch 20150329 + + correct cut/paste error for "--enable-ext-putwin" that made it the + same as "--enable-ext-colors" (report by Roumen Petrov) +- Add ncurses patch 20150328 + + add "-f" option to test/savescreen.c to help with testing/debugging + the extended putwin/getwin. + + add logic for writing/reading combining characters in the extended + putwin/getwin. + + add "--enable-ext-putwin" configure option to turn on the extended + putwin/getwin. + ------------------------------------------------------------------- Mon Mar 9 10:36:15 UTC 2015 - werner@suse.de