From 168291729ae5eddf07b445507f8f2daff94e14f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:48:27 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- newt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index e3ac177..a962cbc 100644 --- a/newt.spec +++ b/newt.spec @@ -5,7 +5,7 @@ Summary: A library for text mode user interfaces Name: newt Version: 0.52.20 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2 Group: System Environment/Libraries URL: https://pagure.io/newt @@ -117,6 +117,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libnewt.a %{python3_sitearch}/__pycache__/*.py* %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.52.20-10 +- Rebuilt for Python 3.7 + * Mon Mar 26 2018 Miroslav Lichvar - 0.52.20-9 - don't build python2 subpackage on rhel >= 8