diff --git a/zstd-1.3.3.tar.gz b/zstd-1.3.3.tar.gz deleted file mode 100644 index 7b5c5a1..0000000 --- a/zstd-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b -size 1857232 diff --git a/zstd-1.3.4.tar.gz b/zstd-1.3.4.tar.gz new file mode 100644 index 0000000..852551d --- /dev/null +++ b/zstd-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9 +size 2059958 diff --git a/zstd.changes b/zstd.changes index d0e4504..2602955 100644 --- a/zstd.changes +++ b/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 diff --git a/zstd.spec b/zstd.spec index 9f27fdb..f409c52 100644 --- a/zstd.spec +++ b/zstd.spec @@ -19,10 +19,10 @@ %define major 1 %define libname lib%{name}%{major} Name: zstd -Version: %{major}.3.3 +Version: %{major}.3.4 Release: 0 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 Url: https://github.com/facebook/zstd Source0: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz