diff --git a/SPECS/webkit2gtk3.spec b/SPECS/webkit2gtk3.spec index 28d3002..f1a0af8 100644 --- a/SPECS/webkit2gtk3.spec +++ b/SPECS/webkit2gtk3.spec @@ -17,7 +17,7 @@ Name: webkit2gtk3 Version: 2.34.2 -Release: 1%{?dist} +Release: 1%{?dist}.alma Summary: GTK Web content engine library License: LGPLv2 @@ -96,6 +96,7 @@ BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wpe-1.0) BuildRequires: pkgconfig(wpebackend-fdo-1.0) BuildRequires: pkgconfig(xt) +BuildRequires: pkgconfig(wayland-protocols) # These are hard requirements of WebKit's bubblewrap sandbox. Requires: bubblewrap @@ -310,6 +311,9 @@ export NINJA_STATUS="[%f/%t][%e] " %endif %changelog +* Fri Feb 25 2022 Eduard Abdullin - 2.34.2-1.alma +- Add wayland-protocols to BR + * Wed Nov 24 2021 Michael Catanzaro - 2.34.2-1 - Update to 2.34.2 Related: #1985041