Accepting request 592074 from Archiving
- Update to 1.3.4 * perf: faster speed (especially decoding speed) on recent cpus (haswell+) * perf: much better performance associating --long with multi-threading * perf: better compression at levels 13-15 * cli : asynchronous compression by default, for faster experience (use --single-thread for former behavior) * cli : smoother status report in multi-threading mode * cli : added command --fast=#, for faster compression modes * cli : fix crash when not overwriting existing files * api : `nbThreads` becomes `nbWorkers` : 1 triggers asynchronous mode * api : compression levels can be negative, for even more speed * api : ZSTD_getFrameProgression() : get precise progress status of ZSTDMT anytime * api : ZSTDMT can accept new compression parameters during compression * api : implemented all advanced dictionary decompression prototypes OBS-URL: https://build.opensuse.org/request/show/592074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zstd?expand=0&rev=5
This commit is contained in:
commit
50ebba4c70
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b
|
|
||||||
size 1857232
|
|
3
zstd-1.3.4.tar.gz
Normal file
3
zstd-1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9
|
||||||
|
size 2059958
|
23
zstd.changes
23
zstd.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 28 15:04:25 UTC 2018 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to 1.3.4
|
||||||
|
* perf: faster speed (especially decoding speed) on recent cpus
|
||||||
|
(haswell+)
|
||||||
|
* perf: much better performance associating --long with
|
||||||
|
multi-threading
|
||||||
|
* perf: better compression at levels 13-15
|
||||||
|
* cli : asynchronous compression by default, for faster
|
||||||
|
experience (use --single-thread for former behavior)
|
||||||
|
* cli : smoother status report in multi-threading mode
|
||||||
|
* cli : added command --fast=#, for faster compression modes
|
||||||
|
* cli : fix crash when not overwriting existing files
|
||||||
|
* api : `nbThreads` becomes `nbWorkers` : 1 triggers
|
||||||
|
asynchronous mode
|
||||||
|
* api : compression levels can be negative, for even more speed
|
||||||
|
* api : ZSTD_getFrameProgression() : get precise progress
|
||||||
|
status of ZSTDMT anytime
|
||||||
|
* api : ZSTDMT can accept new compression parameters during
|
||||||
|
compression
|
||||||
|
* api : implemented all advanced dictionary decompression prototypes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 6 00:00:00 CET 2018 - dsterba@suse.cz
|
Tue Feb 6 00:00:00 CET 2018 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
%define major 1
|
%define major 1
|
||||||
%define libname lib%{name}%{major}
|
%define libname lib%{name}%{major}
|
||||||
Name: zstd
|
Name: zstd
|
||||||
Version: %{major}.3.3
|
Version: %{major}.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zstandard compression tools
|
Summary: Zstandard compression tools
|
||||||
License: BSD-3-Clause and GPL-2.0
|
License: BSD-3-Clause AND GPL-2.0-only
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: https://github.com/facebook/zstd
|
Url: https://github.com/facebook/zstd
|
||||||
Source0: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user