diff --git a/webkitgtk.spec b/webkitgtk.spec index 9d6c520..bcb2a87 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -20,7 +20,7 @@ %define libname libwebkit2gtk Name: webkitgtk -Version: 2.7.3 +Version: 2.8.0 Release: 1mamba Summary: Port of WebKit embeddable web component to GTK+ Group: System/Libraries @@ -130,7 +130,7 @@ This package contains the documentation for %{name}, %setup -q #-D -T #:<< __EOF -%patch0 -p0 +#%patch0 -p0 %build #:<< __EOF @@ -154,7 +154,10 @@ CXXFLAGS="%{optflags} -DNDEBUG $EXTRA_CXXFLAGS" %cmake -d build \ -DPORT=GTK \ -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \ - -DCMAKE_INSTALL_FULL_LIBEXECDIR=%{_libexecdir} + -DCMAKE_INSTALL_FULL_LIBEXECDIR=%{_libexecdir} \ +%ifarch arm + -DENABLE_JIT=OFF +%endif ##__EOF ### https://bugs.webkit.org/show_bug.cgi?id=34846 @@ -237,6 +240,9 @@ CXXFLAGS="%{optflags} -DNDEBUG $EXTRA_CXXFLAGS" %{_bindir}/jsc %changelog +* Wed Apr 01 2015 Automatic Build System 2.8.0-1mamba +- automatic update by autodist + * Wed Dec 31 2014 Automatic Build System 2.7.3-1mamba - automatic update by autodist