From 1e7676ee908cd3f9d7e280ccbf1ff467a97a8cc4cc0d4fc0023f3b757c89cd68 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 8 Oct 2012 13:10:10 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=95 --- ncurses-5.9-overwrite.dif | 8 ++++---- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 24 ++++++++++++++++++++++++ ncurses.spec | 1 + 4 files changed, 31 insertions(+), 6 deletions(-) diff --git a/ncurses-5.9-overwrite.dif b/ncurses-5.9-overwrite.dif index bc5bd37..99108b1 100644 --- a/ncurses-5.9-overwrite.dif +++ b/ncurses-5.9-overwrite.dif @@ -1,6 +1,6 @@ --- configure.in +++ configure.in 2010-10-12 08:14:31.000000000 +0000 -@@ -422,6 +422,7 @@ AC_ARG_ENABLE(overwrite, +@@ -419,6 +419,7 @@ AC_ARG_ENABLE(overwrite, [with_overwrite=$enableval], [if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi]) AC_MSG_RESULT($with_overwrite) @@ -10,11 +10,11 @@ AC_ARG_ENABLE(database, --- configure +++ configure 2012-05-30 13:36:24.274067433 +0200 -@@ -6211,6 +6211,7 @@ else +@@ -6021,6 +6021,7 @@ else fi; - echo "$as_me:6212: result: $with_overwrite" >&5 + echo "$as_me:6022: result: $with_overwrite" >&5 echo "${ECHO_T}$with_overwrite" >&6 +WITH_OVERWRITE="$with_overwrite" - echo "$as_me:6215: checking if external terminfo-database is used" >&5 + echo "$as_me:6025: 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 aef70d2..7fd3e5d 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:78c83b2e13fda7fc16b43465e095d0c81db89306887266b46e497dfae9a97c5f -size 1496058 +oid sha256:715ddce4de6ae5fc6ce2039f45afeff2bf43317daa2d8996fae6175925d73432 +size 1652606 diff --git a/ncurses.changes b/ncurses.changes index 5c1bda0..1c75d3b 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Oct 8 13:08:00 UTC 2012 - werner@suse.de + +- Add ncurses patch 5.9.20121006 + + improve CF_GCC_VERSION to work around Debian's customization of gcc + --version message. + + improve configure macros as done in byacc: + + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port + has used that for a while. + + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e., + for experimental use. + + remove unused configure macros. + + modify configure script and makefiles to quiet new autoconf warning + for LIBS_TO_MAKE variable. + + modify configure script to show $PATH_SEPARATOR variable. + + update config.guess, config.sub +- Add ncurses patch 5.9.20120922 + + modify setupterm to set its copy of TERM to "unknown" if configured + for the terminal driver and TERM was null or empty. + + modify treatment of TERM variable for MinGW port to allow explicit + use of the windows console driver by checking if $TERM is set to + "#win32con" or an abbreviation of that. + + undo recent change to fallback definition of vsscanf() to + ------------------------------------------------------------------- Mon Sep 17 12:50:12 UTC 2012 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index fd915d4..963faf5 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -375,6 +375,7 @@ rm -vf mk-dlls.sh --disable-termcap \ --disable-overwrite \ --disable-rpath \ + --disable-rpath-hack \ --disable-leaks \ --disable-xmc-glitch \ --enable-symlinks \