From 1ce64b6c9002aaaad0cb99e47102b7afa9f59084e2f13ebd1be33391c58d8be6 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 24 Jun 2014 12:49:31 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=159 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 15 +++++++++++++++ ncurses.spec | 2 ++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 97d8eb1..6cec99c 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:8e707d352a61bee7e5bcd6b7b05b677a8fcad7bc42f78db2de40eedc8d737680 -size 3589699 +oid sha256:04128d9c414df084b7e27f5b98f314cd172fb0025abc97936284061c4c7f0f89 +size 3613329 diff --git a/ncurses.changes b/ncurses.changes index de09bca..49e3b4c 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jun 24 12:40:25 UTC 2014 - werner@suse.de + +- Remove the iterm link to iTerm.app terminal entry as there is already + an iterm entry from an other package +- Add ncurses patch 20140621 + + change shared-library suffix for AIX 5 and 6 to ".so", avoiding + conflict with the static library (report by Ben Lentz). + + document RPATH_LIST in INSTALLATION file, as part of workarounds for + upgrading an ncurses library using the "--with-shared" option. + + modify test/ncurses.c c/C tests to cycle through subsets of the + total number of colors, to better illustrate 8/16/88/256-colors by + providing directly comparable screens. + + add test/dots_curses.c, for comparison with the low-level examples. + ------------------------------------------------------------------- Mon Jun 16 11:21:55 UTC 2014 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index c21db3e..2797585 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -276,6 +276,8 @@ rm -vf include/ncurses_dll.h rm -vf mkdirs.sh rm -vf tar-copy.sh rm -vf mk-dlls.sh +# Remove iterm link to iTerm.app +sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src %build %global _configure screen -L -D -m ./configure