import webkit2gtk3-2.30.4-1.el8

This commit is contained in:
CentOS Sources 2020-12-21 08:15:27 +00:00 committed by Andrew Lukoshko
parent a9e9d58e2c
commit a46c63d057
3 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/webkitgtk-2.30.3.tar.xz
SOURCES/webkitgtk-2.30.4.tar.xz

View File

@ -1 +1 @@
6eed6e8a3c2f47533821169679fe381ceb0550be SOURCES/webkitgtk-2.30.3.tar.xz
330f45d7badf944fb01a3238ebb2ceaad8c2a91f SOURCES/webkitgtk-2.30.4.tar.xz

View File

@ -11,7 +11,7 @@
%bcond_without docs
Name: webkit2gtk3
Version: 2.30.3
Version: 2.30.4
Release: 1%{?dist}
Summary: GTK Web content engine library
@ -225,9 +225,7 @@ popd
# Show the build time in the status
export NINJA_STATUS="[%f/%t][%e] "
# brew has run out of memory building WebKitGTK 2.30.1 with -j3, so
# use -j1 to reduce maximum memory usage as far as we can go.
%ninja_build -C %{_target_platform} -j1
%ninja_build -C %{_target_platform}
%install
%ninja_install -C %{_target_platform}
@ -300,6 +298,10 @@ export NINJA_STATUS="[%f/%t][%e] "
%endif
%changelog
* Tue Dec 15 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.30.4-1
- Update to 2.30.4
- Related: #1883304
* Wed Nov 25 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.30.3-1
- Update to 2.30.3
- Related: #1883304