* prepare for 4.14.4 * Fix pg_upgrade failure after updating orafce from version 3.13 or earlier to 3.14 or later. * fix white space * In PostgreSQL 18, the constant HAVE_LONG_INT_64 is removed. Instead the check SIZEOF_LONG == 8 should be used. HAVE_LONG_INT_64 was used to reduce useless comparation on some 32bit systems. Instead using check SIZEOF_LONG == 8, remove this condition completely and force check for int4 overflow everytime. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=81
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_4</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>
|