Accepting request 404169 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/404169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=25
This commit is contained in:
commit
d1d6269c2f
@ -1,7 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 18:02:14 CEST 2016 - ro@suse.de
|
||||
Mon Jun 20 13:46:09 UTC 2016 - fcrozat@suse.com
|
||||
|
||||
- handle s390 like s390x
|
||||
- Refresh webkitgtk-disable-gcc-version-checks.patch for latest
|
||||
version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 08:38:10 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.12.3:
|
||||
+ Security fixes: CVE-2016-1857, CVE-2016-1856.
|
||||
+ Improved the detection of supported MIME types supported by the
|
||||
media player.
|
||||
+ Fix web process crash when playing adaptive streaming media.
|
||||
+ Change the volume while thumb slider is dragged, not only when
|
||||
released.
|
||||
+ Fix leaked thread in network process.
|
||||
+ Fix several crashes and rendering issues.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 09:12:46 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Also apply webkitgtk-disable-gcc-version-checks.patch on Leap
|
||||
and use GCC 4.8.
|
||||
- Change condition to pass -DENABLE_DATABASE_PROCESS=OFF,
|
||||
-DENABLE_INDEXED_DATABASE=OFF and -DENABLE_FTL_JIT=OFF to cmake:
|
||||
newly on all SLE12 based systems (incl. Leap).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 27 11:59:29 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Update to GNOME 3.20.2 FATE#318572
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 23:34:03 CEST 2016 - ro@suse.de
|
||||
|
||||
- add -DUSE_SYSTEM_MALLOC=ON as in factory on ppc/s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 15:07:26 CEST 2016 - ro@suse.de
|
||||
|
||||
- handle s390 like s390x to fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 14:05:38 CEST 2016 - fcrozat@suse.com
|
||||
@ -735,7 +774,6 @@ Fri Jan 23 22:20:28 UTC 2015 - zaitor@opensuse.org
|
||||
+ Fix documentation of webkit_print_operation_get_page_setup().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Fri Jan 23 19:16:29 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.6.5:
|
||||
|
@ -26,7 +26,7 @@
|
||||
%define _pkgconfig_suffix gtk-3.0
|
||||
%define _name webkitgtk
|
||||
Name: webkit2gtk3
|
||||
Version: 2.12.2
|
||||
Version: 2.12.3
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: LGPL-2.0+ and BSD-3-Clause
|
||||
@ -43,7 +43,7 @@ BuildRequires: binutils-gold
|
||||
%endif
|
||||
BuildRequires: bison >= 2.3
|
||||
BuildRequires: cmake
|
||||
%if 0%{?is_opensuse}
|
||||
%if %{?suse_version} > 1315
|
||||
BuildRequires: gcc-c++ >= 4.9
|
||||
%else
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
@ -217,7 +217,7 @@ more.
|
||||
%prep
|
||||
%setup -q -n webkitgtk-%{version}
|
||||
%patch0 -p1
|
||||
%if !0%{?is_opensuse}
|
||||
%if %{?suse_version} == 1315
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
||||
@ -235,7 +235,7 @@ more.
|
||||
# Disable FTL JIT on SLE until we get llvm >= 3.7 or until
|
||||
# upstream switches from LLVM to B3 (requires gcc >= 4.9).
|
||||
%cmake \
|
||||
%if !0%{?is_opensuse}
|
||||
%if 0%{?suse_version} == 1315
|
||||
-DENABLE_DATABASE_PROCESS=OFF \
|
||||
-DENABLE_INDEXED_DATABASE=OFF \
|
||||
-DENABLE_FTL_JIT=OFF \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dc49b908b1c37da739703e1402a7f07c4ea9093b8ecfb34f20e8f74e328f124
|
||||
size 11703584
|
3
webkitgtk-2.12.3.tar.xz
Normal file
3
webkitgtk-2.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:173cbb9a2eca23eee52e99965483ab25aa9c0569ef5b57041fc0c129cc26c307
|
||||
size 11706664
|
@ -11,10 +11,10 @@ process code.
|
||||
Source/cmake/OptionsGTK.cmake | 7 -------
|
||||
1 file changed, 7 deletions(-)
|
||||
|
||||
Index: webkitgtk-2.12.2/Source/cmake/OptionsGTK.cmake
|
||||
Index: webkitgtk-2.12.3/Source/cmake/OptionsGTK.cmake
|
||||
===================================================================
|
||||
--- webkitgtk-2.12.2.orig/Source/cmake/OptionsGTK.cmake 2016-04-28 08:49:27.000000000 +0200
|
||||
+++ webkitgtk-2.12.2/Source/cmake/OptionsGTK.cmake 2016-05-02 14:06:42.166231056 +0200
|
||||
--- webkitgtk-2.12.3.orig/Source/cmake/OptionsGTK.cmake 2016-05-24 10:06:23.000000000 +0200
|
||||
+++ webkitgtk-2.12.3/Source/cmake/OptionsGTK.cmake 2016-06-20 15:45:57.393089713 +0200
|
||||
@@ -6,13 +6,6 @@
|
||||
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_MICRO})
|
||||
set(WEBKITGTK_API_VERSION 4.0)
|
||||
@ -28,11 +28,11 @@ Index: webkitgtk-2.12.2/Source/cmake/OptionsGTK.cmake
|
||||
-
|
||||
# Libtool library version, not to be confused with API version.
|
||||
# See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
|
||||
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 8 13)
|
||||
Index: webkitgtk-2.12.2/Source/WTF/wtf/Compiler.h
|
||||
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 9 13)
|
||||
Index: webkitgtk-2.12.3/Source/WTF/wtf/Compiler.h
|
||||
===================================================================
|
||||
--- webkitgtk-2.12.2.orig/Source/WTF/wtf/Compiler.h 2016-04-11 08:18:43.000000000 +0200
|
||||
+++ webkitgtk-2.12.2/Source/WTF/wtf/Compiler.h 2016-05-02 14:06:42.166231056 +0200
|
||||
--- webkitgtk-2.12.3.orig/Source/WTF/wtf/Compiler.h 2016-04-11 08:18:43.000000000 +0200
|
||||
+++ webkitgtk-2.12.3/Source/WTF/wtf/Compiler.h 2016-06-20 15:45:57.393089713 +0200
|
||||
@@ -70,8 +70,8 @@
|
||||
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
|
||||
#define GCC_VERSION_AT_LEAST(major, minor, patch) (GCC_VERSION >= (major * 10000 + minor * 100 + patch))
|
||||
|
Loading…
x
Reference in New Issue
Block a user