Update to 3.32.0 version
This commit is contained in:
parent
39cf36916d
commit
7c85707053
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@ fonttools-2.3.tar.gz
|
||||
/fonttools-3.28.0.zip
|
||||
/fonttools-3.29.0.zip
|
||||
/fonttools-3.31.0.zip
|
||||
/fonttools-3.32.0.zip
|
||||
|
@ -7,12 +7,12 @@ contains a tool called “TTX” which converts TrueType/OpenType fonts to and \
|
||||
from an XML-based format.
|
||||
|
||||
Name: fonttools
|
||||
Version: 3.31.0
|
||||
Version: 3.32.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to manipulate font files
|
||||
License: MIT
|
||||
URL: https://github.com/%{name}/%{name}/
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{pypi_name}-%{version}.zip
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.zip
|
||||
|
||||
Requires: python3-fonttools
|
||||
BuildArch: noarch
|
||||
@ -80,6 +80,9 @@ sed -i '1d' Lib/fontTools/mtiLib/__init__.py
|
||||
%{python3_sitelib}/%{name}-%{version}-py3.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Nov 23 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.32.0-1
|
||||
- Update to 3.32.0 version
|
||||
|
||||
* Thu Oct 25 2018 Parag Nemade <pnemade AT redhat DOT com> - 3.31.0-1
|
||||
- Update to 3.31.0 version (#1642082)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fonttools-3.31.0.zip) = b50f8f12e7107dd037d161c1051c0da3d18aafa846335e0f355b629f91bc66612bde5106b992e7605e9b0b7599f3fd470adf994059b061686e3397954d4c5707
|
||||
SHA512 (fonttools-3.32.0.zip) = e74d27bd7a88fd995c8a1faf43332cb6412590ae0e179613167e2d12b1c46c0fd79e168b0b5d724c872a7d99a6a7180708c912a091279d1a10ade7dca39756ac
|
||||
|
Loading…
Reference in New Issue
Block a user