* prepare for 4.14.0 * prepare for 4.13.6 * remove invalid alternative results of dbms_random test * fix dbms_random test for pg 12 * fix error when orafce's triggers was executed on table with dropped columns * update year in info comment * fix white chars * Oracle does switch of low, high when low is higher than high arg of dbms_random.value. Do this in orafce too. Some cleaning in related regress tests. Attention: this change breaks alternative expected results. * regress test for new nvl function * fix Makefile and return type previously added nvl function * Add support to nvl(double precision, integer) and to_date(integer, text). OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=71
21 lines
776 B
Plaintext
21 lines
776 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/orafce/orafce.git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
|
<param name="versionrewrite-pattern">VERSION_(\d+).(\d+).(\d+)(.*)</param>
|
|
<param name="versionrewrite-replacement">\1.\2.\3\4</param>
|
|
<param name="revision">VERSION_4_14_0</param>
|
|
<!--
|
|
<param name="revision">master</param>
|
|
-->
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|