From f8de03aee6785195bbd548bde25e179d66021ba294c496ae740f4f80b42c7b4d Mon Sep 17 00:00:00 2001 From: Bernhard Wiedemann Date: Fri, 22 May 2020 08:20:57 +0000 Subject: [PATCH] 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 --- zstd-1.4.4.tar.gz | 3 --- zstd-1.4.5.tar.gz | 3 +++ zstd.changes | 21 +++++++++++++++++++++ zstd.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 zstd-1.4.4.tar.gz create mode 100644 zstd-1.4.5.tar.gz diff --git a/zstd-1.4.4.tar.gz b/zstd-1.4.4.tar.gz deleted file mode 100644 index 2f15377..0000000 --- a/zstd-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8 -size 1962617 diff --git a/zstd-1.4.5.tar.gz b/zstd-1.4.5.tar.gz new file mode 100644 index 0000000..dacf03d --- /dev/null +++ b/zstd-1.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2 +size 1987927 diff --git a/zstd.changes b/zstd.changes index 28375ad..9fe0f64 100644 --- a/zstd.changes +++ b/zstd.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri May 22 08:05:28 UTC 2020 - Ismail Dönmez + +- 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 diff --git a/zstd.spec b/zstd.spec index 25656c5..d9acf81 100644 --- a/zstd.spec +++ b/zstd.spec @@ -1,7 +1,7 @@ # # 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 # 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}.4.4 +Version: %{major}.4.5 Release: 0 Summary: Zstandard compression tools License: BSD-3-Clause AND GPL-2.0-only