From 32e1323d7e54816d0ec65f3d79d92c3ecb805a69 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Apr 2011 15:00:28 -0400 Subject: [PATCH 1/2] 1.4.0 --- .gitignore | 1 + sources | 2 +- webkitgtk3.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) 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..06be7ab 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.3.13 +Version: 1.4.0 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -144,6 +144,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas %changelog +* 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 From f8a4d98eed3188c579c2d73a5b3a3568d26ad05c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 10 Jan 2012 15:32:17 -0600 Subject: [PATCH 2/2] compile -O1 on arm arches --- webkitgtk3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webkitgtk3.spec b/webkitgtk3.spec index 06be7ab..9f382b2 100644 --- a/webkitgtk3.spec +++ b/webkitgtk3.spec @@ -7,7 +7,7 @@ Name: webkitgtk3 Version: 1.4.0 -Release: 1%{?dist} +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,9 @@ 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