Accepting request 320986 from home:Zaitor:branches:GNOME:Factory
New upstream release, not sure if there was a soname bump, so if ack, do not forward until after build. OBS-URL: https://build.opensuse.org/request/show/320986 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=35
This commit is contained in:
parent
1ef8052b2e
commit
ccbf0aa6cb
14
_constraints
14
_constraints
@ -7,4 +7,18 @@
|
||||
<size unit="M">3200</size>
|
||||
</physicalmemory>
|
||||
</hardware>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>armv6l</arch>
|
||||
<arch>armv7l</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="M">220</size>
|
||||
</disk>
|
||||
<physicalmemory>
|
||||
<size unit="M">320</size>
|
||||
</physicalmemory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 18:36:27 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.8.5:
|
||||
+ Fix the window size reported when the web view isn't realized
|
||||
yet. This fixes the layout of some websites when opening new
|
||||
tabs in the browser and anchor links when opened in new tabs
|
||||
too.
|
||||
+ Prevent clipboard contents from being lost when web process
|
||||
finishes.
|
||||
+ Always allow font matching for strong aliases.
|
||||
+ Move GStreamer missing plugins installer to the UI process.
|
||||
+ Fix a crash when spell checker returns no guesses.
|
||||
+ Fix a crash when SoupSession is destroyed in exit handler.
|
||||
+ Fix a crash closing a page when default context menu is open.
|
||||
+ Several crashes and rendering issues fixed.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 20:44:29 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Modify _constraints file for armv6l/armv7l arches to sizes so low
|
||||
that in practice it's disabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 11:00:34 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%define _pkgconfig_suffix gtk-3.0
|
||||
%define _name webkitgtk
|
||||
Name: webkit2gtk3
|
||||
Version: 2.8.4
|
||||
Version: 2.8.5
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: LGPL-2.0+ and BSD-3-Clause
|
||||
@ -66,7 +66,7 @@ BuildRequires: pkgconfig(harfbuzz) >= 0.9.2
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.40.3
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42.0
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0
|
||||
BuildRequires: pkgconfig(libxslt) >= 1.1.7
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30bd366bd970d4bac2f9ef5bff0fb935376bf91ea2aaa2a5183fe5fdbec20fbd
|
||||
size 10446180
|
3
webkitgtk-2.8.5.tar.xz
Normal file
3
webkitgtk-2.8.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20
|
||||
size 10455256
|
Loading…
Reference in New Issue
Block a user