Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov e931a7b806
Bootstrap on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-27 12:56:20 +03:00
1 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@ OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
Name: fonttools
Version: 4.37.2
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Tools to manipulate font files
# https://spdx.org/licenses/MIT.html
@ -39,7 +39,7 @@ Requires: python3-scipy
Requires: python3-fs
# test requirements
%bcond_without tests
%bcond_with tests
%if %{with tests}
# Need to run test files in %%check
BuildRequires: python3-zopfli
@ -96,6 +96,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3} -m pytest --ignore Tests/o
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Oct 27 2022 David Abdurachmanov <davidlt@rivosinc.com> - 4.37.2-1.0.riscv64
- Bootstrap on riscv64
* Fri Sep 16 2022 Parag Nemade <pnemade AT redhat DOT com> - 4.37.2-1
- Update to 4.37.2 version (#2127330)