From f8ffed6816f010453da52d335dae0d04395e3f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:38 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-zmq.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zmq.spec b/python-zmq.spec index d6f89d5..ae4f774 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -12,7 +12,7 @@ Name: python-zmq Version: 16.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Software library for fast, message-based applications Group: Development/Libraries @@ -220,6 +220,9 @@ CFLAGS="%{optflags}" %{__python3} setup.py build_ext --inplace %changelog +* Mon Dec 19 2016 Miro HronĨok - 16.0.2-2 +- Rebuild for Python 3.6 + * Wed Nov 23 2016 Kevin Fenzi - 16.0.2-1 - Update to 16.0.2. Fixes bug #1397615