From 507357fc4835bbacfef5d3de61b5c65138ace7ae Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 16 Dec 2022 10:57:08 -0500 Subject: [PATCH] Ensure correct fonts are installed for HTML docs --- pango.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pango.spec b/pango.spec index f02a4c7..0f64dc4 100644 --- a/pango.spec +++ b/pango.spec @@ -9,7 +9,7 @@ Name: pango Version: 1.50.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: System for layout and rendering of internationalized text License: LGPLv2+ @@ -66,6 +66,10 @@ The pango-devel package includes the header files for the pango package. %package doc Summary: Developer documentation for pango Requires: pango%{?_isa} = %{version}-%{release} +# Because web fonts from upstream are not bundled in the gi-docgen package, +# packages containing documentation generated with gi-docgen should depend on +# this metapackage to ensure the proper system fonts are present. +Recommends: gi-docgen-fonts %description doc The pango-doc package contains developer documentation for the pango package. @@ -142,6 +146,9 @@ fi %changelog +* Fri Dec 16 2022 Benjamin A. Beasley - 1.50.12-2 +- Ensure correct fonts are installed for HTML docs + * Mon Nov 21 2022 David King - 1.50.12-1 - Update to 1.50.12