From cfb9a4cdc20b82b860f843dff02cc603d20da27ee1318829d806098a41fa2a01 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 09:41:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=11 --- ncurses-5.6.dif | 29 ++++++++++++++++++++--------- ncurses.changes | 5 +++++ ncurses.spec | 8 +++++--- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/ncurses-5.6.dif b/ncurses-5.6.dif index dd2c645..300b726 100644 --- a/ncurses-5.6.dif +++ b/ncurses-5.6.dif @@ -131,7 +131,7 @@ LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" fi if test "$cf_cv_ld_rpath" = yes ; then -@@ -8185,12 +8185,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 <\$TMP CF_EOF if test -n "$cf_compress" ; then -@@ -8294,8 +8297,8 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man < #if defined(__cplusplus) -@@ -15216,6 +15220,7 @@ if test "$with_termlib" != no ; then +@@ -15217,6 +15221,7 @@ if test "$with_termlib" != no ; then TINFO_ARGS="-L${LIB_DIR} $TEST_ARGS" SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}" fi @@ -324,6 +324,17 @@ The \fBncurses\fR library permits manipulation of data structures, called \fIwindows\fR, which can be thought of as two-dimensional arrays of characters representing all or part of a CRT screen. A +--- misc/ncurses-config.in ++++ misc/ncurses-config.in 2008-04-10 11:12:06.528491302 +0200 +@@ -73,7 +73,7 @@ while test $# -gt 0; do + if test "${prefix}/include" != /usr/include ; then + INCS="-I${prefix}/include" + fi +- if test "@WITH_OVERWRITE@" != no ; then ++ if test "${THIS%[0-9]*}" != ncurses ; then + INCS="$INCS -I${prefix}/include/${THIS}" + fi + sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO --- misc/terminfo.src +++ misc/terminfo.src 2007-01-31 14:27:30.000000000 +0100 @@ -301,7 +301,9 @@ dumb|80-column dumb tty, diff --git a/ncurses.changes b/ncurses.changes index 260ed74..218ece4 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 10 11:17:20 CEST 2008 - werner@suse.de + +- Small change to make the cflags work in ncurses{w,t,tw}-config + ------------------------------------------------------------------- Wed Apr 8 19:20:00 CEST 2008 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index bf2f4c9..c55ffd6 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -20,7 +20,7 @@ License: X11/MIT Group: System/Base AutoReqProv: on Version: 5.6 -Release: 71 +Release: 72 Summary: New curses Libraries Source0: ncurses-5.6.tar.bz2 Url: http://invisible-island.net/ncurses/ncurses.html @@ -55,7 +55,7 @@ Authors: Eric S. Raymond Thomas E. Dickey Juergen Pfeifer - Pavel Curtis + Pavel Curtis %package -n libncurses5 License: X11/MIT @@ -77,7 +77,7 @@ Authors: Eric S. Raymond Thomas E. Dickey Juergen Pfeifer - Pavel Curtis + Pavel Curtis %package -n terminfo Summary: A terminal descriptions database @@ -439,6 +439,8 @@ tar Oxfj %{SOURCE1} | patch -p1 -s %defattr(-,root,root) %changelog +* Thu Apr 10 2008 werner@suse.de +- Small change to make the cflags work in ncurses{w,t,tw}-config * Tue Apr 08 2008 werner@suse.de - New sub package libncurses5 including the shared libraries and the required terminfo and termset data files.