From 40c5012e4acda1c8b0bf99ef098a4915897b013b Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Tue, 17 Mar 2020 07:38:01 +0000 Subject: [PATCH] Accepting request 785820 from home:alois:branches:utilities - Update to version 5.7.0 Features: * The new remove-empty-columns and skip-trivial-records are keystroke-savers for things which would other require DSL syntax, as tracked in #274. Bugfixes: * A bug regarding optional regex-pattern groups was fixed in #277. * As of #294 you can now specify --implicit-csv-header for the join-file in mlr join. * A bug with spaces in XTAB-file values was fixed on #296. * A bug with missing final newline for XTAB-formatted files using MMAP files was fixed on #301. - Drop group tag OBS-URL: https://build.opensuse.org/request/show/785820 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=21 --- miller-5.6.2.tar.gz | 3 --- miller-5.7.0.tar.gz | 3 +++ miller.changes | 19 +++++++++++++++++++ miller.spec | 5 ++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 miller-5.6.2.tar.gz create mode 100644 miller-5.7.0.tar.gz diff --git a/miller-5.6.2.tar.gz b/miller-5.6.2.tar.gz deleted file mode 100644 index a7b71ed..0000000 --- a/miller-5.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a02dad2ea545a8085aec7fcf79b3987ddd8ce9d111d5cede488692bb0f49731 -size 5021788 diff --git a/miller-5.7.0.tar.gz b/miller-5.7.0.tar.gz new file mode 100644 index 0000000..6e5cb25 --- /dev/null +++ b/miller-5.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef4a2c58fa8f6d12ba64d26cecf904af1dc476cc6db9b92d3e2aff2e937f4bf +size 5001955 diff --git a/miller.changes b/miller.changes index 4d2f426..ad07cbf 100644 --- a/miller.changes +++ b/miller.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Mar 17 06:56:30 UTC 2020 - aloisio@gmx.com + +- Update to version 5.7.0 + Features: + * The new remove-empty-columns and skip-trivial-records are + keystroke-savers for things which would other require DSL + syntax, as tracked in #274. + Bugfixes: + * A bug regarding optional regex-pattern groups was fixed in + #277. + * As of #294 you can now specify --implicit-csv-header for the + join-file in mlr join. + * A bug with spaces in XTAB-file values was fixed on #296. + * A bug with missing final newline for XTAB-formatted files + using MMAP files was fixed on #301. + +- Drop group tag + ------------------------------------------------------------------- Sun Sep 22 04:53:59 UTC 2019 - Luigi Baldoni diff --git a/miller.spec b/miller.spec index 6b9d7f4..1163c7d 100644 --- a/miller.spec +++ b/miller.spec @@ -1,7 +1,7 @@ # # spec file for package miller # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,11 @@ Name: miller -Version: 5.6.2 +Version: 5.7.0 Release: 0 Summary: Name-indexed data processing tool # c/lib/netbsd_strptime.c is BSD-4-Clause License: BSD-2-Clause AND BSD-4-Clause -Group: Productivity/File utilities URL: http://johnkerl.org/miller/doc Source0: https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM miller-5.3.0-gcc43.patch