0.52.21-5

This commit is contained in:
Miroslav Lichvar 2019-10-21 18:00:03 +02:00
parent e9e86c1674
commit 09222fb12f

View File

@ -5,7 +5,7 @@
Summary: A library for text mode user interfaces
Name: newt
Version: 0.52.21
Release: 4%{?dist}
Release: 5%{?dist}
License: LGPLv2
URL: https://pagure.io/newt
Source: https://pagure.io/releases/newt/newt-%{version}.tar.gz
@ -109,6 +109,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libnewt.a
%{python3_sitearch}/__pycache__/*.py*
%changelog
* Mon Oct 21 2019 Miroslav Lichvar <mlichvar@redhat.com> - 0.52.21-5
- disable python2 subpackage on fedora >= 32 (#1763073)
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.52.21-4
- Rebuilt for Python 3.8.0rc1 (#1748018)