diff --git a/.gitignore b/.gitignore index 533770b..c7bc6fd 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ webkit-1.3.3.tar.gz /webkit-1.7.92.tar.xz /webkit-1.8.0.tar.xz /webkit-1.8.1.tar.xz +/webkit-1.8.3.tar.xz diff --git a/sources b/sources index 9c7b052..5f5ca09 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2f01b1fdc7262a2eede81ebed0970b2 webkit-1.8.1.tar.xz +dcbf9d5e2e6391f857c29a57528b32a6 webkit-1.8.3.tar.xz diff --git a/webkitgtk3.spec b/webkitgtk3.spec index 79f2d8d..8e41fe3 100644 --- a/webkitgtk3.spec +++ b/webkitgtk3.spec @@ -6,7 +6,7 @@ cp -p %1 %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk3 -Version: 1.8.1 +Version: 1.8.3 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -93,10 +93,15 @@ This package contains developer documentation for %{name}. %global optflags %(echo %{optflags} | sed 's/-g/-g1/') %endif +# explicitly disable JIT on ARM https://bugs.webkit.org/show_bug.cgi?id=85076 CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure \ --with-gtk=3.0 \ +%ifarch %{arm} + --disable-jit \ +%else %ifnarch s390 s390x ppc ppc64 --enable-jit \ +%endif %endif --enable-introspection @@ -180,6 +185,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %changelog +* Thu Aug 30 2012 Kalev Lember - 1.8.3-1 +- Update to 1.8.3 (#852136) +- Drop the svg clipping patch, included in the new upstream release + +* Fri Jun 08 2012 Peter Hatina - 1.8.1-3 +- Fix svg clipping + +* Mon May 14 2012 Peter Robinson - 1.8.1-2 +- Explicitly disable JIT on ARM as it's not currently stable with JS heavy pages + * Tue Apr 24 2012 Kalev Lember - 1.8.1-1 - Update to 1.8.1 - Dropped the backported patches