Update to version 3.3.1
This commit is contained in:
parent
ca61d0a069
commit
b129cb9335
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ fonttools-2.3.tar.gz
|
|||||||
/fonttools-3.2.2.zip
|
/fonttools-3.2.2.zip
|
||||||
/fonttools-3.2.3.zip
|
/fonttools-3.2.3.zip
|
||||||
/fonttools-3.3.0.zip
|
/fonttools-3.3.0.zip
|
||||||
|
/fonttools-3.3.1.zip
|
||||||
|
@ -7,8 +7,8 @@ contains a tool called “TTX” which converts TrueType/OpenType fonts to and \
|
|||||||
from an XML-based format.
|
from an XML-based format.
|
||||||
|
|
||||||
Name: fonttools
|
Name: fonttools
|
||||||
Version: 3.3.0
|
Version: 3.3.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools to manipulate font files
|
Summary: Tools to manipulate font files
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/fonttools/%{name}/
|
URL: https://github.com/fonttools/%{name}/
|
||||||
@ -50,7 +50,6 @@ Requires: python3-numpy
|
|||||||
rm -rf *.egg-info
|
rm -rf *.egg-info
|
||||||
|
|
||||||
sed -i '1d' Lib/fontTools/mtiLib/__init__.py
|
sed -i '1d' Lib/fontTools/mtiLib/__init__.py
|
||||||
sed -i '60d' setup.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py2_build
|
||||||
@ -81,6 +80,9 @@ sed -i '60d' setup.py
|
|||||||
%{python3_sitelib}/%{name}-%{version}-py3.?.egg-info
|
%{python3_sitelib}/%{name}-%{version}-py3.?.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 20 2016 Parag Nemade <pnemade AT redhat DOT com> - 3.3.1-1
|
||||||
|
- Update to version 3.3.1
|
||||||
|
|
||||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.3.0-2
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.3.0-2
|
||||||
- Rebuild for Python 3.6
|
- Rebuild for Python 3.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user