Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Kalev Lember
dc0d584b8b Update to 1.8.3
... and drop the svg clipping patch, which is now included in the new
upstream release.

https://bugzilla.redhat.com/show_bug.cgi?id=852136
2012-08-30 16:38:08 +02:00
Daniel Drake
40f77e3e1b Revert accidental push
Sorry for the mess, accidently pushed 2 commits to this branch that
were for local testing only. Revert them.
2012-08-14 09:10:36 -06:00
Daniel Drake
22b34b8cf4 dsd 2012-08-09 08:59:47 -06:00
Daniel Drake
e97fbff983 OLPC1 2012-06-13 21:48:37 -06:00
Peter Hatina
9708b4770c Fix SVG clipping 2012-06-08 09:01:30 +02:00
Peter Robinson
89476d78d9 Explicitly disable JIT on ARM as it's not currently stable with JS heavy pages 2012-05-15 00:25:30 +01:00
3 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View file

@ -19,3 +19,4 @@ webkit-1.3.3.tar.gz
/webkit-1.7.92.tar.xz
/webkit-1.8.0.tar.xz
/webkit-1.8.1.tar.xz
/webkit-1.8.3.tar.xz

View file

@ -1 +1 @@
f2f01b1fdc7262a2eede81ebed0970b2 webkit-1.8.1.tar.xz
dcbf9d5e2e6391f857c29a57528b32a6 webkit-1.8.3.tar.xz

View file

@ -6,7 +6,7 @@
cp -p %1 %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
Name: webkitgtk3
Version: 1.8.1
Version: 1.8.3
Release: 1%{?dist}
Summary: GTK+ Web content engine library
@ -93,10 +93,15 @@ This package contains developer documentation for %{name}.
%global optflags %(echo %{optflags} | sed 's/-g/-g1/')
%endif
# explicitly disable JIT on ARM https://bugs.webkit.org/show_bug.cgi?id=85076
CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure \
--with-gtk=3.0 \
%ifarch %{arm}
--disable-jit \
%else
%ifnarch s390 s390x ppc ppc64
--enable-jit \
%endif
%endif
--enable-introspection
@ -180,6 +185,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%changelog
* Thu Aug 30 2012 Kalev Lember <kalevlember@gmail.com> - 1.8.3-1
- Update to 1.8.3 (#852136)
- Drop the svg clipping patch, included in the new upstream release
* Fri Jun 08 2012 Peter Hatina <phatina@redhat.com> - 1.8.1-3
- Fix svg clipping
* Mon May 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.1-2
- Explicitly disable JIT on ARM as it's not currently stable with JS heavy pages
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.8.1-1
- Update to 1.8.1
- Dropped the backported patches