forked from pool/lua-luasql
- 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).
OBS-URL: https://build.opensuse.org/request/show/1294895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luasql?expand=0&rev=7
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>
|