From 0e303f22f718b46bfbc59b591ac38faf9f081d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:30:06 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- uwsgi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uwsgi.spec b/uwsgi.spec index c78c196..c57d33d 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -124,7 +124,7 @@ Name: uwsgi Version: %{majornumber}.%{minornumber}.%{releasenumber} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast, self-healing, application container server Group: System Environment/Daemons License: GPLv2 with exceptions @@ -1721,6 +1721,9 @@ fi %changelog +* Tue Jun 19 2018 Miro HronĨok - 2.0.16-3 +- Rebuilt for Python 3.7 + * Tue Apr 03 2018 Till Maas - 2.0.16-2 - Fix building in Rawhide (#1556525) (Jakub Jelen) - Disable tcp_wrappers for Fedora 28 and newer (Jakub Jelen)