Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2016-03-21 12:43:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2016-03-01 
11:56:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes     2016-03-21 
12:43:40.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Feb 25 13:19:20 UTC 2016 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ncurses-6.0-patches.tar.bz2 ++++++
++++ 3878 lines of diff (skipped)

++++++ ncurses-6.0.dif ++++++
--- /var/tmp/diff_new_pack.2dDrGS/_old  2016-03-21 12:43:42.000000000 +0100
+++ /var/tmp/diff_new_pack.2dDrGS/_new  2016-03-21 12:43:42.000000000 +0100
@@ -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,"
        ;;


Reply via email to