Accepting request 867278 from home:gmbr3:Lua

- Correct misspelling in libquvi-0.9.4-lua-5.2.patch

OBS-URL: https://build.opensuse.org/request/show/867278
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquvi?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2021-01-28 10:54:32 +00:00 committed by Git OBS Bridge
parent e21527bee7
commit 53377fff97
2 changed files with 6 additions and 1 deletions

View File

@ -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);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 27 18:10:58 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Correct misspelling in libquvi-0.9.4-lua-5.2.patch
-------------------------------------------------------------------
Sat Jul 18 02:45:31 UTC 2015 - i@marguerite.su