diff --git a/ncurses-5.9-overwrite.dif b/ncurses-5.9-overwrite.dif index 72089a1..41d83f5 100644 --- a/ncurses-5.9-overwrite.dif +++ b/ncurses-5.9-overwrite.dif @@ -12,9 +12,9 @@ +++ configure 2012-01-30 16:19:43.071146239 +0000 @@ -6336,6 +6336,7 @@ else fi; - echo "$as_me:6337: result: $with_overwrite" >&5 + echo "$as_me:6338: result: $with_overwrite" >&5 echo "${ECHO_T}$with_overwrite" >&6 +WITH_OVERWRITE="$with_overwrite" - echo "$as_me:6340: checking if external terminfo-database is used" >&5 + echo "$as_me:6341: checking if external terminfo-database is used" >&5 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index cd0749f..9ff49ed 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:b3f1dfa70aa04e8bcefb9484d3cba4010903f3824f56a4676c2d7a3597694a45 -size 875830 +oid sha256:765452b4eb8dd9948136da58e4554209a5ba688458a3df55587e52bbbef10a7b +size 914424 diff --git a/ncurses-5.9.dif b/ncurses-5.9.dif index 6037f01..8a91f92 100644 --- a/ncurses-5.9.dif +++ b/ncurses-5.9.dif @@ -138,8 +138,8 @@ # the next lines are needed for linking libtic over libncurses TINFO_NAME=${LIB_NAME} --- configure -+++ configure 2012-01-30 16:42:39.543145187 +0000 -@@ -5564,7 +5564,7 @@ irix*) #(vi ++++ configure 2012-01-30 17:42:40.000000000 +0100 +@@ -5565,7 +5565,7 @@ irix*) #(vi fi ;; linux*|gnu*|k*bsd*-gnu) #(vi @@ -148,7 +148,7 @@ ;; openbsd[2-9].*|mirbsd*) #(vi LD_RPATH_OPT="-Wl,-rpath," -@@ -10636,12 +10636,15 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\$TMP CF_EOF if test -n "$cf_compress" ; then -@@ -10766,9 +10769,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man < @@ -275,8 +275,8 @@ #include #if defined(__cplusplus) -@@ -18947,7 +18951,7 @@ else - #line 18946 "configure" +@@ -18973,7 +18977,7 @@ else + #line 18972 "configure" #include "confdefs.h" -#include @@ -284,7 +284,7 @@ #include #if defined(__cplusplus) -@@ -19898,6 +19902,7 @@ if test "$with_termlib" != no ; then +@@ -19924,6 +19928,7 @@ if test "$with_termlib" != no ; then TINFO_LDFLAGS="-L${LIB_DIR}" SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}" fi diff --git a/ncurses.changes b/ncurses.changes index d96637b..d00bd2f 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Feb 14 18:17:28 UTC 2012 - werner@suse.de + +- Add ncurses patch 5.9.20120211 + + make sgr for xterm-pcolor agree with other caps -TD + + make sgr for att5425 agree with other caps -TD + + make sgr for att630 agree with other caps -TD + + make sgr for linux entries agree with other caps -TD + + make sgr for tvi9065 agree with other caps -TD + + make sgr for ncr260vt200an agree with other caps -TD + + make sgr for ncr160vt100pp agree with other caps -TD + + make sgr for ncr260vt300an agree with other caps -TD + + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD + + make sgr for cygwin, cygwinDBG agree with other caps -TD + + add configure option --with-xterm-kbs to simplify configuration for + Linux versus most other systems. + ------------------------------------------------------------------- Mon Feb 6 16:00:42 UTC 2012 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index b1431c2..0724cbd 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -372,6 +372,7 @@ rm -vf mk-dlls.sh --with-dlsym \ --with-termlib=tinfo \ --with-ticlib=tic \ + --with-xterm-kbs=del \ --disable-root-environ \ --disable-termcap \ --disable-overwrite \