From d19cd974ba3c3fa0dadb7f5b7eac9f42db0e440c8cb0ee13f823a391e6fd07ce Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 29 Jun 2018 21:50:45 +0000 Subject: [PATCH] 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 --- brotli-1.0.3.tar.gz | 3 --- brotli-1.0.5.tar.gz | 3 +++ brotli.changes | 20 ++++++++++++++++++++ brotli.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 brotli-1.0.3.tar.gz create mode 100644 brotli-1.0.5.tar.gz diff --git a/brotli-1.0.3.tar.gz b/brotli-1.0.3.tar.gz deleted file mode 100644 index 8860e8c..0000000 --- a/brotli-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7948154166ef8556f8426a4ede219aaa98a81a5baffe1f7cf2523fa67d59cd1c -size 23815300 diff --git a/brotli-1.0.5.tar.gz b/brotli-1.0.5.tar.gz new file mode 100644 index 0000000..c70a6cb --- /dev/null +++ b/brotli-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5bedd48edb909fe3b87cb99f7d139b987ef6f1616b7e22d74e928270a2fd20 +size 23825684 diff --git a/brotli.changes b/brotli.changes index 9937b92..a895660 100644 --- a/brotli.changes +++ b/brotli.changes @@ -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 diff --git a/brotli.spec b/brotli.spec index 1ce4584..84940aa 100644 --- a/brotli.spec +++ b/brotli.spec @@ -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