Hello community,

here is the log from the commit of package pspp for openSUSE:Factory checked in 
at 2017-02-07 12:08:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pspp (Old)
 and      /work/SRC/openSUSE:Factory/.pspp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pspp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pspp/pspp.changes        2016-08-03 
11:45:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pspp.new/pspp.changes   2017-02-07 
12:08:31.130741743 +0100
@@ -1,0 +2,9 @@
+Mon Feb  6 17:21:59 UTC 2017 - dims...@opensuse.org
+
+- Port to ncurses6 (instead of using the deprecated mcurses5):
+  + export NCURSES_CONFIG=%{_bindir}/ncurses6-config if the binary
+    exists. In case it does not, the default search algorithm of
+    configure is being used, meaning ncurses5-config, followed by
+    ncurses8-config.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pspp.spec ++++++
--- /var/tmp/diff_new_pack.SZd3Zf/_old  2017-02-07 12:08:31.826643278 +0100
+++ /var/tmp/diff_new_pack.SZd3Zf/_new  2017-02-07 12:08:31.830642712 +0100
@@ -133,6 +133,12 @@
 %build -n pspp-%{version}
 %endif
 export SUSE_ASNEEDED=0
+if [ -x %{_bindir}/ncurses6-config ]; then
+  # if ncurses6-config is available, let'a use it. The build system
+  # favors ncurses5-config over ncurses8-config (it does not even check
+  # for ncurses6-config)
+  export NCURSES_CONFIG=%{_bindir}/ncurses6-config
+fi
 %configure CFLAGS="${CFLAGS:-%optflags} -fgnu89-inline" \
              --disable-relocatable --disable-static --disable-rpath \
              --disable-anachronistic-dependencies --enable-debug \


Reply via email to