diff --git a/.gitignore b/.gitignore index 465985f..ab3e235 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /webkitgtk-2.11.1.tar.xz /webkitgtk-2.11.2.tar.xz /webkitgtk-2.11.3.tar.xz +/webkitgtk-2.11.4.tar.xz diff --git a/sources b/sources index 84126ea..010d3e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9fc207f5865789ba5f6d9390a6937db1 webkitgtk-2.11.3.tar.xz +a0930729839e73ca90c65ea275e6203e webkitgtk-2.11.4.tar.xz diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 03d7c85..8252a12 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,8 +6,8 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.11.3 -Release: 2%{?dist} +Version: 2.11.4 +Release: 1%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -18,8 +18,6 @@ Source0: http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz Patch0: webkitgtk-2.7.90-user-agent-branding.patch # https://bugs.webkit.org/show_bug.cgi?id=135972 Patch1: webkitgtk-2.9.4-youtube.patch -# https://bugs.webkit.org/show_bug.cgi?id=151559 -Patch2: webkitgtk-2.11.3-llvm-shared-libs.patch BuildRequires: at-spi2-core-devel BuildRequires: bison @@ -243,6 +241,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Wed Jan 20 2016 Tomas Popela - 2.11.4-1 +- Update to 2.11.4 + * Wed Jan 13 2016 Michael Catanzaro - 2.11.3-2 - Build with ENABLE_OPENGL=OFF as I think it is causing bugs. - Stop static linking to LLVM.