Accepting request 251967 from GNOME:Next
Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251967 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=5
This commit is contained in:
parent
04873266fe
commit
7d32dbd254
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 21 13:18:34 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.5.90:
|
||||
+ Use free icons for the web inspector.
|
||||
+ Change WebKitWebView::load-failed-with-tls-errors signal to
|
||||
pass the failing URI as signal argument instead of the host.
|
||||
+ Add new API to allow overwrite existing files when downloading
|
||||
a file.
|
||||
+ Add webkit_uri_response_get_http_headers() API.
|
||||
+ Improve the UI of the HTTP authentication dialog.
|
||||
+ Fix a crash when navigating away from a web page containing an
|
||||
ogg video.
|
||||
+ Fix race condition when downloading a file due to the
|
||||
intermediate temporary file.
|
||||
+ Fix toggle buttons rendering with recent GTK+ versions.
|
||||
+ Fix selection rendering when unfocused with recent GTK+
|
||||
versions.
|
||||
+ Mak e the GStreamer media backend not send the transferMode
|
||||
HTTP header.
|
||||
- Setup environment to prefer GOLD linker (softlink
|
||||
/usr/bin/ld.gold to ~/bin/ld).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 16:54:04 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%define _pkgconfig_suffix gtk-3.0
|
||||
%define _name webkitgtk
|
||||
Name: webkit2gtk3
|
||||
Version: 2.5.3
|
||||
Version: 2.5.90
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: LGPL-2.0+ and BSD-3-Clause
|
||||
@ -36,7 +36,6 @@ Source: http://webkitgtk.org/releases/%{_name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE webkitgtk-typelib-sharelib-link.patch dimstar@opensuse.org -- Fixup the .gir file to contain the full library name for libjavascriptcore.
|
||||
Patch0: webkitgtk-typelib-sharelib-link.patch
|
||||
BuildRequires: binutils-gold
|
||||
BuildRequires: bison >= 2.3
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
@ -207,11 +206,10 @@ more.
|
||||
%prep
|
||||
%setup -q -n webkitgtk-%{version}
|
||||
%patch0 -p1
|
||||
mkdir build
|
||||
|
||||
%build
|
||||
# Use linker flags to reduce memory consumption
|
||||
%global optflags %{optflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
|
||||
%global optflags %(echo %{optflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads | sed 's/-g /-g1 /')
|
||||
%cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIBEXEC_INSTALL_DIR=%{_libexecdir}/libwebkit2gtk%{_wk2sover} \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:010803e371ac92a3e0e297e929978f83a9a3c597e4a10d50363fb1aaa6ea18d6
|
||||
size 10093908
|
3
webkitgtk-2.5.90.tar.xz
Normal file
3
webkitgtk-2.5.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ff2bbf08798e04b035028b8885f9c3bd4cc055315555cea1c4418fd1677465
|
||||
size 9875540
|
Loading…
Reference in New Issue
Block a user