Hello community, here is the log from the commit of package lifelines for openSUSE:Factory checked in at 2015-10-19 22:51:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lifelines (Old) and /work/SRC/openSUSE:Factory/.lifelines.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lifelines" Changes: -------- --- /work/SRC/openSUSE:Factory/lifelines/lifelines.changes 2014-02-26 06:58:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lifelines.new/lifelines.changes 2015-10-20 00:05:00.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Oct 6 13:32:57 UTC 2015 - [email protected] + +- Make it build with latest ncurses + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lifelines.spec ++++++ --- /var/tmp/diff_new_pack.P6nab7/_old 2015-10-20 00:05:01.000000000 +0200 +++ /var/tmp/diff_new_pack.P6nab7/_new 2015-10-20 00:05:01.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package lifelines # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,8 +76,9 @@ %build CFLAGS="%{optflags} -fno-strict-aliasing -pipe $(%{ncursesw_config} --cflags)" CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_CURSES" +LDFLAGS="$(%{ncursesw_config} --libs)" CC=gcc -export CC CFLAGS CPPFLAGS +export CC CFLAGS CPPFLAGS LDFLAGS autoreconf -fi ./configure --prefix=%{_prefix} -exec-prefix=%{_prefix} \ --libexecdir=%{_libdir} \
