This commit is contained in:
Kalev Lember 2012-03-21 00:25:47 +02:00
commit d4dca7bf96
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
97889ccc90adbb3cff836126615b60ee webkit-1.7.91.tar.xz
520a421566584ea56552ee314de0b671 webkit-1.7.92.tar.xz

View file

@ -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 <kalevlember@gmail.com> - 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 <karsten@redhat.com> 1.7.91-2
- disable jit on ppc(64)