diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 824c5c8..9eeaeff 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:c88b423b6b285d5020a84f08a31fc388cef9999daf6cee8ba2c53b9de89c543e -size 4788962 +oid sha256:0c8d773a5a7f803d8ce6b5ead76bde992f4eb38f56e93cc2b9d3b8b666d64597 +size 4838421 diff --git a/ncurses-5.9.dif b/ncurses-5.9.dif index 7e37862..25e1073 100644 --- a/ncurses-5.9.dif +++ b/ncurses-5.9.dif @@ -366,7 +366,7 @@ @@ -76,7 +76,7 @@ if test "$includedir" != "/usr/include" fi - LDFLAGS="@LDFLAGS@" + LDFLAGS= -if test "$libdir" != "/usr/lib" ; then +if test "$libdir" != "/usr/lib" -a "$libdir" != "/usr/lib64" ; then LDFLAGS="$LDFLAGS -L\${libdir}" diff --git a/ncurses.changes b/ncurses.changes index 3044132..472faa0 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon May 18 13:55:40 UTC 2015 - werner@suse.de + +- Add ncurses patch 20150516 + + amend change to ".pc" files to only use the extra loader flags which + may have rpath options (report by Sven Joachim, cf: 20150502). + + change versioning for dpkg's in test-packages for Ada95 and + ncurses-examples for consistency with Debian, to work with package + updates. + + regenerate html manpages. + + clarify handling of carriage return in waddch manual page; it was + discussed only in the portability section (prompted by comment on + Stack Overflow forum): + ------------------------------------------------------------------- Mon May 11 12:52:13 UTC 2015 - werner@suse.de