diff --git a/.gitignore b/.gitignore index 9abdea1..58c62b3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /blosc-1.3.3.tar.gz /blosc-1.9.3.tar.gz /blosc-1.10.1.tar.gz +/blosc-1.11.1.tar.gz diff --git a/blosc.spec b/blosc.spec index 493f3e7..c27dd8a 100644 --- a/blosc.spec +++ b/blosc.spec @@ -2,8 +2,8 @@ Summary: A high performance compressor optimized for binary data Name: blosc -Version: 1.10.1 -Release: 2%{?dist} +Version: 1.11.1 +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 @@ -46,6 +46,7 @@ sed -i '1i set\(CMAKE_SKIP_RPATH true\)' bench/CMakeLists.txt # Add python shebang and permission sed -i '1i #!/usr/bin/python' bench/plot-speeds.py +%build # Use the proper library path and SSE2 instruction on 64bits systems %cmake \ %ifarch x86_64 @@ -59,7 +60,6 @@ sed -i '1i #!/usr/bin/python' bench/plot-speeds.py -DTEST_INCLUDE_BENCH_SUITE:BOOL=OFF \ . -%build # Parallel build failed make VERBOSE=1 #{?_smp_mflags} @@ -100,6 +100,10 @@ install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times %changelog +* Sun Nov 6 2016 Orion Poplawski - 1.11.1-1 +- Update to 1.11.1 (#1361777) +- Run cmake in %%build + * Mon Sep 26 2016 Dominik Mierzejewski - 1.10.1-2 - rebuilt for matplotlib-2.0.0 diff --git a/sources b/sources index d066aaf..212a5aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0fd8910ad219da664ad75f06314cc6d8 blosc-1.10.1.tar.gz +e236550640afa50155f3881f2d300206 blosc-1.11.1.tar.gz