Accepting request 881025 from utilities

- Update to version 5.10.2
  Fix:
  * Restore mlr manpage to distro file
- 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/881025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/miller?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2021-03-24 15:12:10 +00:00 committed by Git OBS Bridge
commit b3aaeb63aa
4 changed files with 23 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Mar 24 11:40:14 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 5.10.2
Fix:
* Restore mlr manpage to distro file
-------------------------------------------------------------------
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 Mon Nov 30 11:35:45 UTC 2020 - aloisio@gmx.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package miller # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: miller Name: miller
Version: 5.10.0 Version: 5.10.2
Release: 0 Release: 0
Summary: Name-indexed data processing tool Summary: Name-indexed data processing tool
# c/lib/netbsd_strptime.c is BSD-4-Clause # c/lib/netbsd_strptime.c is BSD-4-Clause
@ -48,7 +48,6 @@ make %{?_smp_mflags}
%install %install
%make_install %make_install
install -Dm0644 docs/mlr.1 %{buildroot}/%{_mandir}/man1/mlr.1
%files %files
%license LICENSE.txt %license LICENSE.txt