Hello community, here is the log from the commit of package rrdtool for openSUSE:Factory checked in at 2017-08-14 12:34:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rrdtool (Old) and /work/SRC/openSUSE:Factory/.rrdtool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rrdtool" Mon Aug 14 12:34:49 2017 rev:65 rq:512347 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes 2017-07-08 12:26:26.097858919 +0200 +++ /work/SRC/openSUSE:Factory/.rrdtool.new/rrdtool.changes 2017-08-14 12:34:53.195252578 +0200 @@ -1,0 +2,10 @@ +Mon Jul 24 12:14:04 UTC 2017 - [email protected] + +- Only move the lua bindings from /usr/local when needed: this was + generally only a hack as our lua.pc 'forgot' to expose the + variables INSTALL_CMOD. As lua is now being fixed, this hack is + no longer needed (for compatibility with older/broken lua + packages we keep it in place, but don't abort if the move + failed). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rrdtool.spec ++++++ --- /var/tmp/diff_new_pack.TcoyJw/_old 2017-08-14 12:34:55.222967846 +0200 +++ /var/tmp/diff_new_pack.TcoyJw/_new 2017-08-14 12:34:55.234966161 +0200 @@ -270,8 +270,8 @@ %perl_process_packlist %if %{with lua} -# install ruby bindings manually -mv %{buildroot}%{_prefix}/local/lib/lua %{buildroot}%{_libdir}/lua +# Move lua lib to the right point, in case lua did not expose the right INSTALL_CMOD variable +mv %{buildroot}%{_prefix}/local/lib/lua %{buildroot}%{_libdir}/lua || true %endif %if %{with ruby}
