diff --git a/libquvi-0.9.4-lua-5.2.patch b/libquvi-0.9.4-lua-5.2.patch index d76dd7d..4c27d7e 100644 --- a/libquvi-0.9.4-lua-5.2.patch +++ b/libquvi-0.9.4-lua-5.2.patch @@ -6,7 +6,7 @@ Index: libquvi-0.9.4/src/lua/init.c 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); diff --git a/libquvi.changes b/libquvi.changes index c3928a3..3835cd6 100644 --- a/libquvi.changes +++ b/libquvi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 27 18:10:58 UTC 2021 - Callum Farmer + +- Correct misspelling in libquvi-0.9.4-lua-5.2.patch + ------------------------------------------------------------------- Sat Jul 18 02:45:31 UTC 2015 - i@marguerite.su