- Update to version 2.3.4+20240918: * Added dummy diagnostic-output-channel support * Make timestamp in generated file use $SOURCE_DATE_EPOCH * Use sysconfig, not distutils, to find python root * Move to CMS @ 5.11.22 * Bump CMS revision to b735c94 - Add missing BuildRequires python3-setuptools OBS-URL: https://build.opensuse.org/request/show/1267368 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stp?expand=0&rev=18
19 lines
662 B
Plaintext
19 lines
662 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/stp/stp</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">stp</param>
|
|
<param name="revision">2e31fe7f1e6db59f8dce1666ce6d932df7ccf4e9</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">@PARENT_TAG@+%cd</param>
|
|
<param name="match-tag">[0-9]*</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">stp-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|