[packages/woff2] add missing include; rel 2
atler
atler at pld-linux.org
Wed Aug 12 11:50:47 CEST 2026
commit 8ea132c3b850920c94e1bff65d5d4643a5556461
Author: Your Name <you at example.com>
Date: Wed Aug 12 11:50:18 2026 +0200
add missing include; rel 2
includes.patch | 10 ++++++++++
woff2.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/woff2.spec b/woff2.spec
index 29b6523..beb4d97 100644
--- a/woff2.spec
+++ b/woff2.spec
@@ -2,12 +2,13 @@ Summary: Reference font compression library
Summary(pl.UTF-8): Referencyjna biblioteka kompresji fontów
Name: woff2
Version: 1.0.2
-Release: 1
+Release: 2
License: MIT
Group: Libraries
#Source0Download: https://github.com/google/woff2/releases
Source0: https://github.com/google/woff2/archive/v%{version}/%{name}-%{version}.tar.gz
# Source0-md5: 793c8844845351cb80730a74937e411b
+Patch0: includes.patch
URL: https://github.com/google/woff2
BuildRequires: cmake >= 2.8.6
BuildRequires: libbrotli-devel >= 1.0.0
@@ -37,6 +38,7 @@ Pliki nagłówkowe bibliotek woff2.
%prep
%setup -q
+%patch -P0 -p1
%build
install -d build
diff --git a/includes.patch b/includes.patch
new file mode 100644
index 0000000..070ef76
--- /dev/null
+++ b/includes.patch
@@ -0,0 +1,10 @@
+--- woff2-1.0.2/include/woff2/output.h.orig 2017-11-13 19:31:28.000000000 +0100
++++ woff2-1.0.2/include/woff2/output.h 2026-08-12 11:08:45.373142407 +0200
+@@ -10,6 +10,7 @@
+ #define WOFF2_WOFF2_OUT_H_
+
+ #include <algorithm>
++#include <cstdint>
+ #include <cstring>
+ #include <memory>
+ #include <string>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/woff2.git/commitdiff/8ea132c3b850920c94e1bff65d5d4643a5556461
More information about the pld-cvs-commit
mailing list