From 4eea831f6ce2da7fbe8a93c2c93b4e700ce3051c88e0cd47cbadbd4b7ac46b65 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 25 Feb 2016 13:20:03 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=238 --- ncurses-6.0-patches.tar.bz2 | 4 ++-- ncurses-6.0.dif | 2 +- ncurses.changes | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ncurses-6.0-patches.tar.bz2 b/ncurses-6.0-patches.tar.bz2 index 7fbd6ab..a623269 100644 --- a/ncurses-6.0-patches.tar.bz2 +++ b/ncurses-6.0-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25f2e32a0d142611eff42c5ea3e7a5c506d9bd4f735a3b4b5a905ffc757e900c -size 458694 +oid sha256:32e6bee43229df3998621b5fb82f3a49ccd1128cf0c3237a8fc1addb6112360e +size 471266 diff --git a/ncurses-6.0.dif b/ncurses-6.0.dif index 4e50364..b700911 100644 --- a/ncurses-6.0.dif +++ b/ncurses-6.0.dif @@ -154,7 +154,7 @@ @@ -5867,7 +5867,7 @@ case $cf_cv_system_name in fi ;; - (linux*|gnu*|k*bsd*-gnu) + (linux*|gnu*|k*bsd*-gnu|freebsd*) - LD_RPATH_OPT="-Wl,-rpath," + LD_RPATH_OPT="-Wl,-rpath-link," ;; diff --git a/ncurses.changes b/ncurses.changes index c73ba6a..9120d1f 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Feb 25 13:19:20 UTC 2016 - werner@suse.de + +- Add ncurses patch 20160220 + + modify test/configure script to check for pthread dependency of + ncursest or ncursestw library when building ncurses examples, e.g., + in case weak symbols are used. + + modify configure macro for shared-library rules to use -Wl,-rpath + rather than -rpath to work around a bug in scons (FreeBSD #178732, + cf: 20061021). + + double-width multibyte characters were not counted properly in + winsnstr and wins_nwstr (report/example by Eric Pruitt). + + update config.guess, config.sub from + http://git.savannah.gnu.org/cgit/config.git + ------------------------------------------------------------------- Mon Feb 15 13:53:44 UTC 2016 - werner@suse.de