commit smemstat for openSUSE:Factory

Hello community, here is the log from the commit of package smemstat for openSUSE:Factory checked in at 2018-11-27 10:45:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smemstat (Old) and /work/SRC/openSUSE:Factory/.smemstat.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "smemstat" Tue Nov 27 10:45:12 2018 rev:5 rq:652064 version:0.02.01 Changes: -------- --- /work/SRC/openSUSE:Factory/smemstat/smemstat.changes 2018-07-12 09:21:40.750629524 +0200 +++ /work/SRC/openSUSE:Factory/.smemstat.new.19453/smemstat.changes 2018-11-27 10:46:38.387936037 +0100 @@ -1,0 +2,6 @@ +Mon Nov 26 12:33:56 UTC 2018 - Cristian Rodríguez <crrodriguez@opensuse.org> + +- Use the correct set of ncurses headers, find ncursesw includes + with pkg-config + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smemstat.spec ++++++ --- /var/tmp/diff_new_pack.bcezao/_old 2018-11-27 10:46:38.811935602 +0100 +++ /var/tmp/diff_new_pack.bcezao/_new 2018-11-27 10:46:38.815935597 +0100 @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,7 @@ Group: System/Monitoring Url: http://kernel.ubuntu.com/~cking/smemstat/ Source: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz -BuildRequires: ncurses-devel +BuildRequires: pkgconfig(ncursesw) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -37,7 +37,7 @@ %setup -q %build -export CFLAGS="%{optflags}" +export CFLAGS="%{optflags} $(pkg-config --cflags ncursesw) -fwhole-program" make %{?_smp_mflags} %install
participants (1)
-
root