From 12d2eee3b202f873d3b84d94837819f018c3964b Mon Sep 17 00:00:00 2001 From: compile_success <980965867@qq.com> Date: Fri, 10 Jun 2022 09:42:27 +0800 Subject: [PATCH] add wayland-protocols-devel buildrequire --- webkit2gtk3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 4883609..3fbef97 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -10,7 +10,7 @@ #Basic Information Name: webkit2gtk3 Version: 2.32.4 -Release: 3 +Release: 4 Summary: GTK+ Web content engine library License: LGPLv2 URL: http://www.webkitgtk.org/ @@ -30,7 +30,7 @@ BuildRequires: gtk3-devel gtk-doc geoclue2-devel libjpeg-turbo-devel BuildRequires: harfbuzz-devel hyphen-devel bubblewrap xdg-dbus-proxy BuildRequires: libatomic libicu-devel libjpeg-devel libnotify-devel BuildRequires: libpng-devel libsecret-devel libsoup-devel libwebp-devel -BuildRequires: libxslt-devel libXt-devel libwayland-client-devel +BuildRequires: libxslt-devel libXt-devel libwayland-client-devel wayland-protocols-devel BuildRequires: libwayland-egl-devel libwayland-server-devel openjpeg2-devel BuildRequires: mesa-libEGL-devel mesa-libGL-devel libglvnd-devel BuildRequires: pcre-devel perl-File-Copy-Recursive perl-JSON-PP perl-Switch @@ -203,6 +203,9 @@ done %endif %changelog +* Fri Jun 10 2022 zhujunhao - 2.32.4-4 +- add wayland-porotocols-devel buildrequires + * Tue Jun 07 2022 houjinchang - 2.32.4-3 - fix CVE-2022-30293 and CVE-2022-30294 -- Gitee