- Update to version 6.12.0+git20240819.bdd26736a: * Bump codespell-project/actions-codespell from 2.0 to 2.1 (#1622) * RS aliases for ASCII top-of-table control characters are misnamed (#1620) * Bump github/codeql-action from 3.26.1 to 3.26.2 (#1617) * Bump github/codeql-action from 3.26.0 to 3.26.1 (#1615) * lib/regex: use string version of regexp methods to reduce allocs (#1614) * Bump golang.org/x/sys from 0.23.0 to 0.24.0 (#1613) * Bump golang.org/x/text from 0.16.0 to 0.17.0 (#1611) * Bump github/codeql-action from 3.25.15 to 3.26.0 (#1610) * Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#1609) * Bump golang.org/x/term from 0.22.0 to 0.23.0 (#1612) - Adding update-VERSION.diff file so 'osc service mr' updates the version using 'replace_using_env' OBS-URL: https://build.opensuse.org/request/show/1194734 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=60
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/johnkerl/miller</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">main</param>
|
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="replace_using_env" mode="manual">
|
|
<param name="file">update-VERSION.diff</param>
|
|
<param name="var">NEWVERSION</param>
|
|
<param name="eval">NEWVERSION=$(grep ^Version miller.spec | awk -F+ '{print "+"$2}')</param>
|
|
<param name="eval">sed -i -e 's#\([^\.]*\)+git[0-9]\{8\}\.[[:alnum:]]\{9\}#\1%%NEWVERSION%%#' update-VERSION.diff</param>
|
|
<param name="verbose">0</param>
|
|
</service>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|