Hello community, here is the log from the commit of package conky for openSUSE:Factory checked in at 2017-06-26 15:53:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conky (Old) and /work/SRC/openSUSE:Factory/.conky.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conky" Mon Jun 26 15:53:22 2017 rev:18 rq:505862 version:1.10.6 Changes: -------- --- /work/SRC/openSUSE:Factory/conky/conky.changes 2017-03-21 22:51:54.774732206 +0100 +++ /work/SRC/openSUSE:Factory/.conky.new/conky.changes 2017-06-26 15:53:29.217308125 +0200 @@ -1,0 +2,5 @@ +Tue Jun 20 09:18:31 UTC 2017 - [email protected] + +- Fix build with conky.luamm.patch + +------------------------------------------------------------------- New: ---- conky.luamm.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conky.spec ++++++ --- /var/tmp/diff_new_pack.sFjRTD/_old 2017-06-26 15:53:32.032911093 +0200 +++ /var/tmp/diff_new_pack.sFjRTD/_new 2017-06-26 15:53:32.036910529 +0200 @@ -34,6 +34,7 @@ # our ncurses doesn't supply a .pc file Patch2: conky-1.10.4-ncurses.patch Patch3: conky.timestamp.patch +Patch4: conky.luamm.patch BuildRequires: cmake BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook2x @@ -147,6 +148,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build mkdir build && cd build ++++++ conky.luamm.patch ++++++ --- a/src/luamm.hh +++ b/src/luamm.hh @@ -28,6 +28,7 @@ #include <exception> #include <stdexcept> #include <string> +#include <functional> #include <lua.hpp>
