From 96adc70a4f3c5b489711141651cd14e8bcf449bb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 23 Nov 2016 13:21:19 -0700 Subject: [PATCH] Update to 16.0.2. Fixes bug #1397615 --- .gitignore | 1 + python-zmq.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index eb2c779..344a277 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-zmq.spec b/python-zmq.spec index 6972305..d6f89d5 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -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 - 16.0.2-1 +- Update to 16.0.2. Fixes bug #1397615 + * Sun Nov 13 2016 Thomas Spura - 16.0.1-1 - update to 16.0.1 - build twice (for installing and testing in-place) diff --git a/sources b/sources index e9d0c42..15eb496 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c59659a347c10ad349e6d8cfa45be03 pyzmq-16.0.1.tar.gz +4cf14a2995742253b2b009541f4436f4 pyzmq-16.0.2.tar.gz