From 16fc473dae4b90b71af1580e6e5afb61498112e6457cba603f855f3b4322e5d4 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 5 Jan 2019 14:15:29 +0000 Subject: [PATCH] Accepting request 663038 from home:AndreasStieger:branches:Archiving zstd 1.3.8 OBS-URL: https://build.opensuse.org/request/show/663038 OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=26 --- zstd-1.3.7.tar.gz | 3 --- zstd-1.3.8.tar.gz | 3 +++ zstd.changes | 14 ++++++++++++++ zstd.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 zstd-1.3.7.tar.gz create mode 100644 zstd-1.3.8.tar.gz diff --git a/zstd-1.3.7.tar.gz b/zstd-1.3.7.tar.gz deleted file mode 100644 index adb8409..0000000 --- a/zstd-1.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3277f236df0ca6edae01ae84e865470000c5a3484588fd5bc3d869877fd3573d -size 1813285 diff --git a/zstd-1.3.8.tar.gz b/zstd-1.3.8.tar.gz new file mode 100644 index 0000000..a206552 --- /dev/null +++ b/zstd-1.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293fa004dfacfbe90b42660c474920ff27093e3fb6c99f7b76e6083b21d6d48e +size 1862954 diff --git a/zstd.changes b/zstd.changes index ae4c731..a36ca99 100644 --- a/zstd.changes +++ b/zstd.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jan 5 13:57:58 UTC 2019 - astieger@suse.com + +- zstd 1.3.8: + * better decompression speed on large files (+7%) and cold + dictionaries (+15%) + * slightly better compression ratio at high compression modes + * new --rsyncable mode + * support decompression of empty frames into NULL (used to be an + error) + * support ZSTD_CLEVEL environment variable + * --no-progress flag, preserving final summary + * various CLI fixes + ------------------------------------------------------------------- Wed Oct 24 08:29:38 UTC 2018 - astieger@suse.com diff --git a/zstd.spec b/zstd.spec index bd10b2d..6ffbee5 100644 --- a/zstd.spec +++ b/zstd.spec @@ -1,7 +1,7 @@ # # spec file for package zstd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define major 1 %define libname lib%{name}%{major} Name: zstd -Version: %{major}.3.7 +Version: %{major}.3.8 Release: 0 Summary: Zstandard compression tools License: BSD-3-Clause AND GPL-2.0-only @@ -103,7 +103,7 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 %files %license COPYING LICENSE -%doc NEWS README.md +%doc README.md CHANGELOG %{_bindir}/* %{_mandir}/man1/*.1%{?ext_man}