Accepting request 400407 from GNOME:Next
- Also apply webkitgtk-disable-gcc-version-checks.patch on Leap and use GCC 4.8. Plus SLE SYNC OBS-URL: https://build.opensuse.org/request/show/400407 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=68
This commit is contained in:
parent
d5d9e66333
commit
e1f4f0ca80
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user