From 21c0382d38f575be12892db8e95c16faf461cd5b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 13 Dec 2021 11:07:50 -0500 Subject: [PATCH] Add missing extras metapackages: graphite, interpolatable, lxml, plot, symfont, type1 --- fonttools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/fonttools.spec b/fonttools.spec index f3ae3bb..326f606 100644 --- a/fonttools.spec +++ b/fonttools.spec @@ -7,7 +7,7 @@ OpenType, AFM and to an extent Type 1 and some Mac-specific formats. Name: fonttools Version: 4.28.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to manipulate font files License: MIT URL: https://github.com/fonttools/fonttools/ @@ -53,7 +53,9 @@ Obsoletes: python3-ufolib <= 2.1.1-11 %description -n python3-fonttools %{desc} -%{?python_extras_subpkg:%python_extras_subpkg -n python3-fonttools -i %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info ufo unicode woff} +# Cannot package “pathops” extra until python3dist(skia-pathops) is packaged; +# cannot package “all” extra without the “pathops” extra +%{?python_extras_subpkg:%python_extras_subpkg -n python3-fonttools -i %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info graphite interpolatable lxml plot symfont type1 ufo unicode woff} %prep %autosetup @@ -84,6 +86,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m pytest --ignore Tests/ot %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %changelog +* Mon Dec 13 2021 Benjamin A. Beasley - 4.28.3-2 +- Add missing extras metapackages: graphite, interpolatable, lxml, plot, + symfont, type1 + * Mon Dec 06 2021 Parag Nemade - 4.28.3-1 - Update to 4.28.3 version (#2029061)