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
This commit is contained in:
Luigi Baldoni 2021-03-22 08:29:42 +00:00 committed by Git OBS Bridge
parent 13c97c658d
commit a0af6f2898
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:913abe277726bd7fa928fd5db530b0cd61dba74cc454e5d2ddb7c4934979efb6
size 6793426

3
miller-5.10.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd9129b0dbeae4a1dde8b1f095dec1226468da8d29dd58d1913b2137180cbb95
size 6158587

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 22 08:20:46 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- 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

View File

@ -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