forked from pool/libquvi
Accepting request 867435 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/867435 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libquvi?expand=0&rev=14
This commit is contained in:
commit
c5831c8d93
@ -6,7 +6,7 @@ Index: libquvi-0.9.4/src/lua/init.c
|
|||||||
return (QUVI_ERROR_LUA_INIT);
|
return (QUVI_ERROR_LUA_INIT);
|
||||||
|
|
||||||
luaL_openlibs(q->handle.lua);
|
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", quvi_reg_meth);
|
||||||
luaL_register(q->handle.lua, "quvi.http", quvi_http_reg_meth);
|
luaL_register(q->handle.lua, "quvi.http", quvi_http_reg_meth);
|
||||||
luaL_register(q->handle.lua, "quvi.crypto", quvi_crypto_reg_meth);
|
luaL_register(q->handle.lua, "quvi.crypto", quvi_crypto_reg_meth);
|
||||||
|
@ -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
|
Sat Jul 18 02:45:31 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user