Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
feae4efade | ||
|
|
248df48f31 | ||
|
|
b3170a7f4b |
||
|
|
17ca5c2947 | ||
|
|
216068f040 | ||
|
|
21b76935d5 | ||
|
|
a353d9fa2f | ||
|
|
58f2e03325 | ||
|
|
087c98a193 |
2 changed files with 40 additions and 1 deletions
10
include-cstdint.patch
Normal file
10
include-cstdint.patch
Normal file
|
|
@ -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 <cstring>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
+#include <cstdint>
|
||||
|
||||
namespace woff2 {
|
||||
|
||||
31
woff2.spec
31
woff2.spec
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: woff2
|
||||
Version: 1.0.2
|
||||
Release: 17%{?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,33 @@ cd -
|
|||
%{_libdir}/pkgconfig/libwoff2enc.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Thu Sep 04 2025 Parag Nemade <pnemade AT redhat DOT com> - 1.0.2-24
|
||||
- Update cmake_minimum_required variable for CMake4.0 Change proposal(#2381636)
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2025 Eike Rathke <erack@redhat.com> - 1.0.2-22
|
||||
- Resolves: rhbz#2341551 include <cstdint>
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue