From 1117945d1b67bbc7cb13859d79bab264e97d31f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 22 Dec 2016 13:08:41 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- uwsgi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uwsgi.spec b/uwsgi.spec index 44b2e3a..40bb05c 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -117,7 +117,7 @@ Name: uwsgi Version: %{majornumber}.%{minornumber}.%{releasenumber} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast, self-healing, application container server Group: System Environment/Daemons License: GPLv2 with exceptions @@ -1670,6 +1670,9 @@ fi %changelog +* Thu Dec 22 2016 Miro HronĨok - 2.0.14-4 +- Rebuild for Python 3.6 + * Tue Dec 20 2016 Carl George - 2.0.14-3 - Enable plugin-psgi on EL7