diff --git a/webkitgtk.spec b/webkitgtk.spec index bab3adc..ae52a0a 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -3,7 +3,7 @@ %define libname libwebkit2gtk Name: webkitgtk -Version: 2.34.6 +Version: 2.36.0 Release: 1mamba Summary: Port of WebKit embeddable web component to GTK+ Group: System/Libraries @@ -24,6 +24,7 @@ BuildRequires: libXdamage-devel BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: libatk-devel +BuildRequires: libatomic-devel BuildRequires: libcairo-devel BuildRequires: libenchant-devel BuildRequires: libfontconfig-devel @@ -128,14 +129,13 @@ This package contains the documentation for %{name}, %debug_package %prep -%setup -q -#-D -T -#:<< _EOF +%setup -q -D -T +:<< _EOF %ifarch arm %{ix86} %patch2 -p1 %endif %ifarch arm -sed -i "s|ARM64|ARMv7|" Source/JavaScriptCore/CMakeLists.txt +#sed -i "s|ARM64|ARMv7|" Source/JavaScriptCore/CMakeLists.txt sed -i "s|WTF_CPU_ARM64|WTF_CPU_ARM|" CMakeLists.txt %endif @@ -256,6 +256,9 @@ EXTRA_CXXFLAGS="-g0 -Wl,--no-keep-memory -Wl,--no-map-whole-files" %endif %changelog +* Tue Mar 22 2022 Automatic Build System 2.36.0-1mamba +- automatic version update by autodist + * Fri Feb 18 2022 Automatic Build System 2.34.6-1mamba - automatic version update by autodist