orafce/_service
Emiliano Langella 5cc30880a4 - Update to version 4.13.5+git0.ab95f82:
* prepare for 4.13.5
  * export orafce_sys_extract_utc and orafce_sys_extract_utc_oracle_date for win build
  * With Oracle passing en empty string to the to_date(txt, fmt) function returns NULL whereas PostgreSQL returns '0001-01-01 BC'. This true whatever is the format passed as second argument. Change the behavior of function to_date(txt, fmt) to mimic Oracle.

- Update to version 4.13.4+git0.8f3f211:
  * prepare for 4.13.4
  * fix update script from 4.12 to 4.13
  * prepare for 4.13.3
  * umask is usually entered as octec number, then read it as octec number

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=69
2024-10-22 15:18:31 +00:00

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_13_5</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>