Update to 16.0.2. Fixes bug #1397615
This commit is contained in:
parent
ff20d52e7e
commit
96adc70a4f
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/pyzmq-14.7.0.tar.gz
|
||||
/pyzmq-15.3.0.tar.gz
|
||||
/pyzmq-16.0.1.tar.gz
|
||||
/pyzmq-16.0.2.tar.gz
|
||||
|
@ -11,7 +11,7 @@
|
||||
%global run_tests 1
|
||||
|
||||
Name: python-zmq
|
||||
Version: 16.0.1
|
||||
Version: 16.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Software library for fast, message-based applications
|
||||
|
||||
@ -220,6 +220,9 @@ CFLAGS="%{optflags}" %{__python3} setup.py build_ext --inplace
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 23 2016 Kevin Fenzi <kevin@scrye.com> - 16.0.2-1
|
||||
- Update to 16.0.2. Fixes bug #1397615
|
||||
|
||||
* Sun Nov 13 2016 Thomas Spura <tomspur@fedoraproject.org> - 16.0.1-1
|
||||
- update to 16.0.1
|
||||
- build twice (for installing and testing in-place)
|
||||
|
Loading…
Reference in New Issue
Block a user