import woff2-1.0.2-15.el9

This commit is contained in:
CentOS Sources 2022-11-15 01:44:01 -05:00 committed by Stepan Oksanichenko
parent 4f1fb13ebf
commit 386a88b83c
1 changed files with 5 additions and 2 deletions

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
@ -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 <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