diff --git a/lz4-1.8.1.2.tar.gz b/lz4-1.8.1.2.tar.gz deleted file mode 100644 index b5f678f..0000000 --- a/lz4-1.8.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12f3a9e776a923275b2dc78ae138b4967ad6280863b77ff733028ce89b8123f9 -size 228640 diff --git a/lz4-1.8.2.tar.gz b/lz4-1.8.2.tar.gz new file mode 100644 index 0000000..d9b9595 --- /dev/null +++ b/lz4-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0963fbe9ee90acd1d15e9f09e826eaaf8ea0312e854803caf2db0a6dd40f4464 +size 320742 diff --git a/lz4.changes b/lz4.changes index 29079f3..7b6905c 100644 --- a/lz4.changes +++ b/lz4.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 28 09:38:39 UTC 2018 - astieger@suse.com + +- lz4 1.8.2: + * speed inprovemtns for compression and decompression + * fix compression compatible with low memory addresses + * fix decompression segfault when provided with NULL input + * cli: new command --favor-decSpeed + * cli: benchmark mode more accurate for small inputs + ------------------------------------------------------------------- Wed Feb 7 04:32:52 UTC 2018 - avindra@opensuse.org diff --git a/lz4.spec b/lz4.spec index 4bcbce2..132d6d5 100644 --- a/lz4.spec +++ b/lz4.spec @@ -18,10 +18,10 @@ %define lname liblz4-1 Name: lz4 -Version: 1.8.1.2 +Version: 1.8.2 Release: 0 Summary: Hash-based Predictive Lempel–Ziv compressor -License: GPL-2.0+ and BSD-2-Clause +License: GPL-2.0-or-later AND BSD-2-Clause Group: Productivity/Archiving/Compression Url: https://lz4.github.io/lz4/