From 07a4706188a40363deb6dcd78a89ede41b25679d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 5 Jul 2022 12:23:05 +0200 Subject: [PATCH] Resolves: rhbz#2100950 Fix 9.1.0 FTBFS --- woff2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/woff2.spec b/woff2.spec index 62c2559..c006140 100644 --- a/woff2.spec +++ b/woff2.spec @@ -2,7 +2,7 @@ Name: woff2 Version: 1.0.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Web Open Font Format 2.0 library License: MIT @@ -78,6 +78,9 @@ cd - %{_libdir}/pkgconfig/libwoff2enc.pc %changelog +* Tue Jul 05 2022 Eike Rathke - 1.0.2-15 +- Fix 9.1.0 FTBFS + * Tue Aug 10 2021 Mohan Boddu - 1.0.2-14 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688