Update to 1.5.1

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-07-19 17:24:20 +02:00
commit b9ab0a05de
4 changed files with 18 additions and 19 deletions

View file

@ -5,8 +5,8 @@
Summary: Python wrapper for the Blosc high performance compressor
Name: python-%{module}
Version: 1.4.1
Release: 9%{?dist}
Version: 1.5.1
Release: 1%{?dist}
License: MIT
URL: https://github.com/Blosc/python-blosc
Source0: https://github.com/Blosc/python-blosc/archive/v%{version}.tar.gz#/%{module}-%{version}.tar.gz
@ -57,8 +57,8 @@ export BLOSC_DIR=%{_libdir}/blosc CFLAGS="%{optflags}"
%check
cd / # avoid interference with build dir
PYTHONPATH=%{buildroot}%{python2_sitearch} python -c 'import sys, blosc; sys.exit(blosc.test())'
PYTHONPATH=%{buildroot}%{python3_sitearch} python3 -c 'import sys, blosc; sys.exit(blosc.test())'
PYTHONPATH=%{buildroot}%{python2_sitearch} %__python2 -c 'import sys, blosc; sys.exit(blosc.test())'
PYTHONPATH=%{buildroot}%{python3_sitearch} %__python3 -c 'import sys, blosc; sys.exit(blosc.test())'
%files -n python2-%{module}
%{python2_sitearch}/blosc/
@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} python3 -c 'import sys, blosc; sys.ex
%doc README.rst RELEASE_NOTES.rst
%changelog
* Thu Jul 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.1-1
- Update to latest version (#1372856)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild