SHA256
10
0
forked from pool/lua-luasql
Files
lua-luasql/_service
Matěj Cepl f322383e27 Update to 2.7.0:
* 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).
2025-07-08 18:18:39 +02:00

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>