From a0af6f289819f716c2a36344eeabf12f834a08a5 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 22 Mar 2021 08:29:42 +0000 Subject: [PATCH 1/2] Accepting request 880474 from home:alois:branches:utilities - Update to version 5.10.1 Fix: * NR is stale after apply remove-empty-columns * Segfault with --tsv --implicit-csv-header * Default value of uninitialized variables for multiplication: docs vs awk * Bug with uniq + sort OBS-URL: https://build.opensuse.org/request/show/880474 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=31 --- miller-5.10.0.tar.gz | 3 --- miller-5.10.1.tar.gz | 3 +++ miller.changes | 11 +++++++++++ miller.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 miller-5.10.0.tar.gz create mode 100644 miller-5.10.1.tar.gz diff --git a/miller-5.10.0.tar.gz b/miller-5.10.0.tar.gz deleted file mode 100644 index 9b968ce..0000000 --- a/miller-5.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:913abe277726bd7fa928fd5db530b0cd61dba74cc454e5d2ddb7c4934979efb6 -size 6793426 diff --git a/miller-5.10.1.tar.gz b/miller-5.10.1.tar.gz new file mode 100644 index 0000000..c5b5f2c --- /dev/null +++ b/miller-5.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9129b0dbeae4a1dde8b1f095dec1226468da8d29dd58d1913b2137180cbb95 +size 6158587 diff --git a/miller.changes b/miller.changes index 3e08ceb..39919e5 100644 --- a/miller.changes +++ b/miller.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 22 08:20:46 UTC 2021 - Luigi Baldoni + +- Update to version 5.10.1 + Fix: + * NR is stale after apply remove-empty-columns + * Segfault with --tsv --implicit-csv-header + * Default value of uninitialized variables for multiplication: + docs vs awk + * Bug with uniq + sort + ------------------------------------------------------------------- Mon Nov 30 11:35:45 UTC 2020 - aloisio@gmx.com diff --git a/miller.spec b/miller.spec index 09bd206..4bf3805 100644 --- a/miller.spec +++ b/miller.spec @@ -1,7 +1,7 @@ # # spec file for package miller # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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: 5.10.0 +Version: 5.10.1 Release: 0 Summary: Name-indexed data processing tool # c/lib/netbsd_strptime.c is BSD-4-Clause From 84d2d7ce3cac5fb8a497c6b4189cea33b116da57 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 24 Mar 2021 11:54:20 +0000 Subject: [PATCH 2/2] Accepting request 881023 from home:alois:branches:utilities - Update to version 5.10.2 Fix: * Restore mlr manpage to distro file OBS-URL: https://build.opensuse.org/request/show/881023 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=32 --- miller-5.10.1.tar.gz | 3 --- miller-5.10.2.tar.gz | 3 +++ miller.changes | 7 +++++++ miller.spec | 3 +-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 miller-5.10.1.tar.gz create mode 100644 miller-5.10.2.tar.gz diff --git a/miller-5.10.1.tar.gz b/miller-5.10.1.tar.gz deleted file mode 100644 index c5b5f2c..0000000 --- a/miller-5.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd9129b0dbeae4a1dde8b1f095dec1226468da8d29dd58d1913b2137180cbb95 -size 6158587 diff --git a/miller-5.10.2.tar.gz b/miller-5.10.2.tar.gz new file mode 100644 index 0000000..9eb6e19 --- /dev/null +++ b/miller-5.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6026479ee7315656d7ec228d0084f86d4cecc5b8b00d5400f5fb3600af65eb3 +size 6192382 diff --git a/miller.changes b/miller.changes index 39919e5..3a1e602 100644 --- a/miller.changes +++ b/miller.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 24 11:40:14 UTC 2021 - Luigi Baldoni + +- Update to version 5.10.2 + Fix: + * Restore mlr manpage to distro file + ------------------------------------------------------------------- Mon Mar 22 08:20:46 UTC 2021 - Luigi Baldoni diff --git a/miller.spec b/miller.spec index 4bf3805..251e0f4 100644 --- a/miller.spec +++ b/miller.spec @@ -17,7 +17,7 @@ Name: miller -Version: 5.10.1 +Version: 5.10.2 Release: 0 Summary: Name-indexed data processing tool # c/lib/netbsd_strptime.c is BSD-4-Clause @@ -48,7 +48,6 @@ make %{?_smp_mflags} %install %make_install -install -Dm0644 docs/mlr.1 %{buildroot}/%{_mandir}/man1/mlr.1 %files %license LICENSE.txt