diff --git a/.gitignore b/.gitignore index 8a0e318..64fe500 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ webkit-1.3.3.tar.gz /webkit-1.3.10.tar.gz /webkit-1.3.11.tar.gz /webkit-1.3.13.tar.gz +/webkit-1.4.0.tar.gz diff --git a/sources b/sources index fdf6b18..c94a8c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -984adaafac545a89c24351fd4dbd743c webkit-1.3.13.tar.gz +10c969db3b5484c71df1aa9a338377ff webkit-1.4.0.tar.gz diff --git a/webkitgtk3.spec b/webkitgtk3.spec index 0e5256f..9f382b2 100644 --- a/webkitgtk3.spec +++ b/webkitgtk3.spec @@ -6,8 +6,8 @@ cp -p %1 %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk3 -Version: 1.3.13 -Release: 1%{?dist} +Version: 1.4.0 +Release: 1%{?dist}.1 Summary: GTK+ Web content engine library Group: Development/Libraries @@ -74,6 +74,10 @@ files for developing applications that use %{name}. # drop -g flag to prevent memory exhaustion by linker %global optflags %(echo %{optflags} | sed 's/-g//') %endif +%ifarch %{arm} +#compile -O1 to avoid gcc ICE +%global optflags %(echo %{optflags} | sed 's/-O2/-O1/') +%endif CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure \ --with-gtk=3.0 \ @@ -144,6 +148,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas %changelog +* Tue Jan 10 2012 Dennis Gilmore 1.4.0-1.1 +- compile -O1 on arm arches + +* Tue Apr 26 2011 Matthias Clasen 1.4.0-1 +- Update to 1.4.0 + * Tue Mar 22 2011 Matthias Clasen 1.3.13-1 - Update to 1.3.13