From 7add2023c28f6f984598803320cfdd56324e68de Mon Sep 17 00:00:00 2001 From: Thibault North Date: Nov 12 2018 17:57:47 +0000 Subject: Update to 1.9.3 --- diff --git a/.gitignore b/.gitignore index 94d4273..e5caaed 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /v1.5.4.tar.gz /v1.6.1.tar.gz /blosc-1.9.0.tar.gz +/blosc-1.3.3.tar.gz diff --git a/259dd2ad4dd219ea92400106847f928255ba3d84.patch b/259dd2ad4dd219ea92400106847f928255ba3d84.patch deleted file mode 100644 index d5b414b..0000000 --- a/259dd2ad4dd219ea92400106847f928255ba3d84.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 259dd2ad4dd219ea92400106847f928255ba3d84 Mon Sep 17 00:00:00 2001 -From: Francesc Alted -Date: Mon, 9 May 2016 18:25:08 +0200 -Subject: [PATCH] Use blosclz instead of lz4 for compressing with BITSHUFFLE. - Fixes #169. - ---- - tests/test_compressor.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tests/test_compressor.c b/tests/test_compressor.c -index 668e886..f279948 100644 ---- a/tests/test_compressor.c -+++ b/tests/test_compressor.c -@@ -151,6 +151,7 @@ static char *test_bitshuffle() { - int cbytes2; - - /* Get a compressed buffer */ -+ blosc_set_compressor("blosclz"); /* avoid lz4 here for now (see #168) */ - cbytes = blosc_compress(clevel, doshuffle, typesize, size, src, - dest, size + 16); - mu_assert("ERROR: cbytes is not 0", cbytes < size); diff --git a/blosc.spec b/blosc.spec index b0be1c5..03d581e 100644 --- a/blosc.spec +++ b/blosc.spec @@ -2,13 +2,11 @@ Summary: A high performance compressor optimized for binary data Name: blosc -Version: 1.9.0 +Version: 1.9.3 Release: 1%{?dist} License: MIT Source: https://github.com/Blosc/c-blosc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz URL: https://github.com/Blosc/c-blosc -# Upstream patch to fix 32-bit tests -Patch0: https://github.com/Blosc/c-blosc/commit/259dd2ad4dd219ea92400106847f928255ba3d84.patch BuildRequires: cmake BuildRequires: lz4-devel BuildRequires: snappy-devel @@ -106,6 +104,10 @@ install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times %changelog +* Thu Jul 14 2016 Thibault North - 1.9.3-1 +- Update to 1.9.3 (#1211599) +- Remove 32-bits test patch now integrated + * Mon May 16 2016 Orion Poplawski - 1.9.0-1 - Update to 1.9.0 (#1211599) - Update URL diff --git a/sources b/sources index f41ba3b..4ec517b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4c1dc8e2c468e5cfa2bf05eeee5357a blosc-1.9.0.tar.gz +68b96816acd27839487293e0b624c54e blosc-1.3.3.tar.gz