From 5eaabd6cb29bf58fe90aa17cac1f5a7872178d30 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 25 Nov 2020 06:42:27 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/fontforge.git#8d8438727b61a0e0f1277e70ef5a0d4b435d65a9 --- fontforge.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fontforge.spec b/fontforge.spec index 36ce0bd..40bedcd 100644 --- a/fontforge.spec +++ b/fontforge.spec @@ -3,7 +3,7 @@ Name: fontforge Version: 20200314 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Outline and bitmap font editor License: GPLv3+ @@ -46,6 +46,9 @@ BuildRequires: shared-mime-info BuildRequires: gtk3-devel BuildRequires: python3-sphinx +%py_provides python3-fontforge +%py_provides python3-psMat + %description FontForge (former PfaEdit) is a font editor for outline and bitmap fonts. It supports a range of font formats, including PostScript @@ -133,6 +136,9 @@ popd %doc %{_pkgdocdir} %changelog +* Sun Nov 22 2020 Benjamin A. Beasley - 20200314-10 +- Add py_provides macros to provide python3-fontforge, python3-psMat, etc. + * Wed Aug 05 2020 Parag Nemade - 20200314-9 - Fix FTBFS bug by fixing glossary.rst and using new CMake macros