From d4dca7bf96a0ecfb80da9784d3887eee00593b50 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 21 Mar 2012 00:25:47 +0200 Subject: [PATCH] 1.7.92 --- .gitignore | 1 + sources | 2 +- webkitgtk3.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 740cd70..83dafc6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ webkit-1.3.3.tar.gz /webkit-1.7.4.tar.xz /webkit-1.7.5.tar.xz /webkit-1.7.91.tar.xz +/webkit-1.7.92.tar.xz diff --git a/sources b/sources index 3be8233..03c98a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97889ccc90adbb3cff836126615b60ee webkit-1.7.91.tar.xz +520a421566584ea56552ee314de0b671 webkit-1.7.92.tar.xz diff --git a/webkitgtk3.spec b/webkitgtk3.spec index 215c044..cb3c7e7 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.7.91 -Release: 2%{?dist} +Version: 1.7.92 +Release: 1%{?dist} Summary: GTK+ Web content engine library Group: Development/Libraries @@ -93,7 +93,6 @@ CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANA %ifnarch s390 s390x ppc ppc64 --enable-jit \ %endif - --enable-geolocation \ --enable-introspection \ --enable-gtk-doc @@ -172,6 +171,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas %changelog +* Wed Mar 21 2012 Kalev Lember - 1.7.92-1 +- Update to 1.7.92 +- Don't pass --enable-geolocation to configure; it's now enabled by default + * Thu Mar 15 2012 Karsten Hopp 1.7.91-2 - disable jit on ppc(64)