From e03ec6f1f3b75512e63e6b5d3b36af6a247bcfed4a5af0beeaec0bd9e11ed819 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 29 Nov 2013 12:58:27 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=129 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 94b1ea1..2fc0f88 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:6b21f1f2f9b2587ea1a9bafc8f778961965d2f87bf665ea04a1f6f79e62536c8 -size 2954844 +oid sha256:cb0c6437e4b705adcfb04c687171b09b6aa6fa62f2a64443eeaf41a8800a5e6f +size 2971199 diff --git a/ncurses.changes b/ncurses.changes index 065a708..ebcd196 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Nov 29 12:55:49 UTC 2013 - werner@suse.de + +- Add ncurses patch 20131123 + + minor fix for CF_GCC_WARNINGS to special-case options which are not + recognized by clang. +- Add ncurses patch 20131116 + + add special case to configure script to move _XOPEN_SOURCE_EXTENDED + definition from CPPFLAGS to CFLAGS if it happens to be needed for + Solaris, because g++ errors with that definition (report by + Jean-Pierre Flori, Sage #15268). + + correct logic in infocmp's -i option which was intended to ignore + strings which correspond to function-keys as candidates for piecing + together initialization- or reset-strings. The problem dates to + 1.9.7a, but was overlooked until changes in -Wlogical-op warnings for + gcc 4.8 (report by David Binderman). + + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding + checks for -Wextra, -Wignored-qualifiers and -Wlogical-op + + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving + checks for -Wextra and -Wdeclaration-after-statement into the macro, + and adding checks for -Wignored-qualifiers, -Wlogical-op and -Wvarargs + + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing + work on cdk. +- Add ncurses patch 20131110 + + minor cleanup of terminfo.tail + ------------------------------------------------------------------- Fri Nov 29 11:57:52 UTC 2013 - werner@suse.de