.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=159
This commit is contained in:
parent
7cecba64cc
commit
1ce64b6c90
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e707d352a61bee7e5bcd6b7b05b677a8fcad7bc42f78db2de40eedc8d737680
|
||||
size 3589699
|
||||
oid sha256:04128d9c414df084b7e27f5b98f314cd172fb0025abc97936284061c4c7f0f89
|
||||
size 3613329
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user