SHA256
3
0
forked from pool/zstd

- Update to version 1.1.1

* New : cli commands -M#, --memory=, --memlimit=,
    --memlimit-decompress= to limit allowed memory consumption
    during decompression
  * Improved : slightly better compression ratio at --ultra levels
  * Improved : better memory usage when using streaming
    compression API
  * Added : API : ZSTD_initCStream_usingCDict(), 
    ZSTD_initDStream_usingDDict() (experimental section)
  * Changed : zstd_errors.h is now installed within /include
    (and replaces errors_public.h)
  * Fixed : several sanitizer warnings

OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=4
This commit is contained in:
Ismail Dönmez 2016-12-04 12:33:31 +00:00 committed by Git OBS Bridge
parent d79ed57501
commit 6f35df5432
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61cbbd28ff78f658f0564c2ccc206ac1ac6abe7f2c65c9afdca74584a104ea51
size 716327

3
zstd-1.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a92965a2480fecc6b7bf491106e93cbf69a298b865b6d623755b3a482d77e614
size 734872

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Dec 4 12:25:27 UTC 2016 - idonmez@suse.com
- Update to version 1.1.1
* New : cli commands -M#, --memory=, --memlimit=,
--memlimit-decompress= to limit allowed memory consumption
during decompression
* Improved : slightly better compression ratio at --ultra levels
* Improved : better memory usage when using streaming
compression API
* Added : API : ZSTD_initCStream_usingCDict(),
ZSTD_initDStream_usingDDict() (experimental section)
* Changed : zstd_errors.h is now installed within /include
(and replaces errors_public.h)
* Fixed : several sanitizer warnings
-------------------------------------------------------------------
Sun Oct 16 17:55:02 UTC 2016 - jengelh@inai.de

View File

@ -19,7 +19,7 @@
Name: zstd
%define major 1
%define libname lib%{name}%{major}
Version: %{major}.1.0
Version: %{major}.1.1
Release: 0
Summary: Zstandard compression tools
License: BSD-3-Clause and MIT
@ -106,6 +106,7 @@ rm %{buildroot}/%{_libdir}/libzstd.a
%{_includedir}/zbuff.h
%{_includedir}/zdict.h
%{_includedir}/zstd.h
%{_includedir}/zstd_errors.h
%{_libdir}/pkgconfig/libzstd.pc
%{_libdir}/libzstd.so