Resolves: rhbz#2100950 Fix 9.1.0 FTBFS

This commit is contained in:
Eike Rathke 2022-07-05 12:23:05 +02:00
parent 5ce5872fe6
commit 07a4706188

View File

@ -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 <erack@redhat.com> - 1.0.2-15
- Fix 9.1.0 FTBFS
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.2-14
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688