Hello community, here is the log from the commit of package iprutils for openSUSE:Factory checked in at 2017-02-08 12:12:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iprutils (Old) and /work/SRC/openSUSE:Factory/.iprutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iprutils" Changes: -------- --- /work/SRC/openSUSE:Factory/iprutils/iprutils.changes 2016-09-11 00:51:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.iprutils.new/iprutils.changes 2017-02-08 12:12:53.336067017 +0100 @@ -1,0 +2,11 @@ +Tue Feb 7 07:59:19 UTC 2017 - [email protected] + +- Export LIBS and not LDFLAGS +- Switch over to ncurses ABI 6 + +------------------------------------------------------------------- +Mon Feb 6 08:27:25 UTC 2017 - [email protected] + +- Require pkgconfig form5 and ncurses5 for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iprutils.spec ++++++ --- /var/tmp/diff_new_pack.NRIgUE/_old 2017-02-08 12:12:54.015971194 +0100 +++ /var/tmp/diff_new_pack.NRIgUE/_new 2017-02-08 12:12:54.019970630 +0100 @@ -1,7 +1,7 @@ # # spec file for package iprutils # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -28,10 +28,11 @@ Url: https://github.com/bjking1/iprutils Source0: %{name}-%{version}.tar.gz BuildRequires: libtool -BuildRequires: ncurses-devel BuildRequires: systemd-rpm-macros BuildRequires: zlib-devel +BuildRequires: pkgconfig(form) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(ncurses) BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch0: iprutils.fix_ncurses_cflags_var.patch ExclusiveArch: ppc ppc64 ppc64le @@ -46,8 +47,9 @@ %patch0 -p2 %build +export CPPFLAGS="$(pkg-config ncurses form --cflags)" +export LIBS="$(pkg-config ncurses form --libs)" ./bootstrap.sh -export LDFLAGS="$(ncurses5-config --libs)" %configure --sbindir=%{_sbindir} --libdir=%{_libdir} --disable-static %{__make} %{?_smp_mflags}
