commit blosc for openSUSE:Factory

2020-09-04 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2020-09-04 11:01:16

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new.3399 (New)


Package is "blosc"

Fri Sep  4 11:01:16 2020 rev:19 rq:830250 version:1.19.0

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2020-08-12 
10:39:24.084377726 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new.3399/blosc.changes2020-09-04 
11:02:22.490728240 +0200
@@ -1,0 +2,5 @@
+Fri Aug 28 09:56:53 UTC 2020 - Dominique Leuenberger 
+
+- Stop assuming that %{_libexecdir} == /usr/lib (boo#1174075).
+
+---



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.GC56F8/_old  2020-09-04 11:02:25.810730018 +0200
+++ /var/tmp/diff_new_pack.GC56F8/_new  2020-09-04 11:02:25.814730021 +0200
@@ -85,10 +85,10 @@
 rm -rf %{buildroot}%{_libdir}/libblosc.a
 
 # Put .pc files in right directory
-if [ "%{_libdir}" != "%{_libexecdir}" ] ; then
+if [ "%{_libdir}" != "%{_prefix}/lib" ] ; then
 mkdir -p %{buildroot}%{_libdir}
-mv %{buildroot}%{_libexecdir}/pkgconfig %{buildroot}%{_libdir}/pkgconfig
-rm -d %{buildroot}%{_libexecdir}
+mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig
+rm -d %{buildroot}%{_prefix}/lib
 fi
 
 %check




commit blosc for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2020-08-12 10:36:58

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new.3399 (New)


Package is "blosc"

Wed Aug 12 10:36:58 2020 rev:18 rq:825907 version:1.19.0

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2020-06-23 
21:07:15.242357767 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new.3399/blosc.changes2020-08-12 
10:39:24.084377726 +0200
@@ -1,0 +2,5 @@
+Tue Aug 11 14:02:17 UTC 2020 - andy great 
+
+- Enable support for SNAPPY compression. 
+
+---



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.Vc0TZr/_old  2020-08-12 10:39:25.684378520 +0200
+++ /var/tmp/diff_new_pack.Vc0TZr/_new  2020-08-12 10:39:25.688378522 +0200
@@ -72,11 +72,12 @@
 
 %build
 %cmake \
-  -DPREFER_EXTERNAL_SNAPPY=ON \
-  -DPREFER_EXTERNAL_ZLIB=ON \
-  -DPREFER_EXTERNAL_ZSTD=ON \
-  -DPREFER_EXTERNAL_LZ4=ON \
-  -DBUILD_STATIC=OFF
+  -DDEACTIVATE_SNAPPY:BOOL=OFF \
+  -DPREFER_EXTERNAL_SNAPPY:BOOL=ON \
+  -DPREFER_EXTERNAL_ZLIB:BOOL=ON \
+  -DPREFER_EXTERNAL_ZSTD:BOOL=ON \
+  -DPREFER_EXTERNAL_LZ4:BOOL=ON \
+  -DBUILD_STATIC:BOOL=OFF
 %cmake_build
 
 %install




commit blosc for openSUSE:Factory

2020-06-23 Thread root
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.changes2020-06-23 
21:07:15.242357767 +0200
@@ -1,0 +2,10 @@
+Tue Jun 23 10:50:11 UTC 2020 - Martin Pluskal 
+
+- 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)




commit blosc for openSUSE:Factory

2020-03-31 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2020-03-31 17:17:04

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new.3160 (New)


Package is "blosc"

Tue Mar 31 17:17:04 2020 rev:16 rq:790061 version:1.18.1

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2020-02-07 
15:55:26.711544567 +0100
+++ /work/SRC/openSUSE:Factory/.blosc.new.3160/blosc.changes2020-03-31 
17:17:08.995700173 +0200
@@ -1,0 +2,7 @@
+Tue Mar 31 09:39:10 UTC 2020 - Martin Pluskal 
+
+- Update to version 1.18.1:
+  * Fixed the copy of the leftovers of a chunk when its size is not
+a multiple of the typesize.
+
+---

Old:

  blosc-1.17.1.tar.gz

New:

  blosc-1.18.1.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.phW0Pq/_old  2020-03-31 17:17:09.703700622 +0200
+++ /var/tmp/diff_new_pack.phW0Pq/_new  2020-03-31 17:17:09.707700625 +0200
@@ -19,7 +19,7 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.17.1
+Version:1.18.1
 Release:0
 Summary:A blocking, shuffling and lossless compression library
 License:MIT AND BSD-3-Clause AND BSD-2-Clause

++ blosc-1.17.1.tar.gz -> blosc-1.18.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c-blosc-1.17.1/ANNOUNCE.rst 
new/c-blosc-1.18.1/ANNOUNCE.rst
--- old/c-blosc-1.17.1/ANNOUNCE.rst 2019-12-12 13:25:17.0 +0100
+++ new/c-blosc-1.18.1/ANNOUNCE.rst 2020-03-29 15:21:59.0 +0200
@@ -1,13 +1,15 @@
 ===
- Announcing C-Blosc 1.17.1
+ Announcing C-Blosc 1.18.1
  A blocking, shuffling and lossless compression library for C
 ===
 
 What is new?
 
 
