Accepting request 808121 from home:namtrac:branches:Archiving
- Update to version 1.4.5 * perf: Improved decompression speed (x64 >+5%, ARM >+15%) * perf: Automatically downsizes ZSTD_DCtx when too large for too * perf: Improved fast compression speed on aarch64 (#2040, ~+3%) * perf: Small level 1 compression speed gains (depending on compiler) * fix: Compression ratio regression on huge files (> 3 GB) using high levels (--ultra) and multithreading * api: ZDICT_finalizeDictionary() is promoted to stable * api: new experimental parameter ZSTD_d_stableOutBuffer * cli: New --patch-from command, create and apply patches from files * cli: --filelist= : Provide a list of files to operate upon from a file * cli: -b can now benchmark multiple files in decompression mode * cli: New --no-content-size command * cli: New --show-default-cparams command * misc: new diagnosis tool, checked_flipped_bits, in contrib/ * misc: Extend largeNbDicts benchmark to compression * misc: experimental edit-distance match finder in contrib/ OBS-URL: https://build.opensuse.org/request/show/808121 OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=47
This commit is contained in:
parent
9650867759
commit
f8de03aee6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8
|
|
||||||
size 1962617
|
|
3
zstd-1.4.5.tar.gz
Normal file
3
zstd-1.4.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2
|
||||||
|
size 1987927
|
21
zstd.changes
21
zstd.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 22 08:05:28 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.5
|
||||||
|
* perf: Improved decompression speed (x64 >+5%, ARM >+15%)
|
||||||
|
* perf: Automatically downsizes ZSTD_DCtx when too large for too
|
||||||
|
* perf: Improved fast compression speed on aarch64 (#2040, ~+3%)
|
||||||
|
* perf: Small level 1 compression speed gains (depending on compiler)
|
||||||
|
* fix: Compression ratio regression on huge files (> 3 GB) using high
|
||||||
|
levels (--ultra) and multithreading
|
||||||
|
* api: ZDICT_finalizeDictionary() is promoted to stable
|
||||||
|
* api: new experimental parameter ZSTD_d_stableOutBuffer
|
||||||
|
* cli: New --patch-from command, create and apply patches from files
|
||||||
|
* cli: --filelist= : Provide a list of files to operate upon from a file
|
||||||
|
* cli: -b can now benchmark multiple files in decompression mode
|
||||||
|
* cli: New --no-content-size command
|
||||||
|
* cli: New --show-default-cparams command
|
||||||
|
* misc: new diagnosis tool, checked_flipped_bits, in contrib/
|
||||||
|
* misc: Extend largeNbDicts benchmark to compression
|
||||||
|
* misc: experimental edit-distance match finder in contrib/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 5 18:39:50 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
Tue Nov 5 18:39:50 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zstd
|
# spec file for package zstd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define major 1
|
%define major 1
|
||||||
%define libname lib%{name}%{major}
|
%define libname lib%{name}%{major}
|
||||||
Name: zstd
|
Name: zstd
|
||||||
Version: %{major}.4.4
|
Version: %{major}.4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zstandard compression tools
|
Summary: Zstandard compression tools
|
||||||
License: BSD-3-Clause AND GPL-2.0-only
|
License: BSD-3-Clause AND GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user