forked from pool/lua-luasql
* LuaSQL is adapted to Lua version 5.4 and all the drivers are compatible with To-be-closed variables. * The :close() method now returns false and a string with appropriate message instead of raising an error when there are related open objects. Add add_missing_cur_gc.patch adding missing cur_gc symbol (gh#lunarmodules/luasql#178).
16 lines
556 B
Plaintext
16 lines
556 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/lunarmodules/luasql.git</param>
|
|
<param name="versionprefix">2.6.0+git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|