Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libquvi for openSUSE:Factory checked in at 2021-02-04 20:23:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libquvi (Old) and /work/SRC/openSUSE:Factory/.libquvi.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libquvi" Thu Feb 4 20:23:35 2021 rev:14 rq:867435 version:0.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libquvi/libquvi.changes 2015-08-15 11:38:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libquvi.new.28504/libquvi.changes 2021-02-04 20:24:15.810843557 +0100 @@ -1,0 +2,5 @@ +Wed Jan 27 18:10:58 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Correct misspelling in libquvi-0.9.4-lua-5.2.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libquvi-0.9.4-lua-5.2.patch ++++++ --- /var/tmp/diff_new_pack.jG1lKE/_old 2021-02-04 20:24:16.358844391 +0100 +++ /var/tmp/diff_new_pack.jG1lKE/_new 2021-02-04 20:24:16.358844391 +0100 @@ -6,7 +6,7 @@ return (QUVI_ERROR_LUA_INIT); luaL_openlibs(q->handle.lua); -+#if LUA_VERSION_NM < 502 ++#if LUA_VERSION_NUM < 502 luaL_register(q->handle.lua, "quvi", quvi_reg_meth); luaL_register(q->handle.lua, "quvi.http", quvi_http_reg_meth); luaL_register(q->handle.lua, "quvi.crypto", quvi_crypto_reg_meth);