forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=158
This commit is contained in:
parent
b2671aa418
commit
7cecba64cc
@ -12,9 +12,9 @@
|
||||
+++ configure 2013-09-30 09:17:51.710735838 +0000
|
||||
@@ -6390,6 +6390,7 @@ else
|
||||
fi;
|
||||
echo "$as_me:6391: result: $with_overwrite" >&5
|
||||
echo "$as_me:6392: result: $with_overwrite" >&5
|
||||
echo "${ECHO_T}$with_overwrite" >&6
|
||||
+WITH_OVERWRITE="$with_overwrite"
|
||||
|
||||
echo "$as_me:6394: checking if external terminfo-database is used" >&5
|
||||
echo "$as_me:6395: checking if external terminfo-database is used" >&5
|
||||
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edc5c6dcf8aa5a004e062fa86649b06fbc61558993f0da017cc0aa65b1888576
|
||||
size 3493226
|
||||
oid sha256:8e707d352a61bee7e5bcd6b7b05b677a8fcad7bc42f78db2de40eedc8d737680
|
||||
size 3589699
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 16 11:21:55 UTC 2014 - werner@suse.de
|
||||
|
||||
- Add ncurses patch 20140614
|
||||
+ fix dereference before null check found by Coverity in tic.c
|
||||
(cf: 20140524).
|
||||
+ fix sign-extension bug in read_entry.c which prevented "toe" from
|
||||
reading empty "screen+italics" entry.
|
||||
+ modify sgr for screen.xterm-new to support dim capability -TD
|
||||
+ add dim capability to nsterm+7 -TD
|
||||
+ cancel dim capability for iterm -TD
|
||||
+ add dim, invis capabilities to vte-2012 -TD
|
||||
+ add sitm/ritm to konsole-base and mlterm3 -TD
|
||||
- Add ncurses patch 20140609
|
||||
> fix regression in screen terminfo entries (reports by Christian
|
||||
Ebert, Gabriele Balducci) -TD
|
||||
+ revert the change to screen; see notes for why this did not work -TD
|
||||
+ cancel sitm/ritm for entries which extend "screen", to work around
|
||||
screen's hardcoded behavior for SGR 3 -TD
|
||||
- Add ncurses patch 20140607
|
||||
+ separate masking for sgr in vidputs from sitm/ritm, which do not
|
||||
overlap with sgr functionality.
|
||||
+ remove unneeded -i option from adacurses-config; put -a in the -I
|
||||
option for consistency (patch by Pascal Pignard).
|
||||
+ update xterm-new to patch #305 -TD
|
||||
+ change format of test-scripts for Debian Ada95 and ncurses-examples
|
||||
packages to quilted to work around Debian #700177 (cf: 20130907).
|
||||
+ build fix for form_driver_w.c as part of ncurses-examples package for
|
||||
older ncurses than 20131207.
|
||||
+ add Hello World example to adacurses-config manpage.
|
||||
+ remove unused --enable-pc-files option from Ada95/configure.
|
||||
+ add --disable-gnat-projects option for testing.
|
||||
+ revert changes to Ada95 project-files configuration (cf: 20140524).
|
||||
+ corrected usage message in adacurses-config.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 08:38:03 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -262,6 +262,7 @@ Authors:
|
||||
%setup -q -n ncurses-%{version}
|
||||
rm -fr tack
|
||||
rm -f Ada95/src/terminal_interface-curses.adb
|
||||
rm -f Ada95/src/library.gpr
|
||||
rm -f mkinstalldirs
|
||||
tar Oxfj %{S:1} | patch -p1 -s
|
||||
tar xfj %{S:5}
|
||||
|
Loading…
Reference in New Issue
Block a user