forked from pool/miller
- Update to version 6.14.0+git20250704.313731386: * Release-specific docs for 6.14.0 * Update `main` version to 6.14.0-dev * Update release docs on xattr trick for MacOS * Miller 6.14.0 (#1828) * Doc copy edits (#1827) * Add `-c`, `-t`, `-j` to doc matrix in PR 1824 (#1826) * Add Keystroke savers for same format (#1824) * cut: Consider `-o` flag even when using regexes with `-r` (#1823) * Bump github/codeql-action from 3.29.1 to 3.29.2 (#1825) * Bump github/codeql-action from 3.29.0 to 3.29.1 (#1822) * Argument parsing is different in `mlr -s` scripts (#1817) * Bump github/codeql-action from 3.28.19 to 3.29.0 (#1814) * Bump golang.org/x/text from 0.25.0 to 0.26.0 (#1813) * Bump github/codeql-action from 3.28.18 to 3.28.19 (#1812) * Bump github/codeql-action from 3.28.17 to 3.28.18 (#1808) * Docs for new `surv` verb (#1807) * Bump golang.org/x/term from 0.29.0 to 0.32.0 (#1799) * Bump golang.org/x/text from 0.22.0 to 0.25.0 (#1800) * Bump golang.org/x/sys from 0.30.0 to 0.33.0 (#1801) * Add surv Verb to Estimate a Survival Curve (#1788) * Bump actions/setup-go from 5.4.0 to 5.5.0 (#1802) * Improve help message on non-existent verb (#1798) * Bump github/codeql-action from 3.28.16 to 3.28.17 (#1796) * Fix `print` within `begin{}`/`end{}` (#1795) * Fix `joinv` with `""` separator (#1794) * Bump github/codeql-action from 3.28.15 to 3.28.16 (#1790) * Bump github/codeql-action from 3.28.14 to 3.28.15 (#1783) * Bump github/codeql-action from 3.28.13 to 3.28.14 (#1779) * Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 (#1778) OBS-URL: https://build.opensuse.org/request/show/1290734 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=64
32 lines
1.5 KiB
Plaintext
32 lines
1.5 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">RELVERSION</param>
|
|
<param name="eval">RELVERSION=$(grep ^Version miller.spec | awk -F: '{print $2}' | awk -F+ '{print $1}' | tr -d \[:space:\])</param>
|
|
<param name="var">TAGVERSION</param>
|
|
<param name="eval">TAGVERSION=$(grep ^Version miller.spec | awk -F+ '{print "+"$2}')</param>
|
|
<param name="eval">sed -i -e 's#\(-var STRING string = "\).*\(-dev"\)#\1%%RELVERSION%%\2#' update-VERSION.diff</param>
|
|
<param name="eval">sed -i -e 's#\(+var STRING string = "\).*\("\)#\1%%RELVERSION%%%%TAGVERSION%%\2#' update-VERSION.diff</param>
|
|
<!--
|
|
<param name="eval">sed -i -e 's#\([^\.]*\)+git[0-9]\{8\}\.[[:alnum:]]\{9\}#\1%%TAGVERSION%%#' 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>
|