automatic version update by autodist [release 2.36.0-1mamba;Tue Mar 22 2022]

This commit is contained in:
Automatic Build System 2024-01-05 19:12:38 +01:00
parent 356f70751b
commit 2db73661fc

View File

@ -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 <autodist@mambasoft.it> 2.36.0-1mamba
- automatic version update by autodist
* Fri Feb 18 2022 Automatic Build System <autodist@mambasoft.it> 2.34.6-1mamba
- automatic version update by autodist