From 9dbf2f370324197982ef6583bf5ee887af964238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 6 Jan 2015 17:23:08 -0500 Subject: [PATCH] Update to 1.2.4 --- .gitignore | 2 ++ python-blosc.spec | 7 +++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4074bce..42c57d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /blosc-1.1.tar.gz +/blosc-1.2.3.tar.gz +/blosc-1.2.4.tar.gz diff --git a/python-blosc.spec b/python-blosc.spec index 3a92009..56916db 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -4,8 +4,8 @@ Summary: Python wrapper for the blosc high performance compressor Name: python-%{module} -Version: 1.1 -Release: 7%{?dist} +Version: 1.2.4 +Release: 1%{?dist} License: MIT URL: https://github.com/FrancescAlted/python-blosc Source0: https://pypi.python.org/packages/source/b/%{module}/%{module}-%{version}.tar.gz @@ -37,6 +37,9 @@ find . -name "blosc_extension.so" -exec chmod 0755 {} \; %{python2_sitearch}/blosc-%{version}*-py*.egg-info %changelog +* Tue Jan 06 2015 Zbigniew Jędrzejewski-Szmek - 1.2.4-1 +- Update to 1.2.4 + * Tue Nov 05 2013 Thibault North - 1.1-7 - Properly link with blosc shared lib diff --git a/sources b/sources index ef0bc01..c0dc930 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b0a30bace14fb7c64c78df6addf857e blosc-1.1.tar.gz +3165ce4c3315225f1cde5dd61e8d84a3 blosc-1.2.4.tar.gz