Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion SPECS/pango/pango.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -70,6 +71,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/pkgconfig/pangoft2.pc

%changelog
* Mon Jul 27 2026 Vijayender Putta <v-vijputta@microsoft.com> - 1.51.2-2
- Fix ptest error

* Wed Feb 21 2024 Aditya Dubey <adityadubey@microsoft.com> - 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
Expand Down
Loading