diff --git a/include-cstdint.patch b/include-cstdint.patch new file mode 100644 index 0000000..621d386 --- /dev/null +++ b/include-cstdint.patch @@ -0,0 +1,10 @@ +--- woff2-1.0.2/include/woff2/output.h.include-cstdint 2017-11-13 19:31:28.000000000 +0100 ++++ woff2-1.0.2/include/woff2/output.h 2025-01-29 12:00:47.581485251 +0100 +@@ -13,6 +13,7 @@ + #include + #include + #include ++#include + + namespace woff2 { + diff --git a/woff2.spec b/woff2.spec index f44bf19..d39f689 100644 --- a/woff2.spec +++ b/woff2.spec @@ -2,7 +2,7 @@ Name: woff2 Version: 1.0.2 -Release: 19%{?dist} +Release: 26%{?dist} Summary: Web Open Font Format 2.0 library License: MIT @@ -11,6 +11,7 @@ Source0: https://github.com/google/woff2/archive/v%{version}/%{name}-%{ve # https://github.com/google/woff2/pull/121 Patch0: covscan.patch +Patch1: include-cstdint.patch BuildRequires: cmake BuildRequires: gcc-c++ @@ -39,6 +40,7 @@ Development files and utils for %{name} %prep %autosetup -p1 -n %{name}-%{version} +sed -i 's/VERSION 2.8.6/VERSION 3.5...4.0/g' CMakeLists.txt %build %cmake \ @@ -78,6 +80,27 @@ cd - %{_libdir}/pkgconfig/libwoff2enc.pc %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.2-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.2-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Thu Sep 04 2025 Parag Nemade - 1.0.2-24 +- Update cmake_minimum_required variable for CMake4.0 Change proposal(#2381636) + +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.2-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Wed Jan 29 2025 Eike Rathke - 1.0.2-22 +- Resolves: rhbz#2341551 include + +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.2-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.2-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.0.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild