Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fc9577d29e | |||
| 5bf3c7ba2d | |||
| 212dba2511 | |||
| 9d1b4ec8e3 |
12
_service
12
_service
@@ -10,9 +10,15 @@
|
||||
<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="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"/>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/johnkerl/miller</param>
|
||||
<param name="changesrevision">bdd26736a5f332a24ac4fb31bc680d0ed55bfd77</param></service></servicedata>
|
||||
<param name="changesrevision">313731386783fdb1cbe7c26866bb6836bf1fac46</param></service></servicedata>
|
||||
@@ -1,11 +1,11 @@
|
||||
--- Makefile.orig 2022-08-23 18:21:08.562516337 -0400
|
||||
+++ Makefile 2022-08-23 18:21:17.490516712 -0400
|
||||
--- Makefile.smb 2024-09-20 13:30:10.759178569 -0400
|
||||
+++ Makefile 2024-09-20 13:30:57.670165519 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
# This must remain the first target in this file, which is what 'make' with no
|
||||
# arguments will run.
|
||||
build:
|
||||
- go build github.com/johnkerl/miller/cmd/mlr
|
||||
+ go build -buildmode=pie github.com/johnkerl/miller/cmd/mlr
|
||||
- go build github.com/johnkerl/miller/v6/cmd/mlr
|
||||
+ go build -buildmode=pie github.com/johnkerl/miller/v6/cmd/mlr
|
||||
@echo "Build complete. The Miller executable is ./mlr (or .\mlr.exe on Windows)."
|
||||
@echo "You can use 'make check' to run tests".
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef07e9bf3c7f3600e3dc381ba7b025b0fdf2d22f0884a9d654fbbe020a523685
|
||||
size 11250186
|
||||
3
miller-6.14.0+git20250704.313731386.tar.gz
Normal file
3
miller-6.14.0+git20250704.313731386.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5876aff72dabd7494298a511157bf09915c5cc5fd1ba03803428fc9cd04d366
|
||||
size 11254538
|
||||
185
miller.changes
185
miller.changes
@@ -1,3 +1,188 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 04 18:59:28 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- 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)
|
||||
* Bump github/codeql-action from 3.28.12 to 3.28.13 (#1776)
|
||||
* Bump github/codeql-action from 3.28.11 to 3.28.12 (#1772)
|
||||
* Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1773)
|
||||
* Bump actions/cache from 4.2.2 to 4.2.3 (#1774)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 18:08:48 UTC 2025 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.13.0+git20250319.b0addbe4f:
|
||||
* Bump actions/setup-go from 5.3.0 to 5.4.0 (#1771)
|
||||
* Bump github/codeql-action from 3.28.10 to 3.28.11 (#1769)
|
||||
* Use Go 1.21 in CI (#1768)
|
||||
* Switch to generics (#1763)
|
||||
* Bump actions/cache from 4.2.1 to 4.2.2 (#1762)
|
||||
* Bump github/codeql-action from 3.28.9 to 3.28.10 (#1759)
|
||||
* Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#1760)
|
||||
* Bump actions/cache from 4.2.0 to 4.2.1 (#1756)
|
||||
* Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 (#1755)
|
||||
* Bump github/codeql-action from 3.28.8 to 3.28.9 (#1753)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 05 15:18:28 UTC 2025 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.13.0+git20250205.bd2497a28:
|
||||
* Fix non-constant format string errors with Go 1.24 (#1745)
|
||||
* Bump golang.org/x/term from 0.28.0 to 0.29.0 (#1751)
|
||||
* Bump golang.org/x/text from 0.21.0 to 0.22.0 (#1752)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 18:22:07 UTC 2025 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.13.0+git20250130.813a5204d:
|
||||
* Bump github/codeql-action from 3.28.6 to 3.28.8 (#1748)
|
||||
* Bump github/codeql-action from 3.28.5 to 3.28.6 (#1747)
|
||||
* Bump github/codeql-action from 3.28.4 to 3.28.5 (#1746)
|
||||
* Bump github/codeql-action from 3.28.3 to 3.28.4 (#1744)
|
||||
* Bump github/codeql-action from 3.28.2 to 3.28.3 (#1743)
|
||||
* Bump github/codeql-action from 3.28.1 to 3.28.2 (#1742)
|
||||
* Bump actions/setup-go from 5.2.0 to 5.3.0 (#1741)
|
||||
* Bump github/codeql-action from 3.28.0 to 3.28.1 (#1740)
|
||||
* Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#1739)
|
||||
* Bump golang.org/x/term from 0.27.0 to 0.28.0 (#1737)
|
||||
* Bump golang.org/x/sys from 0.28.0 to 0.29.0 (#1738)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 17:10:53 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.13.0+git20241223.0060cceaf:
|
||||
* Fix section-title typos for docs in #1735 (#1736)
|
||||
* Fix unflatten with field names like `.` `.x` or `x..y` (#1735)
|
||||
* Bump github/codeql-action from 3.27.9 to 3.28.0 (#1734)
|
||||
* Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#1732)
|
||||
* Bump github/codeql-action from 3.27.7 to 3.27.9 (#1731)
|
||||
* Bump actions/setup-go from 5.1.0 to 5.2.0 (#1729)
|
||||
* Bump github/codeql-action from 3.27.6 to 3.27.7 (#1730)
|
||||
* Bump actions/cache from 4.1.2 to 4.2.0 (#1728)
|
||||
* Bump golang.org/x/term from 0.26.0 to 0.27.0 (#1726)
|
||||
* Bump golang.org/x/text from 0.20.0 to 0.21.0 (#1727)
|
||||
* Bump github/codeql-action from 3.27.5 to 3.27.6 (#1724)
|
||||
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#1723)
|
||||
* Add help strings for `-a`/`-r` in `sub`/`gsub`/`ssub` (#1721)
|
||||
* delve.txt
|
||||
* Bump github/codeql-action from 3.27.4 to 3.27.5 (#1719)
|
||||
* rm xtodo.txt
|
||||
* Bump github/codeql-action from 3.27.3 to 3.27.4 (#1718)
|
||||
* Bump github/codeql-action from 3.27.2 to 3.27.3 (#1717)
|
||||
* Bump github/codeql-action from 3.27.1 to 3.27.2 (#1716)
|
||||
* Bump github/codeql-action from 3.27.0 to 3.27.1 (#1715)
|
||||
* Bump golang.org/x/text from 0.19.0 to 0.20.0 (#1714)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 08 15:03:38 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.13.0+git20241108.193a2ee37:
|
||||
* Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (#1711)
|
||||
* Bump golang.org/x/term from 0.25.0 to 0.26.0 (#1712)
|
||||
* Static-check fixes from @lespea #1657, batch 8/n (#1710)
|
||||
* Static-check fixes from @lespea #1657, batch 7/n (#1709)
|
||||
* Static-check fixes from @lespea #1657, batch 6/n (#1708)
|
||||
* Static-check fixes from @lespea #1657, batch 5/n (#1707)
|
||||
* Static-check fixes from @lespea #1657, batch 4/n (#1706)
|
||||
* Static-check fixes from @lespea #1657, batch 3/n (#1705)
|
||||
* Static-check fixes from @lespea #1657, batch 2/n (#1704)
|
||||
* Static-check fixes from @lespea #1657, batch 1/n (#1703)
|
||||
* Bump actions/setup-go from 5.0.2 to 5.1.0 (#1700)
|
||||
* Bump actions/checkout from 4.2.1 to 4.2.2 (#1699)
|
||||
* Bump github/codeql-action from 3.26.13 to 3.27.0 (#1697)
|
||||
* Bump actions/cache from 4.1.1 to 4.1.2 (#1698)
|
||||
* Join docs wrong link (#1695)
|
||||
* Bump github.com/klauspost/compress from 1.17.10 to 1.17.11 (#1691)
|
||||
* Bump github/codeql-action from 3.26.12 to 3.26.13 (#1692)
|
||||
* Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#1690)
|
||||
* Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#1689)
|
||||
* Bump actions/cache from 4.1.0 to 4.1.1 (#1688)
|
||||
* Bump actions/checkout from 4.2.0 to 4.2.1 (#1685)
|
||||
* Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#1686)
|
||||
* Bump github/codeql-action from 3.26.11 to 3.26.12 (#1687)
|
||||
* Bump golang.org/x/term from 0.24.0 to 0.25.0 (#1680)
|
||||
* Bump golang.org/x/text from 0.18.0 to 0.19.0 (#1681)
|
||||
* Bump golang.org/x/sys from 0.25.0 to 0.26.0 (#1682)
|
||||
* Bump actions/cache from 4.0.2 to 4.1.0 (#1683)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 06 21:53:46 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.13.0+git20241006.7a0320fc2:
|
||||
* Typo fix: programmatically (#1679)
|
||||
* make dev for previous commit
|
||||
* 6.13.0-dev
|
||||
* 6.13 release docs
|
||||
* trying again with go version / go mod tidy
|
||||
* go mod tidy requires go 1.20
|
||||
* miller 6.13.0
|
||||
* Fix minor typo (#1673)
|
||||
* Fix 1668 error-source (#1672)
|
||||
* Characters to be removed (#1668)
|
||||
* Bump github/codeql-action from 3.26.10 to 3.26.11 (#1669)
|
||||
* Update source material for #1665 (#1666)
|
||||
* Update reference-verbs.md (#1665)
|
||||
* Bump github/codeql-action from 3.26.9 to 3.26.10 (#1664)
|
||||
* Bump actions/checkout from 4.1.7 to 4.2.0 (#1662)
|
||||
* Bump github/codeql-action from 3.26.8 to 3.26.9 (#1660)
|
||||
* Bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (#1659)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 17:28:23 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.12.0+git20240920.7afa99dec:
|
||||
* Compiling on newer go versions doesn't work (#1655)
|
||||
* The package version must match the major tag version (#1654)
|
||||
* Bump github/codeql-action from 3.26.7 to 3.26.8 (#1652)
|
||||
* Fix local time when TZ is not set (#1649)
|
||||
* Bump github/codeql-action from 3.26.6 to 3.26.7 (#1648)
|
||||
* Bump golang.org/x/term from 0.23.0 to 0.24.0 (#1642)
|
||||
* Bump golang.org/x/text from 0.17.0 to 0.18.0 (#1641)
|
||||
* Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#1640)
|
||||
* Bump github/codeql-action from 3.26.5 to 3.26.6 (#1638)
|
||||
* Bump github.com/lestrrat-go/strftime from 1.0.6 to 1.1.0 (#1637)
|
||||
* Enable admonition extension (#1636)
|
||||
* Source-file update for PR 1634 (#1635)
|
||||
* A note about positional field names (#1634)
|
||||
* Update extra.css (#1633)
|
||||
* To have edit and copy code in each page (#1632)
|
||||
* To realize which chapter and section are active (#1631)
|
||||
* Bump github/codeql-action from 3.26.4 to 3.26.5 (#1630)
|
||||
* Error in `splita`/`splitax` when field contains a single non-string value (#1629)
|
||||
* Misc. codespell findings (#1628)
|
||||
* Fix prepipe handling when filenames have whitespace (#1627)
|
||||
* Fix binary data in JSON output (#1626)
|
||||
* Bump github/codeql-action from 3.26.3 to 3.26.4 (#1624)
|
||||
* Bump github/codeql-action from 3.26.2 to 3.26.3 (#1623)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 13:53:12 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: miller
|
||||
version: 6.12.0+git20240819.bdd26736a
|
||||
mtime: 1724067776
|
||||
commit: bdd26736a5f332a24ac4fb31bc680d0ed55bfd77
|
||||
version: 6.14.0+git20250704.313731386
|
||||
mtime: 1751656688
|
||||
commit: 313731386783fdb1cbe7c26866bb6836bf1fac46
|
||||
|
||||
16
miller.spec
16
miller.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package miller
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: miller
|
||||
Version: 6.12.0+git20240819.bdd26736a
|
||||
Version: 6.14.0+git20250704.313731386
|
||||
Release: 0
|
||||
Summary: Name-indexed data processing tool
|
||||
# c/lib/netbsd_strptime.c is BSD-4-Clause
|
||||
@@ -28,16 +28,17 @@ Source0: https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%
|
||||
Source1: vendor.tar.gz
|
||||
Patch0: update-VERSION.diff
|
||||
Patch1: buildmode-pie.diff
|
||||
### Temporary until go1.22 is default
|
||||
### Can be swapped to a specific go version what what's required isn't default
|
||||
BuildRequires: golang-packaging
|
||||
#BuildRequires: go >= 1.22
|
||||
#####
|
||||
BuildRequires: gcc
|
||||
BuildRequires: systemd-rpm-macros
|
||||
# Switched to a golang build sometime after 5.10.3
|
||||
### Switched to a golang build sometime after 5.10.3
|
||||
#BuildRequires: automake
|
||||
#BuildRequires: flex >= 2.5.35
|
||||
#BuildRequires: libtool
|
||||
#####
|
||||
|
||||
%description
|
||||
Miller (mlr) allows name-indexed data such as CSV and JSON files to be
|
||||
@@ -52,18 +53,15 @@ well with pipes and can feed "tail -f".
|
||||
%if "%{_arch}" != "ppc64"
|
||||
%patch -P 1
|
||||
%endif
|
||||
# Not sure if this is still required
|
||||
#%%ifarch %%ix86
|
||||
#sed -e 's/-pg//' -i c/Makefile.am
|
||||
#%%endif
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install PREFIX=%{_prefix}
|
||||
# Add provided example.csv
|
||||
### Add provided example.csv
|
||||
cp -v %{_builddir}/%{name}-%{version}/docs/src/example.csv %{_builddir}/%{name}-%{version}
|
||||
#####
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
// Nominally things like "6.0.0" for a release, then "6.0.0-dev" in between.
|
||||
// This makes it clear that a given build is on the main dev branch, not a
|
||||
// particular snapshot tag.
|
||||
-var STRING string = "6.12.0-dev"
|
||||
+var STRING string = "6.12.0+git20240819.bdd26736a"
|
||||
-var STRING string = "6.14.0-dev"
|
||||
+var STRING string = "6.14.0+git20250704.313731386"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4488810682c6850a108f357d1a2939f08cdd3ff4b46f8243c78e899b393c082
|
||||
size 2354969
|
||||
oid sha256:b86d5bf4502a7224bb04cf151d59702728a120dee84b3ca536c86029d0260d04
|
||||
size 2938344
|
||||
|
||||
Reference in New Issue
Block a user