[mingw-webkitgtk] Update to 1.8.3

Kalev Lember kalev at fedoraproject.org
Sat Sep 1 10:17:20 UTC 2012


commit 81c3706330c84dbb9295e60186f50294eae18a36
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Aug 30 18:00:40 2012 +0200

    Update to 1.8.3
    
    ... and drop the backported NPAPI patches; everything should be now
    included in upstream tarball.

 .gitignore                                         |    1 +
 0001-GTK-Fix-NPAPI-plugins-on-Windows.patch        |  491 --------------------
 ...Fix-plugin-drawing-to-an-offscreen-buffer.patch |   59 ---
 mingw-webkitgtk.spec                               |   15 +-
 sources                                            |    3 +-
 5 files changed, 6 insertions(+), 563 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6939e42..6a9ba9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /webkit-1.8.1.tar.xz
 /webkit-1.8.2.tar.xz
 /webkit-1.8.2-win32-extra.tar.xz
+/webkit-1.8.3.tar.xz
diff --git a/mingw-webkitgtk.spec b/mingw-webkitgtk.spec
index 04a5751..d034877 100644
--- a/mingw-webkitgtk.spec
+++ b/mingw-webkitgtk.spec
@@ -29,7 +29,7 @@
 %bcond_with	jit
 
 Name:		mingw-webkitgtk
-Version:	1.8.2
+Version:	1.8.3
 Release:	1%{?dist}
 Summary:	MinGW Windows web content engine library
 
@@ -39,11 +39,6 @@ URL:		http://webkit.org/
 
 Source0:	http://webkitgtk.org/releases/webkit-%{version}.tar.xz
 
-# NPAPI plugin support, backported from trunk
-Source1:	webkit-1.8.2-win32-extra.tar.xz
-Patch0:		0001-GTK-Fix-NPAPI-plugins-on-Windows.patch
-Patch1:		0002-GTK-Win-Fix-plugin-drawing-to-an-offscreen-buffer.patch
-
 # The DumpRenderTree tool fails to compile for version 1.3.13
 # as it depends on internal symbols which aren't exported in
 # the .dll so it's safe to skip building this tool
@@ -159,11 +154,6 @@ Static version of the MinGW Windows WebKitGTK+ library.
 %prep
 %setup -qn "webkit-%{version}"
 
-# NPAPI plugin support, backported from trunk
-%setup -qn "webkit-%{version}" -T -D -b 1
-%patch0 -p1 -b .npapi_plugins
-%patch1 -p1 -b .npapi_offscreen_drawing
-
 %patch2 -p0 -b .dumprendertree
 %patch3 -p1 -b .spellcheck
 %patch4 -p1 -b .bison26
@@ -269,6 +259,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Thu Aug 30 2012 Kalev Lember <kalevlember at gmail.com> - 1.8.3-1
+- Update to 1.8.3
+
 * Mon Aug 06 2012 Kalev Lember <kalevlember at gmail.com> - 1.8.2-1
 - Update to 1.8.2
 - Backport NPAPI plugin support from trunk
diff --git a/sources b/sources
index c51958b..5f5ca09 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-f7bd0bd4f323039f15e19c82a9a8313c  webkit-1.8.2.tar.xz
-bfa99f10709a9b948107e082946d6c77  webkit-1.8.2-win32-extra.tar.xz
+dcbf9d5e2e6391f857c29a57528b32a6  webkit-1.8.3.tar.xz


More information about the scm-commits mailing list