Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc0d584b8b | ||
|
|
40f77e3e1b | ||
|
|
22b34b8cf4 | ||
|
|
e97fbff983 | ||
|
|
9708b4770c | ||
|
|
89476d78d9 |
3 changed files with 18 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f2f01b1fdc7262a2eede81ebed0970b2 webkit-1.8.1.tar.xz
|
||||
dcbf9d5e2e6391f857c29a57528b32a6 webkit-1.8.3.tar.xz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue