Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-19 10:14:05 +02:00
parent cc4a787ff8
commit 82740defde

View File

@ -3,7 +3,7 @@
Name: fontforge
Version: 20190801
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Outline and bitmap font editor
License: GPLv3+
@ -143,6 +143,9 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
%doc htdocs
%changelog
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 20190801-2
- Rebuilt for Python 3.8
* Thu Aug 15 2019 Parag Nemade <pnemade AT redhat DOT com> - 20190801-1
- Update to 20190801 version (#1739819)
- Upstream moved to use Glib's GHashTable over uthash