Accepting request 1041199 from utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1041199 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miller?expand=0&rev=18
This commit is contained in:
commit
00dc363815
2
_service
2
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/johnkerl/miller</param>
|
<param name="url">https://github.com/johnkerl/miller</param>
|
||||||
<param name="revision">main</param>
|
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
|
<param name="revision">main</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<!--
|
<!--
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/johnkerl/miller</param>
|
<param name="url">https://github.com/johnkerl/miller</param>
|
||||||
<param name="changesrevision">36d0ed760884af4ea5009911705db0142b83b72d</param></service></servicedata>
|
<param name="changesrevision">636ca8873d5736b47d0717ef9ef57995084d9cd2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6fe4b3566d237810d1172c351f9a2581895b43db0bdc7a603526b1af3f59cdd0
|
|
||||||
size 11147886
|
|
3
miller-6.5.0+git20221130.636ca8873.tar.gz
Normal file
3
miller-6.5.0+git20221130.636ca8873.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2b15771f7fc769670163bca3036ba1e2e7989ba1ac628b5d47fe421e605e492
|
||||||
|
size 11146617
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 30 17:33:12 UTC 2022 - scott.bradnick@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 13 23:36:39 UTC 2022 - scott.bradnick@suse.com
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 02 16:57:42 UTC 2022 - scott.bradnick@suse.com
|
Sun Oct 02 16:57:42 UTC 2022 - scott.bradnick@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: miller
|
name: miller
|
||||||
version: 6.4.0+git20220929.36d0ed760
|
version: 6.5.0+git20221130.636ca8873
|
||||||
mtime: 1664460695
|
mtime: 1669818462
|
||||||
commit: 36d0ed760884af4ea5009911705db0142b83b72d
|
commit: 636ca8873d5736b47d0717ef9ef57995084d9cd2
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: miller
|
Name: miller
|
||||||
Version: 6.4.0+git20220929.36d0ed760
|
Version: 6.5.0+git20221130.636ca8873
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Name-indexed data processing tool
|
Summary: Name-indexed data processing tool
|
||||||
# c/lib/netbsd_strptime.c is BSD-4-Clause
|
# c/lib/netbsd_strptime.c is BSD-4-Clause
|
||||||
@ -26,7 +26,7 @@ Group: Productivity/Text/Utilities
|
|||||||
URL: http://johnkerl.org/miller/doc
|
URL: http://johnkerl.org/miller/doc
|
||||||
Source0: https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Patch0: buildmode-pie.patch
|
Patch0: buildmode-pie.diff
|
||||||
#BuildRequires: golang
|
#BuildRequires: golang
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fc8586fc685d238414bc68326b1bcb893e3be0493c22b69854888f15eba9f7e5
|
oid sha256:c8152657033d179cd1a849d5bae5c91c892ac9cbbdbac738b371b4dadeed9ee3
|
||||||
size 1294579
|
size 1336580
|
||||||
|
Loading…
Reference in New Issue
Block a user