diff --git a/.gitignore b/.gitignore index 42c57d9..126bfe2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /blosc-1.1.tar.gz /blosc-1.2.3.tar.gz /blosc-1.2.4.tar.gz +/blosc-1.2.5.tar.gz diff --git a/python-blosc.spec b/python-blosc.spec index d7fb74b..6d46fd7 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -4,7 +4,7 @@ Summary: Python wrapper for the blosc high performance compressor Name: python-%{module} -Version: 1.2.4 +Version: 1.2.5 Release: 1%{?dist} License: MIT URL: https://github.com/FrancescAlted/python-blosc @@ -37,6 +37,9 @@ find . -name "blosc_extension.so" -exec chmod 0755 {} \; %{python2_sitearch}/blosc-%{version}*-py*.egg-info %changelog +* Mon Apr 20 2015 Zbigniew Jędrzejewski-Szmek - 1.2.5-1 +- Update to 1.2.5 (#1212231) + * Tue Jan 06 2015 Zbigniew Jędrzejewski-Szmek - 1.2.4-1 - Update to 1.2.4 diff --git a/sources b/sources index c0dc930..9036c85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3165ce4c3315225f1cde5dd61e8d84a3 blosc-1.2.4.tar.gz +113f5aecfd475121c52164810d5da2e3 blosc-1.2.5.tar.gz