From f6bcaede30d0ae266eb32af9cc8f048e4efcaffa Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 27 Sep 2022 06:51:12 -0400 Subject: [PATCH] import woff2-1.0.2-15.el9 --- SPECS/woff2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/woff2.spec b/SPECS/woff2.spec index d7b129c..c006140 100644 --- a/SPECS/woff2.spec +++ b/SPECS/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 @@ -51,7 +51,7 @@ Development files and utils for %{name} %cmake_install mkdir -p %{buildroot}%{_bindir}/ -cd %{_target_platform} +cd %{_vpath_builddir} install -m 755 woff2_decompress %{buildroot}%{_bindir}/ install -m 755 woff2_compress %{buildroot}%{_bindir}/ install -m 755 woff2_info %{buildroot}%{_bindir}/ @@ -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