From 9df8b77eb462c086f8144093e208aca983b084d43a609e81ed3968fd2aca7356 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 3 Feb 2014 10:15:49 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=140 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 2405586..17e67ad 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:2d1b814212fd53fe57d3f1e3ef1162173879e1f1601615a761ddd7e0f7b0d613 -size 3025792 +oid sha256:153b6358f0abd1249fe86fbd4f6bd2bf43cf2649d102387015baf32610b7931e +size 3040677 diff --git a/ncurses.changes b/ncurses.changes index 0cf673a..236fde6 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Feb 3 10:11:10 UTC 2014 - werner@suse.de + +- Add ncurses patch 20140201 + + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate + which "short" types are for color pairs and which are color values. + + fix build for s390x, by correcting field bit offsets in generated + representation clauses when int=32 long=64 and endian=big, or at + least on s390x (patch by Nicolas Boulenguez). + + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope). +- Add ncurses patch 20140125 + + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do + not work as is with gcc 4.8 due to fixes using chtype cast made for + new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch + by Nicolas Boulenguez). + ------------------------------------------------------------------- Tue Jan 28 18:18:22 UTC 2014 - werner@suse.de