Scott Bradnick
249c12492b
- Update to version 6.5.0+git20221130.636ca8873: * Fix typos (#1135) * Release notes * Post-6.5.0 * Miller 6.5.0 (#1134) * Miller 6.5.0 * Convert mlrval polymorphism from struct to unionish interface (#1133) * Clarify locations of performance info * More mlrval size-reduction (#1132) * More mlrval size-reduction * Exclude median from summary default (#1131) * Exclude median from summary default * Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1113) * Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#1112) * Bump actions/cache from 3 to 3.0.11 (#1109) * Bump github/codeql-action from 2.1.28 to 2.1.33 (#1126) * Use int8 for mvtype (memory reduction) (#1130) * make fmt * forgot to set between-releases version to 6.4.0-dev after 6.4.0 * Bump github.com/pkg/profile from 1.6.0 to 1.7.0 (#1110) * [StepSecurity] ci: Harden GitHub Actions (#1107) * fix an old typo - Renaming buildmode-pie.patch to buildmode-pie.diff - Update to version 6.4.0+git20221003.39286923d: * Don't double-quote a CSV field only for having a leading space (#1101) OBS-URL: https://build.opensuse.org/request/show/1039185 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=41
23 lines
790 B
Plaintext
23 lines
790 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<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="versionrewrite-pattern"></param>
|
|
<param name="versionrewrite-replacement"></param>
|
|
-->
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="disabled"/>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
</service>
|
|
</services>
|