diff --git a/.gitignore b/.gitignore index c2a5229..3500a56 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /webkitgtk-2.25.1.tar.xz /webkitgtk-2.25.2.tar.xz /webkitgtk-2.25.3.tar.xz +/webkitgtk-2.25.4.tar.xz diff --git a/sources b/sources index 63ce532..c64eb8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.25.3.tar.xz) = ed63bdf3351d2db160dd303c4dcb655e9d51e0e95f9356c87ac43acadb96ea5836c7c0be04328a2b9f77e205bd663b8eded23306d3ed37d19230f0b5a0a05eff +SHA512 (webkitgtk-2.25.4.tar.xz) = 5343cfd4c65fd05280c29d1eb1b3805b91a32b2034ecca24e7ef17c0e23dcdcf99460f834d44f38363412a78332d8f65ca9abd40245cd9a14cb6e969f9afd6de diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 69d538d..2ccdfd8 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -6,8 +6,8 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkit2gtk3 -Version: 2.25.3 -Release: 2%{?dist} +Version: 2.25.4 +Release: 1%{?dist} Summary: GTK Web content engine library License: LGPLv2 @@ -266,6 +266,9 @@ export NINJA_STATUS="[%f/%t][%e] " %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Fri Aug 02 2019 Eike Rathke - 2.25.4-1 +- Update to 2.25.4 + * Fri Jul 26 2019 Tomas Popela - 2.25.3-2 - Follow-up fixes for the GTK2 plugins support removal - Fixes: rhbz#1733436