From 200b3c5a69a806ddfe2e56555482c81918fd6e51 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Apr 28 2016 08:57:54 +0000 Subject: Update to 2.12.2 --- diff --git a/.gitignore b/.gitignore index e52a13e..4a9ed5d 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /webkitgtk-2.11.92.tar.xz /webkitgtk-2.12.0.tar.xz /webkitgtk-2.12.1.tar.xz +/webkitgtk-2.12.2.tar.xz diff --git a/sources b/sources index 8ecfe7c..9ed4581 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adcbee440d81acfb1ead9ada91bd5e79 webkitgtk-2.12.1.tar.xz +41e018d651413fdbcd4b6480ab1fbd7b webkitgtk-2.12.2.tar.xz diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 558ba5e..56d05a3 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.12.1 -Release: 2%{?dist} +Version: 2.12.2 +Release: 1%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -147,7 +147,7 @@ rm -rf Source/ThirdParty/qunit/ %ifarch ppc # Use linker flag -relax to get WebKit build under ppc(32) with JIT disabled -%global optflags %{optflags} -Wl,-relax -latomic +%global optflags %{optflags} -Wl,-relax %endif %if 0%{?fedora} @@ -249,6 +249,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Thu Apr 28 2016 Tomas Popela - 2.12.2-1 +- Update to 2.12.2 + * Tue Apr 26 2016 Tomas Popela - 2.12.1-2 - Fix the build on aarch64 - disable bmalloc as it's crashing when generating the documentation