From 0c55ac26dc87bb9bb4c072c0caa0880a9f59ffe7 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 17 Oct 2018 16:24:34 +0200 Subject: [PATCH] 0.52.20-13 --- newt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index 6697bae..d2adbc8 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: 12%{?dist} +Release: 13%{?dist} License: LGPLv2 Group: System Environment/Libraries URL: https://pagure.io/newt @@ -113,6 +113,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libnewt.a %{python3_sitearch}/__pycache__/*.py* %changelog +* Wed Oct 17 2018 Miroslav Lichvar - 0.52.20-13 +- move snack provides to python3-newt subpackage +- drop obsoletes for migrating from Fedora 27 and earlier + * Mon Jul 16 2018 Miroslav Lichvar - 0.52.20-12 - fix conditional enabling python2 subpackage (#1600446)