From 403ae7f7c142a2aae3fcd5e794b224c99ea7ad7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 28 May 2015 15:40:34 -0400 Subject: [PATCH] Bump version and add changelog entry --- python-blosc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)