Bump version and add changelog entry

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-05-28 15:40:34 -04:00
commit 403ae7f7c1

View file

@ -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 <zbyszek@in.waw.pl> - 1.2.7-2
- Build python 3 subpackage
- Install license and readme files
* Thu May 7 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.7-1
- Update to 1.2.7 (#1212231)