-A maintenance release where LZ4 and Zstd internal codecs have been updated
-to latest versions.
+A maintenance release where the copy of the leftovers of a chunk when
+its size is not a multiple of typesize.  Although this is a very unusual
+situation, it can certainly happen (e.g.
+https://github.com/Blosc/python-blosc/issues/220).
 
 For more info, please see the release notes in:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c-blosc-1.17.1/RELEASE_NOTES.rst 
new/c-blosc-1.18.1/RELEASE_NOTES.rst
--- old/c-blosc-1.17.1/RELEASE_NOTES.rst2019-12-12 13:25:17.0 
+0100
+++ new/c-blosc-1.18.1/RELEASE_NOTES.rst2020-03-29 15:21:59.0 
+0200
@@ -3,6 +3,15 @@
 ===
 
 
+Changes from 1.17.1 to 1.18.1
+=
+
+- Fixed the copy of the leftovers of a chunk when its size is not a
+  multiple of the typesize.  Although this is a very unusual situation,
+  it can certainly happen (e.g.
+  https://github.com/Blosc/python-blosc/issues/220).
+
+
 Changes from 1.17.0 to 1.17.1
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c-blosc-1.17.1/blosc/blosc.h 
new/c-blosc-1.18.1/blosc/blosc.h
--- old/c-blosc-1.17.1/blosc/blosc.h2019-12-12 13:25:17.0 +0100
+++ new/c-blosc-1.18.1/blosc/blosc.h2020-03-29 15:21:59.0 +0200
@@ -18,12 +18,12 @@
 
 /* Version numbers */
 #define BLOSC_VERSION_MAJOR1/* for major interface/format changes  */
-#define BLOSC_VERSION_MINOR17   /* for minor interface/format changes  */
+#define BLOSC_VERSION_MINOR18   /* for minor interface/format changes  */
 #define BLOSC_VERSION_RELEASE  1/* for tweaks, bug-fixes, or development */
 
-#define BLOSC_VERSION_STRING   "1.17.1"  /* string version.  Sync with above! 
*/
+#define BLOSC_VERSION_STRING   "1.18.1"  /* string version.  Sync with above! 
*/
 #define BLOSC_VERSION_REVISION "$Rev$"   /* revision version */
-#define BLOSC_VERSION_DATE "$Date:: 2019-12-12 #$"/* date version */
+#define BLOSC_VERSION_DATE "$Date:: 2020-03-29 #$"/* date version */
 
 #define BLOSCLZ_VERSION_STRING "2.0.0"   /* the internal compressor version */
 
@@ -369,7 +369,7 @@
 
 /**
   Select the compressor to be used.  The supported ones are "blosclz",
-  "lz4", "lz4hc", "snappy", "zlib" and "ztsd".  If this function is not
+  "lz4", "lz4hc", "snappy", "zlib" and "zstd".  If this function is not
   called, then "blosclz" will be used by default.
 
   In case the compressor is not recognized, or there is not support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit blosc for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2020-02-07 15:54:01

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new.26092 (New)


Package is "blosc"

Fri Feb  7 15:54:01 2020 rev:15 rq:770623 version:1.17.1

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2019-11-21 
12:58:53.726523661 +0100
+++ /work/SRC/openSUSE:Factory/.blosc.new.26092/blosc.changes   2020-02-07 
15:55:26.711544567 +0100
@@ -1,0 +2,6 @@
+Thu Feb  6 14:40:25 UTC 2020 - Martin Pluskal 
+
+- Update to version 1.17.1:
+  * BloscLZ codec updated to 2.0.0.
+
+---

Old:

  blosc-1.16.3.tar.gz

New:

  blosc-1.17.1.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.LandUh/_old  2020-02-07 15:55:27.443544941 +0100
+++ /var/tmp/diff_new_pack.LandUh/_new  2020-02-07 15:55:27.443544941 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blosc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.16.3
+Version:1.17.1
 Release:0
 Summary:A blocking, shuffling and lossless compression library
 License:MIT AND BSD-3-Clause AND BSD-2-Clause
 Group:  Productivity/Archiving/Compression
-URL:http://www.blosc.org/
+URL:https://www.blosc.org/
 Source: 
https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++

++ blosc-1.16.3.tar.gz -> blosc-1.17.1.tar.gz ++
 130854 lines of diff (skipped)




commit blosc for openSUSE:Factory

2019-11-21 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2019-11-21 12:58:51

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new.26869 (New)


Package is "blosc"

Thu Nov 21 12:58:51 2019 rev:14 rq:749894 version:1.16.3

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2019-06-05 
11:40:47.255065963 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new.26869/blosc.changes   2019-11-21 
12:58:53.726523661 +0100
@@ -1,0 +2,5 @@
+Tue Nov 19 23:15:31 UTC 2019 - Simon Lees 
+
+- %make_jobs is depricated replaced by %cmake_build
+
+---



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.JzxiBM/_old  2019-11-21 12:58:54.318523478 +0100
+++ /var/tmp/diff_new_pack.JzxiBM/_new  2019-11-21 12:58:54.322523477 +0100
@@ -76,7 +76,7 @@
   -DPREFER_EXTERNAL_ZLIB=ON \
   -DPREFER_EXTERNAL_ZSTD=ON \
   -DPREFER_EXTERNAL_LZ4=ON
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install




commit blosc for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2019-06-05 11:40:44

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new.5148 (New)


Package is "blosc"

Wed Jun  5 11:40:44 2019 rev:13 rq:707454 version:1.16.3

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2018-08-22 
14:21:25.262503439 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new.5148/blosc.changes2019-06-05 
11:40:47.255065963 +0200
@@ -1,0 +2,19 @@
+Tue Jun  4 10:38:33 UTC 2019 - Martin Pluskal 
+
+- Update to version 1.16.3:
+  * Fix for building for clang with -march=haswell. See PR #262.
+  * Fix all the known warnings for GCC/Clang. Still some work to do for MSVC 
in this front.
+  * Due to some problems with several CI systems, the check for library 
symbols are deactivated now by default. If you want to enforce this check, use: 
cmake .. -DDEACTIVATE_SYMBOLS_CHECK=ON to re-activate it.
+  * Correct the check for the compressed size when the buffer is memcpyed. 
This was a regression introduced in 1.16.0. Fixes #261.
+  * Fixed a regression in 1.16.0 that prevented to compress empty buffers (see 
#260).
+  * Now the functions that execute Blosc decompressions are safe by default 
for untrusted/possibly corrupted inputs.
+  * The previous functions (with less safety) checks are still available with 
a '_unsafe' suffix. The complete list is:
+  * Also, a new API function named blosc_cbuffer_validate(), for validating 
Blosc compressed data, has been added.
+  * For details, see PR #258. Thanks to Jeremy Maitin-Shepard.
+  * Fixed a bug in blosc_compress() that could lead to thread deadlock under 
some situations. See #251. Thanks to @wenjuno for the report and the fix.
+  * Fix data race in shuffle.c host_implementation initialization. Fixes #253. 
Thanks to Jeremy Maitin-Shepard.
+  * Add workaround for Visual Studio 2008's lack of a stdint.h file to 
blosclz.c.
+  * Replaced //-comments with /**/-comments and other improvements for 
compatibility with quite old gcc compilers. See PR #243. Thanks to Andreas 
Martin.
+  * Empty buffers can be compressed again (this was unadvertedly prevented 
while fixing #234). See #247. Thanks to Valentin Haenel.
+
+---

Old:

  blosc-1.14.4.tar.gz

New:

  blosc-1.16.3.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.6PqHvw/_old  2019-06-05 11:40:48.335065825 +0200
+++ /var/tmp/diff_new_pack.6PqHvw/_new  2019-06-05 11:40:48.335065825 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package blosc
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.14.4
+Version:1.16.3
 Release:0
 Summary:A blocking, shuffling and lossless compression library
 License:MIT AND BSD-3-Clause AND BSD-2-Clause

++ blosc-1.14.4.tar.gz -> blosc-1.16.3.tar.gz ++
 124555 lines of diff (skipped)




commit blosc for openSUSE:Factory

2018-08-22 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2018-08-22 14:21:18

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is "blosc"

Wed Aug 22 14:21:18 2018 rev:12 rq:630788 version:1.14.4

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2018-07-06 
10:42:32.111216217 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2018-08-22 
14:21:25.262503439 +0200
@@ -1,0 +2,18 @@
+Tue Aug 21 12:53:41 UTC 2018 - mplus...@suse.com
+
+- Update to version 1.14.4:
+  * Added a new DEACTIVATE_SSE2 option for cmake that is useful for
+disabling SSE2 when doing cross-compilation (see #236).
+  * New check for detecting output buffers smaller than
+BLOSC_MAX_OVERHEAD.
+  * The complib and version parameters for blosc_get_complib_info()
+can be safely set to NULL now. This allows to call this
+function even if the user is not interested in these parameters
+(so no need to reserve memory for them).
+  * In some situations that a supposedly blosc chunk is passed to
+blosc_decompress(), one might end with an Arithmetic exception.
+This is probably due to the chunk not being an actual blosc
+chunk, and divisions by zero might occur. A protection has been
+added for this.
+
+---

Old:

  blosc-1.14.3.tar.gz

New:

  blosc-1.14.4.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.zAW0SR/_old  2018-08-22 14:21:29.786514152 +0200
+++ /var/tmp/diff_new_pack.zAW0SR/_new  2018-08-22 14:21:29.786514152 +0200
@@ -19,7 +19,7 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.14.3
+Version:1.14.4
 Release:0
 Summary:A blocking, shuffling and lossless compression library
 License:MIT AND BSD-3-Clause AND BSD-2-Clause
@@ -83,10 +83,10 @@
 rm -rf %{buildroot}%{_libdir}/libblosc.a
 
 # Put .pc files in right directory
-if [ "%{_libdir}" != "%{_prefix}/lib" ] ; then
+if [ "%{_libdir}" != "%{_libexecdir}" ] ; then
 mkdir -p %{buildroot}%{_libdir}
-mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig
-rm -d %{buildroot}%{_prefix}/lib
+mv %{buildroot}%{_libexecdir}/pkgconfig %{buildroot}%{_libdir}/pkgconfig
+rm -d %{buildroot}%{_libexecdir}
 fi
 
 %check

++ blosc-1.14.3.tar.gz -> blosc-1.14.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c-blosc-1.14.3/.travis.yml 
new/c-blosc-1.14.4/.travis.yml
--- old/c-blosc-1.14.3/.travis.yml  2018-04-06 11:27:51.0 +0200
+++ new/c-blosc-1.14.4/.travis.yml  2018-07-30 12:56:38.0 +0200
@@ -13,9 +13,11 @@
python: "3.6"
services:
  - docker
+
 osx: 
os: osx
language: generic
+
 matrix:
include:
   - <<: *osx
@@ -62,11 +64,13 @@
   - <<: *linux
 env: CONAN_CLANG_VERSIONS=4.0 CONAN_DOCKER_IMAGE=lasote/conanclang40 
CONAN_CURRENT_PAGE=2
 
-
 before_script:
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then
   brew update;
-  brew upgrade python@3;
+  brew upgrade pyenv;
+  pyenv install 3.6.6;
+  eval "$(pyenv init -)";
+  pyenv global 3.6.6;
   python3 --version;
   pip3 install --upgrade pip;
 fi
@@ -74,4 +78,3 @@
 
 script:
   - python3 build.py
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c-blosc-1.14.3/ANNOUNCE.rst 
new/c-blosc-1.14.4/ANNOUNCE.rst
--- old/c-blosc-1.14.3/ANNOUNCE.rst 2018-04-06 11:27:51.0 +0200
+++ new/c-blosc-1.14.4/ANNOUNCE.rst 2018-07-30 12:56:38.0 +0200
@@ -1,16 +1,15 @@
 ===
- Announcing C-Blosc 1.14.3
+ Announcing C-Blosc 1.14.4
  A blocking, shuffling and lossless compression library for C
 ===
 
 What is new?
 
 
-The main change for this release is that the pthreads library is
-not needed on any Windows build anymore.  Thanks to Steven G. Johnson.
-Also, the internal Zstd sources have been updated to 1.3.4; expect
-an important performance boost (can be up to 10%, specially for low
-compression levels).
+This is a maintenance release.  Now it is possible to deactivate SSE2,
+which can be useful e.g. when doing cross-compiling from an Intel box.
+Also, there is better protection against passing small output buffers
+for compression, and other improvements.
 
 For more info, please see the release notes in:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit blosc for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2018-07-06 10:42:25

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is "blosc"

Fri Jul  6 10:42:25 2018 rev:11 rq:620724 version:1.14.3

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2018-02-06 
16:51:03.130737232 +0100
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2018-07-06 
10:42:32.111216217 +0200
@@ -1,0 +2,8 @@
+Fri Apr 13 08:55:13 UTC 2018 - mplus...@suse.com
+
+- Update to version 1.14.3:
+  * Fixed a bug that caused C-Blosc to crash on platforms
+requiring strict alignment.
+  * Fixed a piece of code that was not C89 compliant.
+
+---

Old:

  blosc-1.13.5.tar.gz

New:

  blosc-1.14.3.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.lCHumJ/_old  2018-07-06 10:42:32.747215459 +0200
+++ /var/tmp/diff_new_pack.lCHumJ/_new  2018-07-06 10:42:32.747215459 +0200
@@ -19,7 +19,7 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.13.5
+Version:1.14.3
 Release:0
 Summary:A blocking, shuffling and lossless compression library
 License:MIT AND BSD-3-Clause AND BSD-2-Clause

++ blosc-1.13.5.tar.gz -> blosc-1.14.3.tar.gz ++
 107520 lines of diff (skipped)




commit blosc for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2018-02-06 16:51:01

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is "blosc"

Tue Feb  6 16:51:01 2018 rev:10 rq:573293 version:1.13.5

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2017-12-31 
01:13:58.857857151 +0100
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2018-02-06 
16:51:03.130737232 +0100
@@ -1,0 +2,18 @@
+Tue Feb  6 11:50:55 UTC 2018 - mplus...@suse.com
+
+- Update to version 1.13.5:
+  * Fixed a buffer overrun that happens when compressing small
+buffers and len(destination_buffer) < (len(source_buffer) +
+BLOSC_MAX_OVERHEAD). Reported by Ivan Smirnov.
+  * Tests work now when external compressors are located in
+non-system locations. Fixes #210. Thanks to Leif Walsh.
+  * Fixed a bug uncovered by the python-blosc test suite: when a
+buffer is to be copied, then we should reserve space for the
+header, not block pointers.
+  * Serious optimization of memory copy functions (see new
+blosc/fastcopy.c). This benefits the speed of all the codecs,
+but specially the BloscLZ one. As a result of the above, the
+BloscLZ codec received a new adjustment of knobs so that you
+should expect better compression ratios with it too.
+
+---

Old:

  blosc-1.12.1.tar.gz

New:

  blosc-1.13.5.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.jewqeU/_old  2018-02-06 16:51:03.850703517 +0100
+++ /var/tmp/diff_new_pack.jewqeU/_new  2018-02-06 16:51:03.854703330 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blosc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.12.1
+Version:1.13.5
 Release:0
 Summary:A blocking, shuffling and lossless compression library
 License:MIT AND BSD-3-Clause AND BSD-2-Clause
 Group:  Productivity/Archiving/Compression
-Url:http://www.blosc.org/
+URL:http://www.blosc.org/
 Source: 
https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++

++ blosc-1.12.1.tar.gz -> blosc-1.13.5.tar.gz ++
 110563 lines of diff (skipped)




commit blosc for openSUSE:Factory

2017-12-30 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2017-12-31 01:13:41

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is "blosc"

Sun Dec 31 01:13:41 2017 rev:9 rq:560504 version:1.12.1

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2017-05-03 
15:54:11.825578387 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2017-12-31 
01:13:58.857857151 +0100
@@ -1,0 +2,18 @@
+Thu Dec 28 23:10:53 UTC 2017 - jeng...@inai.de
+
+- Fix RPM group. Compact descriptions.
+
+---
+Sun Dec 24 18:33:04 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.12.1:
+  * Backported BloscLZ parameters that were fine-tuned for
+C-Blosc2.
+- Packaging changes:
+  * Run spec-clener
+  * Use shared libraries with compression codecs instead of bundled
+ones
+  * Use more of cmake macros
+  * Build in parallel
+
+---

Old:

  v1.11.2.tar.gz

New:

  blosc-1.12.1.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.bQndkC/_old  2017-12-31 01:13:59.441662374 +0100
+++ /var/tmp/diff_new_pack.bQndkC/_new  2017-12-31 01:13:59.445661040 +0100
@@ -19,75 +19,44 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.11.2
+Version:1.12.1
 Release:0
 Summary:A blocking, shuffling and lossless compression library
-License:MIT and BSD-3-Clause and BSD-2-Clause
-Group:  System/Libraries
+License:MIT AND BSD-3-Clause AND BSD-2-Clause
+Group:  Productivity/Archiving/Compression
 Url:http://www.blosc.org/
-Source: https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz
+Source: 
https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(zlib)
+BuildRequires:  libzstd-devel
+BuildRequires:  pkgconfig
 BuildRequires:  snappy-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(liblz4)
+BuildRequires:  pkgconfig(zlib)
 
 %description
-Blosc is a high performance compressor optimized for binary data.
-It has been designed to transmit data to the processor cache faster
-than the traditional, non-compressed, direct memory fetch approach via
-a memcpy() OS call. Blosc is the first compressor (that I'm aware of)
-that is meant not only to reduce the size of large datasets on-disk or
-in-memory, but also to accelerate memory-bound computations.
-
-It uses the blocking technique to reduce activity on the memory bus as
-much as possible. In short, this technique works by dividing datasets
-in blocks that are small enough to fit in caches  of modern processors
-and perform compression / decompression there. It also leverages, if
-available, SIMD instructions (SSE2) and  ulti-threading capabilities
-of CPUs, in order to accelerate the  compression / decompression
-process to a maximum.
-
-Blosc is actually a metacompressor, that meaning that it can use a
-range of compression libraries for performing the actual
-compression/decompression. Right now, it comes with integrated support
-for BloscLZ (the original one), LZ4, LZ4HC, Snappy and Zlib. Blosc
-comes with full sources for all compressors, so in case it does not
-find the libraries installed in your system, it will compile from
-the included sources and they will be integrated into the Blosc
-library anyway. That means that you can trust in having all supported
-compressors integrated in Blosc in all supported platforms.
+Blosc is a compressor for binary data, designed to transmit data to
+the processor cache faster than the traditional, non-compressed,
+direct memory fetch approach via a memcpy() call. Blosc is not only a
+compressor for data size reduction, but also for accelerating
+memory-bound computations.
+
+It uses the blocking technique to reduce activity on the memory bus,
+which works by dividing datasets in blocks that are small enough to
+fit in caches of processors and perform (de)compression there. SIMD
+and multi-threading capabilities are leveraged if available.
+
+Blosc is a metacompressor; it can use different compression
+algorithms, such as BloscLZ, LZ4, LZ4HC, Snappy and Zlib.
 
 %package -n %{libname}
 Summary:A blocking, shuffling and lossless compression library
 Group:  System/Libraries
 
 %description -n %{libname}
-Blosc is a high performance compressor optimized for binary data.
-It has been designed to transmit data to 

commit blosc for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2017-05-03 15:54:06

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is "blosc"

Wed May  3 15:54:06 2017 rev:8 rq:489137 version:1.11.2

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2016-09-27 
13:44:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2017-05-03 
15:54:11.825578387 +0200
@@ -1,0 +2,10 @@
+Tue Apr 18 15:18:18 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 1.11.2
+  - Enabled use as a CMake subproject, exporting shared & static library 
targets
+for super-projects to use. See PRs #178, #179 and #180.  Thanks to Kevin
+Murray.
+  - Internal LZ4 codec updated to 1.7.5.
+  - Internal Zstd codec updated to 1.1.2.
+
+---

Old:

  v1.11.1.tar.gz

New:

  v1.11.2.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.8fhnvC/_old  2017-05-03 15:54:16.572908181 +0200
+++ /var/tmp/diff_new_pack.8fhnvC/_new  2017-05-03 15:54:16.576907617 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package blosc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.11.1
+Version:1.11.2
 Release:0
 Summary:A blocking, shuffling and lossless compression library
 License:MIT and BSD-3-Clause and BSD-2-Clause
@@ -28,8 +28,9 @@
 Source: https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(zlib)
 BuildRequires:  snappy-devel
-BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -102,6 +103,7 @@
 
 %build
 %cmake
+
 # Build failes when done in parallel
 cmake --build . --config Release
 
@@ -109,6 +111,13 @@
 %cmake_install
 rm -rf %{buildroot}%{_libdir}/libblosc.a
 
+# Put .pc files in right directory
+if [ "%{_libdir}" != "%{_prefix}/lib" ] ; then
+mkdir -p %{buildroot}%{_libdir}
+mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig
+rm -d %{buildroot}%{_prefix}/lib
+fi
+
 %check
 pushd build
 export LD_PRELOAD="$LD_PRELOAD  %{buildroot}%{_libdir}/libblosc.so  
%{buildroot}%{_libdir}/libblosc.so.%{major}  `pwd`/blosc/libblosc_testing.so"
@@ -120,14 +129,18 @@
 
 %files -n %{libname}
 %defattr(-,root,root,-)
-%doc ANNOUNCE.rst README.rst README_HEADER.rst README_THREADED.rst 
LICENSES/*.txt RELEASE_NOTES.rst
+%doc LICENSES/*.txt
+%doc ANNOUNCE.rst README.rst README_THREADED.rst RELEASE_NOTES.rst THANKS.rst
 %{_libdir}/libblosc.so.%{major}
 %{_libdir}/libblosc.so.%{version}
 
 %files devel
 %defattr(-,root,root,-)
+%doc README_HEADER.rst  
+%doc examples/
 %{_includedir}/blosc.h
 %{_includedir}/blosc-export.h
 %{_libdir}/libblosc.so
+%{_libdir}/pkgconfig/blosc.pc
 
 %changelog

++ v1.11.1.tar.gz -> v1.11.2.tar.gz ++
 94748 lines of diff (skipped)




commit blosc for openSUSE:Factory

2016-09-27 Thread h_root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2016-09-27 13:44:54

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is "blosc"

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2016-03-16 
10:35:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2016-09-27 
13:44:57.0 +0200
@@ -1,0 +2,99 @@
+Fri Sep 16 15:06:34 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 1.11.1
+  - Fixed a bug introduced in 1.11.0 and discovered by pandas test suite. This
+basically prevented to decompress buffers compressed with previous 
versions of
+C-Blosc. See: https://github.com/Blosc/python-blosc/issues/115
+- Update to 1.11.0
+  - Internal Zstd codec upgraded to 1.0.0.
+  - New block size computation inherited from C-Blosc2. Benchmarks are saying 
that
+this benefits mainly to LZ4, LZ4HC, Zlib and Zstd codecs, both in speed 
and in
+compression ratios (although YMMV for your case).
+  - Added the @rpath flag in Mac OSX for shared libraries.  Fixes #175.
+  - Added a fix for VS2008
+  - License changed from MIT to 3-clause BSD style.
+- Update to 1.10.2
+  - Force the use of --std=gnu99 when using gcc.  Fixes #174.
+- Update to 1.10.1
+  - Removed an inconsistent check for C11 (__STDC_VERSION__ >= 201112L and
+_ISOC11_SOURCE) as this seem to pose problems on compilers doing different
+things in this check (e.g. clang). See
+https://github.com/Blosc/bloscpack/issues/50.
+- Update to 1.10.0
+  - Initial support for Zstandard (0.7.4). Zstandard (or Zstd for short) is a 
new
+compression library that allows better compression than Zlib, but that 
works
+typically faster (and some times much faster), making of it a good match 
for
+Blosc.
+- Update to 1.9.3
+  - Reverted a mistake introduced in 1.7.1.  At that time, bit-shuffling
+was enabled for typesize == 1 (i.e. strings), but the change also
+included byte-shuffling accidentally.  This only affected performance,
+but in a quite bad way (a copy was needed).  This has been fixed and
+byte-shuffling is not active when typesize == 1 anymore.
+
+---
+Thu Jul  7 18:13:50 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 1.9.2
+  * Check whether Blosc is actually initialized before blosc_init(),
+blosc_destroy() and blosc_free_resources().  This makes the library
+more resistant to different initialization cycles
+(e.g. https://github.com/stevengj/Blosc.jl/issues/19).
+- Update to 1.9.1
+  * The internal copies when clevel=0 are made now via memcpy().  At the
+beginning of C-Blosc development, benchmarks where saying that the
+internal, multi-threaded copies inside C-Blosc were faster than
+memcpy(), but 6 years later, memcpy() made greats strides in terms
+of efficiency.  With this, you should expect an slight speed
+advantage (10% ~ 20%) when C-Blosc is used as a replacement of
+memcpy() (which should not be the most common scenario out there).
+  * Added a new DEACTIVATE_AVX2 cmake option to explicitly disable AVX2
+at build-time.  Thanks to James Bird.
+  * The ``make -jN`` for parallel compilation should work now.  Thanks
+to James Bird.
+- Update to 1.9.0
+  * New blosc_get_nthreads() function to get the number of threads that
+will be used internally during compression/decompression (set by
+already existing blosc_set_nthreads()).
+  * New blosc_get_compressor() function to get the compressor that will
+be used internally during compression (set by already existing
+blosc_set_compressor()).
+  * New blosc_get_blocksize() function to get the internal blocksize to
+be used during compression (set by already existing
+blosc_set_blocksize()).
+  * Now, when the BLOSC_NOLOCK environment variable is set (to any
+value), the calls to blosc_compress() and blosc_decompress() will
+call blosc_compress_ctx() and blosc_decompress_ctx() under the hood
+so as to avoid the internal locks.  See blosc.h for details.  This
+allows multi-threaded apps calling the non _ctx() functions to avoid
+the internal locks in C-Blosc.  For the not multi-threaded app
+though, it is in general slower to call the _ctx() functions so the
+use of BLOSC_NOLOCK is discouraged.
+  * In the same vein, from now on, when the BLOSC_NTHREADS environment
+variable is set to an integer, every call to blosc_compress() and
+blosc_decompress() will call blosc_set_nthreads(BLOSC_NTHREADS)
+before the actuall compression/decompression process.  See blosc.h
+for details.
+  * Finally, if BLOSC_CLEVEL, BLOSC_SHUFFLE, BLOSC_TYPESIZE and/or
+BLOSC_COMPRESSOR variables are set in the 

commit blosc for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2016-03-16 10:35:18

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is "blosc"

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2016-02-17 
12:09:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2016-03-16 
10:35:22.0 +0100
@@ -1,0 +2,61 @@
+Wed Mar  9 21:35:59 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 1.7.1
+  * Fixed a bug preventing bitshuffle to work correctly on getitem().
+Now, everything with bitshuffle seems to work correctly.
+  * Fixed the thread initialization for blosc_decompress_ctx().  Issue
+#158.  Thanks to Chris Webers.
+  * Fixed a bug in the blocksize computation introduced in 1.7.0.  This
+could have been creating segfaults.
+  * Allow bitshuffle to run on 1-byte typesizes.
+  * New parametrization of the blocksize to be independent of the
+typesize.  This allows a smoother speed throughout all typesizes.
+  * lz4 and lz4hc codecs upgraded to 1.7.2 (from 1.7.0).
+  * When calling set_nthreads() but not actually changing the number of
+threads in the internal pool does not teardown and setup it anymore.
+PR #153.  Thanks to Santi Villalba.
+- Update to 1.7.0
+  * Added a new 'bitshuffle' filter so that the shuffle takes place at a
+bit level and not just at a byte one, which is what it does the
+previous 'shuffle' filter.
+  * New acceleration mode for LZ4 and BloscLZ codecs that enters in
+operation with complevel < 9.  This allows for an important boost in
+speed with minimal compression ratio loss.  Francesc Alted.
+  * LZ4 codec updated to 1.7.0 (r130).
+  * PREFER_EXTERNAL_COMPLIBS cmake option has been removed and replaced
+by the more fine grained PREFER_EXTERNAL_LZ4, PREFER_EXTERNAL_SNAPPY
+and PREFER_EXTERNAL_ZLIB.  In order to allow the use of the new API
+introduced in LZ4 1.7.0, PREFER_EXTERNAL_LZ4 has been set to OFF by
+default, whereas PREFER_EXTERNAL_SNAPPY and PREFER_EXTERNAL_ZLIB
+continues to be ON.
+  * Implemented SSE2 shuffle support for buffers containing a number of
+elements which is not a multiple of (typesize * vectorsize).  Jack
+Pappas.
+  * Added SSE2 shuffle/unshuffle routines for types larger than 16
+bytes.  Jack Pappas.
+  * 'test_basic' suite has been split in components for a much better
+granularity on what's a possibly failing test.  Also, lots of new
+tests have been added.  Jack Pappas.
+  * Fixed compilation on non-Intel archs (tested on ARM).  Zbyszek
+Szmek.
+  * Modifyied cmake files in order to inform that AVX2 on Visual Studio
+is supported only in 2013 update 2 and higher.
+  * Added a replacement for stdbool.h for Visual Studio < 2013.
+  * blosclz codec adds Win64/Intel as a platform supporting unaligned
+addressing.  That leads to a speed-up of 2.2x in decompression.
+  * New blosc_get_version_string() function for retrieving the version
+of the c-blosc library.  Useful when linking with dynamic libraries
+and one want to know its version.
+  * New example (win-dynamic-linking.c) that shows how to link a Blosc
+DLL dynamically in run-time (Windows only).
+  * The `context.threads_started` is initialized now when decompressing.
+This could cause crashes in case you decompressed before compressing
+(e.g. directly deserializing blosc buffers).  @atchouprakov.
+  * The HDF5 filter has been removed from c-blosc and moved into its own
+repo at: https://github.com/Blosc/hdf5
+  * The MS Visual Studio 2008 has been tested with c-blosc for ensuring
+compatibility with extensions for Python 2.6 and up.
+- Remove update-included 0001-Fix-cmake-system-check.patch and
+  0002-Fix-compilation-on-unknown-archs.patch
+
+---

Old:

  0001-Fix-cmake-system-check.patch
  0002-Fix-compilation-on-unknown-archs.patch
  v1.6.1.tar.gz

New:

  v1.7.1.tar.gz



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.bLSQ8f/_old  2016-03-16 10:35:23.0 +0100
+++ /var/tmp/diff_new_pack.bLSQ8f/_new  2016-03-16 10:35:23.0 +0100
@@ -19,15 +19,13 @@
 %define major   1
 %define libname lib%{name}%{major}
 Name:   blosc
-Version:1.6.1
+Version:1.7.1
 Release:0
 Summary:A blocking, shuffling and lossless compression library
 License:MIT and BSD-3-Clause and BSD-2-Clause
 Group:  System/Libraries
 Url:http://www.blosc.org/
 Source: https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz
-Patch1: 

commit blosc for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2016-02-17 10:26:32

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is "blosc"

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2015-08-10 
09:16:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2016-02-17 
12:09:54.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 15 14:45:03 UTC 2016 - mkra...@suse.com
+
+- Replaced long syntax with macros %cmake, %cmake_install, %ctest
+
+---



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.dKNmJq/_old  2016-02-17 12:09:54.0 +0100
+++ /var/tmp/diff_new_pack.dKNmJq/_new  2016-02-17 12:09:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blosc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,23 @@
 #
 
 
+%define major   1
+%define libname lib%{name}%{major}
 Name:   blosc
 Version:1.6.1
 Release:0
-%define major   1
-%define libname lib%{name}%{major}
 Summary:A blocking, shuffling and lossless compression library
 License:MIT and BSD-3-Clause and BSD-2-Clause
 Group:  System/Libraries
 Url:http://www.blosc.org/
-# NOTE: you MUST rename the source to "v%{version}.tar.gz" or the source 
validator won't work
-# github is weird because it renames files when you try to download them
 Source: https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz 
+Patch1: 0001-Fix-cmake-system-check.patch
+Patch2: 0002-Fix-compilation-on-unknown-archs.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  snappy-devel
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch1: 0001-Fix-cmake-system-check.patch
-Patch2: 0002-Fix-compilation-on-unknown-archs.patch
 
 %description
 Blosc is a high performance compressor optimized for binary data.
@@ -107,33 +105,21 @@
 %patch2-p1
 
 %build
-mkdir -p build
-pushd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-%if "%{_lib}" == "lib64"
-  -DLIB_SUFFIX=64 \
-%endif
-  -DCMAKE_C_FLAGS="%{optflags}" \
-  -DCMAKE_CXX_FLAGS="%{optflags}" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-  ..
+%cmake
 make %{?_smp_mflags}
-popd
 
 %install
-pushd build
-%makeinstall
+%cmake_install
 rm -rf %{buildroot}%{_libdir}/libblosc.a
 
 %check
-pushd build
-make test
-popd
+export LD_PRELOAD="$LD_PRELOAD  %{buildroot}%{_libdir}/libblosc.so.1"
+cd build
+ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags}
+cd ..
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
-
 %files -n %{libname}
 %defattr(-,root,root,-)
 %doc ANNOUNCE.rst README.rst README_HEADER.rst README_THREADED.rst 
LICENSES/*.txt RELEASE_NOTES.rst




commit blosc for openSUSE:Factory

2015-08-10 Thread h_root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2015-08-10 09:16:41

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is blosc

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2015-05-19 
23:50:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2015-08-10 
09:16:42.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug  7 14:51:19 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- Add two patches dragged from fedora to support non-intel archi
+  0001-Fix-cmake-system-check.patch
+  0002-Fix-compilation-on-unknown-archs.patch
+
+---

New:

  0001-Fix-cmake-system-check.patch
  0002-Fix-compilation-on-unknown-archs.patch



Other differences:
--
++ blosc.spec ++
--- /var/tmp/diff_new_pack.aH5SmN/_old  2015-08-10 09:16:43.0 +0200
+++ /var/tmp/diff_new_pack.aH5SmN/_new  2015-08-10 09:16:43.0 +0200
@@ -33,6 +33,8 @@
 BuildRequires:  snappy-devel
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch1: 0001-Fix-cmake-system-check.patch
+Patch2: 0002-Fix-compilation-on-unknown-archs.patch
 
 %description
 Blosc is a high performance compressor optimized for binary data.
@@ -101,6 +103,8 @@
 
 %prep
 %setup -q -n c-blosc-%{version}
+%patch1-p1
+%patch2-p1
 
 %build
 mkdir -p build

++ 0001-Fix-cmake-system-check.patch ++
From 023d185a1e9f104f15b7800d13cf3c1b9169ab72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= zbys...@in.waw.pl
Date: Thu, 7 May 2015 12:35:32 -0400
Subject: [PATCH] Fix cmake system check

Apparently the check was always evaluating to true, because cmake simply
sets the variable to whatever is on the right, not evaluating the expression.

The list of architectures was also completely random. Those seems to
be the available options (under Linux):

i386 i686 x86_64 ia64 alpha amd64 arm armeb armel hppa m32r m68k mips
mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
---
 CMakeLists.txt | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69b6525a95..39e3dcf0d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,8 +139,11 @@ endif(NOT CMAKE_BUILD_TYPE)
 # by the compiler. Note we DO NOT check which hardware features are supported
 # by this (the host) system, because we want to be able to support compiling
 # for newer hardware on older machines as well as cross-compilation.
-set(SYSTEM_PROCESSOR_INTEL_X86 ((CMAKE_SYSTEM_PROCESSOR STREQUAL i686) OR 
(CMAKE_SYSTEM_PROCESSOR STREQUAL x86) OR (CMAKE_SYSTEM_PROCESSOR STREQUAL 
AMD64)))
-if(SYSTEM_PROCESSOR_INTEL_X86)
+message(STATUS Building for system processor ${CMAKE_SYSTEM_PROCESSOR}.)
+if(CMAKE_SYSTEM_PROCESSOR STREQUAL i386 OR
+   CMAKE_SYSTEM_PROCESSOR STREQUAL i686 OR
+   CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64 OR
+   CMAKE_SYSTEM_PROCESSOR STREQUAL amd64)
 if(CMAKE_C_COMPILER_ID STREQUAL GNU)
 set(COMPILER_SUPPORT_SSE2 TRUE)
 if(CMAKE_C_COMPILER_VERSION VERSION_GREATER 4.7 OR 
CMAKE_C_COMPILER_VERSION VERSION_EQUAL 4.7)
@@ -175,7 +178,7 @@ if(SYSTEM_PROCESSOR_INTEL_X86)
 # Unrecognized compiler. Emit a warning message to let the user know 
hardware-acceleration won't be available.
 message(WARNING Unable to determine which ${CMAKE_SYSTEM_PROCESSOR} 
hardware features are supported by the C compiler (${CMAKE_C_COMPILER_ID} 
${CMAKE_C_COMPILER_VERSION}).)
 endif()
-else(SYSTEM_PROCESSOR_INTEL_X86)
+else()
 # If the target system processor isn't recognized, emit a warning message 
to alert the user
 # that hardware-acceleration support won't be available but allow 
configuration to proceed.
 message(WARNING Unrecognized system processor ${CMAKE_SYSTEM_PROCESSOR}. 
Cannot determine which hardware features (${CMAKE_C_COMPILER_ID} 
${CMAKE_C_COMPILER_VERSION}) supports, so hardware-accelerated implementations 
will not be available.)
-- 
2.1.0

++ 0002-Fix-compilation-on-unknown-archs.patch ++
From 97227c72cb6108b58bfa704b43324e82d1b86f47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= zbys...@in.waw.pl
Date: Thu, 7 May 2015 13:24:45 -0400
Subject: [PATCH] Fix compilation on unknown archs

---
 blosc/shuffle.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/blosc/shuffle.c b/blosc/shuffle.c
index 0fd97b7cbf..9d02389f35 100644
--- a/blosc/shuffle.c
+++ b/blosc/shuffle.c
@@ -217,6 +217,10 @@ static blosc_cpu_features blosc_get_cpu_features(void) {
   #warning Hardware-acceleration detection not implemented for the 

commit blosc for openSUSE:Factory

2015-05-19 Thread h_root
Hello community,

here is the log from the commit of package blosc for openSUSE:Factory checked 
in at 2015-05-19 23:50:34

Comparing /work/SRC/openSUSE:Factory/blosc (Old)
 and  /work/SRC/openSUSE:Factory/.blosc.new (New)


Package is blosc

Changes:

--- /work/SRC/openSUSE:Factory/blosc/blosc.changes  2014-07-24 
00:23:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.blosc.new/blosc.changes 2015-05-19 
23:50:36.0 +0200
@@ -1,0 +2,82 @@
+Tue May 19 10:23:41 UTC 2015 - toddrme2...@gmail.com
+
+- Update to version 1.6.1:
+  * Fixed a subtle, but long-standing bug in the blosclz codec that
+could potentially overwrite an area beyond the output buffer.
+  * Support for runtime detection of AVX2 and SSE2 SIMD
+instructions, allowing running AVX2 capable c-blosc libraries
+to run on machines with no AVX2 available (will use SSE2 
+instead).
+  * A new blocksize computation allows for better compression 
+ratios for larger typesizes ( 8 bytes), without not penalizing
+the speed too much (at least on modern CPUs).
+- changes from version 1.6.0:
+  * Support for AVX2 is here!  The benchmarks with a 4-core Intel
+Haswell machine tell that both compression and decompression are
+accelerated around a 10%, reaching peaks of 9.6 GB/s during
+compression and 26 GB/s during decompression (memcpy() speed for
+this machine is 7.5 GB/s for writes and 11.7 GB/s for reads).
+Many thanks to @littlezhou for this nice work.
+  * Support for HPET (high precision timers) for the `bench` program.
+This is particularly important for microbenchmarks like bench is
+doing; since they take so little time to run, the granularity of a
+less-accurate timer may account for a significant portion of the
+runtime of the benchmark itself, skewing the results.  Thanks to
+Jack Pappas.
+- changes from version 1.5.4:
+  * Updated to LZ4 1.6.0 (r128).
+  * Fix resource leak in t_blosc.  Jack Pappas.
+  * Better checks during testing.  Jack Pappas.
+  * Dynamically loadable HDF5 filter plugin. Kiyo Masui.
+- changes from version 1.5.3:
+  * Use llabs function (where available) instead of abs to avoid
+truncating the result.  Jack Pappas.
+  * Use C11 aligned_alloc when it's available.  Jack Pappas.
+  * Use the built-in stdint.h with MSVC when available.  Jack Pappas.
+  * Only define the __SSE2__ symbol when compiling with MS Visual C++
+and targeting x64 or x86 with the correct /arch flag set. This
+avoids re-defining the symbol which makes other compilers issue
+warnings.  Jack Pappas.
+  * Reinitializing Blosc during a call to set_nthreads() so as to fix
+problems with contexts.  Francesc Alted.
+- changes from version 1.5.2:
+  * Using blosc_compress_ctx() / blosc_decompress_ctx() inside the
+HDF5 compressor for allowing operation in multiprocess scenarios.
+See: https://github.com/PyTables/PyTables/issues/412
+
+The drawback of this quick fix is that the Blosc filter will be only
+able to use a single thread until another solution can be devised.
+- changes from version 1.5.1:
+  * Updated to LZ4 1.5.0.  Closes #74.
+  * Added the 'const' qualifier to non SSE2 shuffle functions. Closes
+#75.
+  * Explicitly call blosc_init() in HDF5 blosc_filter.c, fixing a
+segfault.
+  * Quite a few improvements in cmake files for HDF5 support.  Thanks
+to Dana Robinson (The HDF Group).
+  * Variable 'class' caused problems compiling the HDF5 filter with
+g++.  Thanks to Laurent Chapon.
+  * Small improvements on docstrings of c-blosc main functions.
+- changes from version  1.5.0:
+  * Added new calls for allowing Blosc to be used *simultaneously*
+(i.e. lock free) from multi-threaded environments.  The new
+functions are:
+
+- blosc_compress_ctx(...)
+- blosc_decompress_ctx(...)
+
+See the new docstrings in blosc.h for how to use them.  The previous
+API should be completely unaffected.  Thanks to Christopher Speller.
+  * Optimized copies during BloscLZ decompression.  This can make
+BloscLZ to decompress up to 1.5x faster in some situations.
+  * LZ4 and LZ4HC compressors updated to version 1.3.1.
+  * Added an examples directory on how to link apps with Blosc.
+  * stdlib.h moved from blosc.c to blosc.h as suggested by Rob Lathm.
+  * Fix a warning for {snappy,lz4}-free compilation.  Thanks to Andrew
+Schaaf.
+  * Several improvements for CMakeLists.txt (cmake).
+  * Fixing C99 compatibility warnings.  Thanks to Christopher Speller.
+
+- specfile:
+  * update copyright year
+---

Old:

  v1.4.1.tar.gz

New:

  v1.6.1.tar.gz



Other differences:
--
++ blosc.spec ++
---