Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 48184517b8 | |||
| e5c612ab8b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ad97e8c7ef616dd03aa5bd67ae24c488272db3e7d1f5774161c18b75f29f6fd
|
||||
size 2387673
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQQzOCyNYgF6EBKgWzW9ty7D0/h+5gUCYtxdKgAKCRC9ty7D0/h+
|
||||
5mh6AQDABhOp1nj338SHeDb9xXFNbnLof5WVuvTifFmx1nBoIQD/S9rRLOIA7ht7
|
||||
WMN09kaHNqmApV/begGLwbMnl5fGUg8=
|
||||
=08+r
|
||||
-----END PGP SIGNATURE-----
|
||||
3
datamash-1.9.tar.gz
Normal file
3
datamash-1.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f382ebda03650dd679161f758f9c0a6cc9293213438d4a77a8eda325aacb87d2
|
||||
size 2653588
|
||||
7
datamash-1.9.tar.gz.sig
Normal file
7
datamash-1.9.tar.gz.sig
Normal file
@@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQQzOCyNYgF6EBKgWzW9ty7D0/h+5gUCZ/A7fwAKCRC9ty7D0/h+
|
||||
5kOPAP9WET/ZWMWLigApEHPWLT0rgU96K7kgFIx3yVLUdmQzxQD/Q0FmiZ46actI
|
||||
AQphvmkpyYRRRNnJY0CzyR0pRgmQVwc=
|
||||
=pNEV
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 5 06:52:38 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 1.9:
|
||||
* Add short options -h and -V for --help and --version
|
||||
* rand operation now uses getrandom(2)
|
||||
* add operation dotprod for scalar product
|
||||
* Add option -S/--seed to set a specific pseudp-RNG seed
|
||||
* Add option --vnlog for experimental vnlog format
|
||||
* -g/groupby takes ranges of columns (e.g. 1-4)
|
||||
* now correctly calculates the "antimode" for a sequence of numbers
|
||||
* When using the locale's decimal separator as field separator,
|
||||
numeric operations now work correctly
|
||||
* The "getnum" operation now stays inside the specified field
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 28 18:47:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
# spec file for package datamash
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +22,7 @@
|
||||
%define _lto_cflags %{nil}
|
||||
%endif
|
||||
Name: datamash
|
||||
Version: 1.8
|
||||
Version: 1.9
|
||||
Release: 0
|
||||
Summary: Statistical, numerical and textual operations in the command line
|
||||
License: GPL-3.0-or-later
|
||||
@@ -33,15 +34,13 @@ Source2: https://ftp.gnu.org/gnu/datamash/%{name}-%{version}.tar.gz.sig
|
||||
Source3: datamash.keyring
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
Requires(post): %{install_info_prereq}
|
||||
Requires(preun):%{install_info_prereq}
|
||||
|
||||
%description
|
||||
GNU datamash is a command-line program which performs basic numeric,
|
||||
textual and statistical operations on input textual data files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@@ -60,12 +59,6 @@ textual and statistical operations on input textual data files.
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%preun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc ChangeLog README AUTHORS THANKS
|
||||
|
||||
Reference in New Issue
Block a user