Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2020-06-23 21:06:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and      /work/SRC/openSUSE:Factory/.blosc.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blosc"

Tue Jun 23 21:06:34 2020 rev:17 rq:816559 version:1.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/blosc/blosc.changes      2020-03-31 
17:17:08.995700173 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new.2956/blosc.changes    2020-06-23 
21:07:15.242357767 +0200
@@ -1,0 +2,10 @@
+Tue Jun 23 10:50:11 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 1.19.0:
+  * The length of automatic blocksizes for fast codecs (lz4, blosclz) has been 
incremented quite a bit (up to 256 KB) for better compression ratios.
+  * The performance in modern CPUs (with at least 256 KB in L2 cache) should 
be better too (for older CPUs the performance should stay roughly the same).
+  * For small buffers that cannot be compressed (typically < 128 bytes), 
blosc_compress() returns now a 0 (cannot compress) instead of a negative number 
(internal error). See #294.
+  * blosclz codec updated to 2.1.0. Expect better compression ratios and 
performance in a wider variety of scenarios.
+  * blosc_decompress_unsafe(), blosc_decompress_ctx_unsafe() and 
blosc_getitem_unsafe() have been removed because they are dangerous and after 
latest improvements, they should not be used in production.
+
+-------------------------------------------------------------------

Old:
----
  blosc-1.18.1.tar.gz

New:
----
  blosc-1.19.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ blosc.spec ++++++
--- /var/tmp/diff_new_pack.zqDhr2/_old  2020-06-23 21:07:15.838359693 +0200
+++ /var/tmp/diff_new_pack.zqDhr2/_new  2020-06-23 21:07:15.838359693 +0200
@@ -19,7 +19,7 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:           blosc
-Version:        1.18.1
+Version:        1.19.0
 Release:        0
 Summary:        A blocking, shuffling and lossless compression library
 License:        MIT AND BSD-3-Clause AND BSD-2-Clause
@@ -75,7 +75,8 @@
   -DPREFER_EXTERNAL_SNAPPY=ON \
   -DPREFER_EXTERNAL_ZLIB=ON \
   -DPREFER_EXTERNAL_ZSTD=ON \
-  -DPREFER_EXTERNAL_LZ4=ON
+  -DPREFER_EXTERNAL_LZ4=ON \
+  -DBUILD_STATIC=OFF
 %cmake_build
 
 %install

++++++ blosc-1.18.1.tar.gz -> blosc-1.19.0.tar.gz ++++++
++++ 129256 lines of diff (skipped)


Reply via email to