Fix ttx execution backtrace (rh#1242549)

This commit is contained in:
Parag Nemade 2015-07-13 20:22:00 +05:30
parent c96a3f0ad0
commit 2366eb708f

View File

@ -1,6 +1,6 @@
Name: fonttools Name: fonttools
Version: 2.5 Version: 2.5
Release: 3%{?dist} Release: 4%{?dist}
Summary: A tool to convert True/OpenType fonts to XML and back Summary: A tool to convert True/OpenType fonts to XML and back
License: BSD License: BSD
URL: https://github.com/behdad/%{name}/ URL: https://github.com/behdad/%{name}/
@ -19,6 +19,7 @@ TrueType and OpenType fonts to an XML-based text format and vice versa.
%prep %prep
%setup -q %setup -q
sed -i 's/:{}/:{"True":True,"False":False}/g' Lib/fontTools/misc/textTools.py
%build %build
%{__python2} setup.py build %{__python2} setup.py build
@ -48,6 +49,9 @@ TrueType and OpenType fonts to an XML-based text format and vice versa.
%{_mandir}/man1/ttx.1.gz %{_mandir}/man1/ttx.1.gz
%changelog %changelog
* Mon Jul 13 2015 Parag Nemade <pnemade AT fedoraproject DOT org> - 2.5-4
- Fix ttx execution backtrace (rh#1242549)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild