diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 028e9a0..1a3a332 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,7 +1,23 @@ ------------------------------------------------------------------- -Thu May 5 18:02:14 CEST 2016 - ro@suse.de +Tue Jun 7 09:12:46 UTC 2016 - dimstar@opensuse.org -- handle s390 like s390x +- Also apply webkitgtk-disable-gcc-version-checks.patch on Leap + and use GCC 4.8. + +------------------------------------------------------------------- +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 +751,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: diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 4831529..756239d 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -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