From 325af287947296c661956a7f9dec807c9fe76d8f13ad5a09e86d487822005d2c Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 19 Mar 2018 09:25:11 +0000 Subject: [PATCH] Add ncurses patch 6.1-20180317 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=366 --- ncurses-6.1-patches.tar.bz2 | 4 ++-- ncurses.changes | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ncurses-6.1-patches.tar.bz2 b/ncurses-6.1-patches.tar.bz2 index a71df9d..9f15735 100644 --- a/ncurses-6.1-patches.tar.bz2 +++ b/ncurses-6.1-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a949e2d78dc242d1ada722ff3b37b1f16b032d9c1525576c20b2f939dd0911b -size 91010 +oid sha256:539c0f5d4f44cc85c8ff148facc500a3f7553fc07e6d3c266fa8e9e00a9751f5 +size 92912 diff --git a/ncurses.changes b/ncurses.changes index 2297502..153c231 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 19 09:23:35 UTC 2018 - werner@suse.de + +- Add ncurses patch 6.1-20180317 + + fix a check in infotocap which may not have detected a problem when + it should have. + + add a check in tic for the case where setf/setb are given using + different strings, but provide identical results to setaf/setab. + + further improve fix for terminfo.5 (patch by Kir Kolyshkin). + + reorder loop-limit checks in winsnstr() in case the string has no + terminating null and only the number of characters is used (patch + by Gyorgy Jeney). + ------------------------------------------------------------------- Thu Mar 8 10:06:24 UTC 2018 - werner@suse.de