diff --git a/python-blosc.spec b/python-blosc.spec index 8f19a14..12f373f 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -11,7 +11,7 @@ Summary: Python wrapper for the blosc high performance compressor Name: python-%{module} Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://github.com/FrancescAlted/python-blosc Source0: https://pypi.python.org/packages/source/b/%{module}/%{module}-%{version}.tar.gz @@ -64,6 +64,10 @@ export BLOSC_DIR=%{_libdir}/blosc CFLAGS="%{optflags}" %endif %changelog +* Thu May 28 2015 Zbigniew Jędrzejewski-Szmek - 1.2.7-2 +- Build python 3 subpackage +- Install license and readme files + * Thu May 7 2015 Zbigniew Jędrzejewski-Szmek - 1.2.7-1 - Update to 1.2.7 (#1212231)