Accepting request 619568 from home:pluskalm:branches:Archiving

- Update to version 1.0.5:
  * improve q=1 compression on small files
  * inverse Bazel workspace tree
  * add rolling-composite-hasher for large-window mode
  * add tools to download and transform static dictionary data
- Changes for version 1.0.4:
  * fix unaligned access for aarch64-cross-armhf build
  * fix aarch64 target detection
  * allow CLI to compress with enabled "large window" feature
  * add NPOSTFIX / NDIRECT encoder parameters
  * automatic NDIRECT/NPOSTFIX tuning (better compression)
  * fix "memory leak" in python tests
  * fix bug in durchschlag
  * fix source file lists (add params.h)
  * fix Bazel/MSVC compilator options
  * fix "fall though" warnings

OBS-URL: https://build.opensuse.org/request/show/619568
OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2018-06-29 21:50:45 +00:00 committed by Git OBS Bridge
parent cc82825677
commit d19cd974ba
4 changed files with 24 additions and 4 deletions

View File

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

3
brotli-1.0.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jun 28 11:04:51 UTC 2018 - mpluskal@suse.com
- Update to version 1.0.5:
* improve q=1 compression on small files
* inverse Bazel workspace tree
* add rolling-composite-hasher for large-window mode
* add tools to download and transform static dictionary data
- Changes for version 1.0.4:
* fix unaligned access for aarch64-cross-armhf build
* fix aarch64 target detection
* allow CLI to compress with enabled "large window" feature
* add NPOSTFIX / NDIRECT encoder parameters
* automatic NDIRECT/NPOSTFIX tuning (better compression)
* fix "memory leak" in python tests
* fix bug in durchschlag
* fix source file lists (add params.h)
* fix Bazel/MSVC compilator options
* fix "fall though" warnings
-------------------------------------------------------------------
Wed May 2 04:58:52 UTC 2018 - bjorn.lie@gmail.com

View File

@ -20,7 +20,7 @@
%define sover 1
Name: brotli
Version: 1.0.3
Version: 1.0.5
Release: 0
Summary: Lossless Compression Algorithm
License: MIT