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
This commit is contained in:
parent
3c35264bb6
commit
16fc473dae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3277f236df0ca6edae01ae84e865470000c5a3484588fd5bc3d869877fd3573d
|
||||
size 1813285
|
3
zstd-1.3.8.tar.gz
Normal file
3
zstd-1.3.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:293fa004dfacfbe90b42660c474920ff27093e3fb6c99f7b76e6083b21d6d48e
|
||||
size 1862954
|
14
zstd.changes
14
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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user