diff --git a/miller-5.10.0.tar.gz b/miller-5.10.0.tar.gz new file mode 100644 index 0000000..9b968ce --- /dev/null +++ b/miller-5.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913abe277726bd7fa928fd5db530b0cd61dba74cc454e5d2ddb7c4934979efb6 +size 6793426 diff --git a/miller-5.9.1.tar.gz b/miller-5.9.1.tar.gz deleted file mode 100644 index 227a5d5..0000000 --- a/miller-5.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b452f879b91529845f369ffd161a1022240b830b77fd5a66e0b2e859f1ca38d9 -size 5889554 diff --git a/miller.changes b/miller.changes index b50144d..3e08ceb 100644 --- a/miller.changes +++ b/miller.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 30 11:35:45 UTC 2020 - aloisio@gmx.com + +- Update to version 5.10.0 + Features: + * The unsparsify -f feature fulfills #387 from @sjackman . + * The new sort-within-records verb is an old ask, underway + from the Go port, backported to C. + * Likewise the truncate DSL function. + Bugfixes: + * The count -n feature was not implemented as intended. + * Pretty-print format now works correctly with + --headerless-csv-output. + * The seqgen verb now correctly tracks NR and FNR in the + records it emits. + * An intermittent JSON-parsing bug has been fixed. + ------------------------------------------------------------------- Thu Sep 3 09:50:47 UTC 2020 - Luigi Baldoni diff --git a/miller.spec b/miller.spec index ad132b2..09bd206 100644 --- a/miller.spec +++ b/miller.spec @@ -17,7 +17,7 @@ Name: miller -Version: 5.9.1 +Version: 5.10.0 Release: 0 Summary: Name-indexed data processing tool # c/lib/netbsd_strptime.c is BSD-4-Clause @@ -48,6 +48,7 @@ make %{?_smp_mflags} %install %make_install +install -Dm0644 docs/mlr.1 %{buildroot}/%{_mandir}/man1/mlr.1 %files %license LICENSE.txt