Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
3 changed files with 3 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -171,4 +171,3 @@ fonttools-2.3.tar.gz
|
|||
/fonttools-4.60.0.tar.gz
|
||||
/fonttools-4.60.1.tar.gz
|
||||
/fonttools-4.61.0.tar.gz
|
||||
/fonttools-4.61.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
%bcond symfont_extra %{undefined rhel}
|
||||
# Requires python-fs:
|
||||
%bcond ufo_extra %[ %{undefined rhel} || %{defined epel} ]
|
||||
# Requires python-unicodedata2 (depending on python version):
|
||||
%bcond unicode_extra %[ %{undefined rhel} || %{defined epel} ]
|
||||
# Requires python-brotli, python-zopfli:
|
||||
%bcond woff_extra %[ %{undefined rhel} || %{defined epel} ]
|
||||
# Requires scipy, munkres, pycairo
|
||||
|
|
@ -30,7 +28,7 @@ an XML text format, which is also called TTX. It supports TrueType, OpenType,
|
|||
AFM and to an extent Type 1 and some Mac-specific formats.}
|
||||
|
||||
Name: fonttools
|
||||
Version: 4.61.1
|
||||
Version: 4.61.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to manipulate font files
|
||||
|
||||
|
|
@ -112,9 +110,7 @@ Obsoletes: python3-ufolib <= 2.1.1-11
|
|||
%if %{with ufo_extra}
|
||||
%pyproject_extras_subpkg -n python3-fonttools ufo
|
||||
%endif
|
||||
%if %{with unicode_extra}
|
||||
%pyproject_extras_subpkg -n python3-fonttools unicode
|
||||
%endif
|
||||
%if %{with woff_extra}
|
||||
%pyproject_extras_subpkg -n python3-fonttools woff
|
||||
%endif
|
||||
|
|
@ -140,7 +136,7 @@ export FONTTOOLS_WITH_CYTHON=1
|
|||
%{?with_symfont_extra:-x symfont} \
|
||||
-x type1 \
|
||||
%{?with_ufo_extra:-x ufo} \
|
||||
%{?with_unicode_extra:-x unicode} \
|
||||
-x unicode \
|
||||
%{?with_woff_extra:-x woff} \
|
||||
}
|
||||
|
||||
|
|
@ -201,12 +197,6 @@ k="${k-}${k+ and }not (test_ttcompile_timestamp_calcs)"
|
|||
%doc NEWS.rst README.rst
|
||||
|
||||
%changelog
|
||||
* Tue Dec 16 2025 Parag Nemade <pnemade AT redhat DOT com> - 4.61.1-1
|
||||
- Update to 4.61.1 version (#2421833)
|
||||
|
||||
* Wed Dec 10 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 4.61.0-2
|
||||
- Conditionalize unicode extra
|
||||
|
||||
* Tue Dec 09 2025 Parag Nemade <pnemade AT redhat DOT com> - 4.61.0-1
|
||||
- Update to 4.61.0 version (#2419183)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (fonttools-4.61.1.tar.gz) = 3bdf3b1a72268ca9966550db53a25b8a7e9a1438abef9009d09a76e8d718691fdd248f87521c65df59b07728262a4405aee7a94aa2af616d744f7ee815f29c2d
|
||||
SHA512 (fonttools-4.61.0.tar.gz) = 4c5de3f63fb721817e5225cf928a4dde18c326cc495997452aba9fba057ddf3ddff6410f7ac178ba8fa17d78c11235c02d5898f9f9736cc9a421e20f49459c56
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue