From eada3eedea8aba88a76b63a955e7494a2336c106 Mon Sep 17 00:00:00 2001 From: vijayender Putta Date: Mon, 27 Jul 2026 13:31:53 +0000 Subject: [PATCH] Resolved ptest failures in pango package --- SPECS/pango/pango.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/pango/pango.spec b/SPECS/pango/pango.spec index 51061b89f26..c3f6dfdd3bd 100644 --- a/SPECS/pango/pango.spec +++ b/SPECS/pango/pango.spec @@ -1,7 +1,7 @@ Summary: library for laying out and rendering of text. Name: pango Version: 1.51.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 OR MPLv1.1 Vendor: Microsoft Corporation Distribution: Azure Linux @@ -11,6 +11,7 @@ Source0: https://download.gnome.org/sources/pango/1.51/%{name}-%{version} # All the tests were failing on same reason Patch0: 0001-skip-tests-which-are-known-to-fail.patch BuildRequires: cairo-devel >= 1.18.0 +BuildRequires: dejavu-sans-fonts BuildRequires: fontconfig BuildRequires: fontconfig-devel BuildRequires: freetype @@ -70,6 +71,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/pkgconfig/pangoft2.pc %changelog +* Mon Jul 27 2026 Vijayender Putta - 1.51.2-2 +- Fix ptest error + * Wed Feb 21 2024 Aditya Dubey - 1.51.2-1 - Updated to package version 1.51.2 since this is the current latest offical release - Updated the patch to skip tests to skip known failures