From 6e5516f9f74b700491f175efd4de981078a22e0e Mon Sep 17 00:00:00 2001 From: Thibault North Date: Sat, 22 Mar 2014 18:19:10 +0100 Subject: [PATCH] Update to 1.2.3 --- .gitignore | 1 + python-blosc.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4074bce..14681c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /blosc-1.1.tar.gz +/blosc-1.2.3.tar.gz diff --git a/python-blosc.spec b/python-blosc.spec index 217ea72..1e36ae7 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: 8%{?dist} +Version: 1.2.3 +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 +* Sat Mar 22 2014 Thibault North - 1.2.3-1 +- Update to 1.2.3 for blosc 1.3.4 + * Wed Jan 08 2014 Zbigniew Jędrzejewski-Szmek - 1.1-8 - Rebuild for blosc diff --git a/sources b/sources index ef0bc01..3f858e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b0a30bace14fb7c64c78df6addf857e blosc-1.1.tar.gz +fe0dfc3a153f941556b40efd114ce465 blosc-1.2.3.tar.gz