From 2672500b8489dc00cd6f2352aa553a55477d0362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:46:21 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- libproxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libproxy.spec b/libproxy.spec index b2604bb..cd8b8f8 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -4,7 +4,7 @@ Name: libproxy Version: 0.4.15 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A library handling all the details of proxy configuration License: LGPLv2+ @@ -229,6 +229,9 @@ make test %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.4.15-7 +- Rebuilt for Python 3.7 + * Fri May 04 2018 David King - 0.4.15-6 - Resurrect an old patch (#1459779) - Add BuildRequires on gcc-c++