Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:48:27 +02:00
parent 8b75b5a886
commit 168291729a

View File

@ -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 <mhroncok@redhat.com> - 0.52.20-10
- Rebuilt for Python 3.7
* Mon Mar 26 2018 Miroslav Lichvar <mlichvar@redhat.com> - 0.52.20-9
- don't build python2 subpackage on rhel >= 8