]> git.pld-linux.org Git - packages/gtk-webkit4.git/commitdiff
Update to 2.12.0 auto/th/gtk-webkit4-2.12.0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 26 Mar 2016 20:47:36 +0000 (21:47 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 26 Mar 2016 20:47:36 +0000 (21:47 +0100)
- removed -c++.patch (applied upstream)

gtk-webkit4-c++.patch [deleted file]
gtk-webkit4.spec

diff --git a/gtk-webkit4-c++.patch b/gtk-webkit4-c++.patch
deleted file mode 100644 (file)
index f126235..0000000
+++ /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:
index 02c92f1dbba001489767cc7789358c6c02bcd3c8..aef6be5495726f4e0cc870f5ddde29c59ac3472b 100644 (file)
 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
This page took 0.047185 seconds and 4 git commands to generate.