From fa3d65b59aae40895aa72b693d2bec8dc00b7976 Mon Sep 17 00:00:00 2001 From: Lili Zhu Date: Mon, 24 Nov 2025 21:57:46 -0500 Subject: [PATCH] Rebuilt with mingw-expat fix Related: RHEL-114628 Signed-off-by: Lili Zhu --- mingw-fontconfig.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mingw-fontconfig.spec b/mingw-fontconfig.spec index a37adfa..5304646 100644 --- a/mingw-fontconfig.spec +++ b/mingw-fontconfig.spec @@ -2,7 +2,7 @@ Name: mingw-fontconfig Version: 2.12.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows Fontconfig library License: MIT @@ -15,14 +15,14 @@ ExclusiveArch: %{ix86} x86_64 BuildRequires: mingw32-filesystem >= 95 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils -BuildRequires: mingw32-expat +BuildRequires: mingw32-expat >= 2.5.0-1 BuildRequires: mingw32-freetype BuildRequires: mingw32-win-iconv BuildRequires: mingw64-filesystem >= 95 BuildRequires: mingw64-gcc BuildRequires: mingw64-binutils -BuildRequires: mingw64-expat +BuildRequires: mingw64-expat >= 2.5.0-1 BuildRequires: mingw64-freetype BuildRequires: mingw64-win-iconv @@ -149,6 +149,10 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/doc %changelog +* Tue Nov 25 2025 Lili Zhu - 2.12.6-4 +- Rebuilt with mingw-expat fix + Related: RHEL-114628 + * Thu Aug 16 2018 Snir Sheriber - 2.12.6-3 - ExclusiveArch: i686, x86_64 Related: rhbz#1615874