commit 7bffc1e937582b0386f4341443f0bd34c23837a8
Author: Marcin Banasiak <[email protected]>
Date:   Sat Mar 26 21:47:36 2016 +0100

    Update to 2.12.0
    
    - removed -c++.patch (applied upstream)

 gtk-webkit4-c++.patch | 11 -----------
 gtk-webkit4.spec      |  9 ++++-----
 2 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/gtk-webkit4.spec b/gtk-webkit4.spec
index 02c92f1..aef6be5 100644
--- a/gtk-webkit4.spec
+++ b/gtk-webkit4.spec
@@ -18,17 +18,17 @@
 Summary:       Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8):     Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:          gtk-webkit4
-Version:       2.10.7
-Release:       2
+Version:       2.12.0
+Release:       1
 License:       BSD-like
 Group:         X11/Libraries
 Source0:       http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: 84832b9d8329413b4f1d87df5f7e8efe
+# Source0-md5: d233b5594c37a961308c230207d8b64f
 Patch0:                x32.patch
-Patch1:                %{name}-c++.patch
 URL:           http://webkitgtk.org/
 BuildRequires: /usr/bin/ld.gold
 BuildRequires: EGL-devel
+BuildRequires: OpenGLESv2-devel
 BuildRequires: OpenGL-GLX-devel
 BuildRequires: at-spi2-core-devel >= 2.6.0
 BuildRequires: atk-devel
@@ -141,7 +141,6 @@ Dokumentacja API WebKita.
 %prep
 %setup -q -n webkitgtk-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 install -d build
diff --git a/gtk-webkit4-c++.patch b/gtk-webkit4-c++.patch
deleted file mode 100644
index f126235..0000000
--- a/gtk-webkit4-c++.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- webkitgtk-2.10.7/Source/JavaScriptCore/runtime/Options.cpp.orig    
2016-01-29 17:29:32.000000000 +0100
-+++ webkitgtk-2.10.7/Source/JavaScriptCore/runtime/Options.cpp 2016-02-20 
23:25:56.686551690 +0100
-@@ -610,7 +610,7 @@
-     case Options::Type::unsignedType:
-         return m_entry.unsignedVal == other.m_entry.unsignedVal;
-     case Options::Type::doubleType:
--        return (m_entry.doubleVal == other.m_entry.doubleVal) || 
(isnan(m_entry.doubleVal) && isnan(other.m_entry.doubleVal));
-+        return (m_entry.doubleVal == other.m_entry.doubleVal) || 
(std::isnan(m_entry.doubleVal) && std::isnan(other.m_entry.doubleVal));
-     case Options::Type::int32Type:
-         return m_entry.int32Val == other.m_entry.int32Val;
-     case Options::Type::optionRangeType:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/7bffc1e937582b0386f4341443f0bd34c23837a8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to