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)