[webkitgtk] Update to 1.8.1

Kalev Lember kalev at fedoraproject.org
Wed Apr 25 00:21:10 UTC 2012


commit 85270ba00606e7fc9f667077fdf15e2549915758
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Apr 25 03:14:53 2012 +0300

    Update to 1.8.1
    
    ... and dropped the backported patches; both are in 1.8.1.

 .gitignore          |    1 +
 sources             |    2 +-
 webkit-r113389.diff |   11 -----------
 webkit-r114385.diff |   10 ----------
 webkitgtk.spec      |   14 ++++++--------
 5 files changed, 8 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2038468..00a613d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ webkit-1.3.2.tar.gz
 /webkit-1.6.3.tar.xz
 /webkitgtk-1.8.0-1.fc18.src.rpm
 /webkit-1.8.0.tar.xz
+/webkit-1.8.1.tar.xz
diff --git a/sources b/sources
index d2a5b07..9c7b052 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52b2feb0fae01e68432b547bd85e8d74  webkit-1.8.0.tar.xz
+f2f01b1fdc7262a2eede81ebed0970b2  webkit-1.8.1.tar.xz
diff --git a/webkitgtk.spec b/webkitgtk.spec
index ea787e9..8a9192f 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -22,8 +22,8 @@
 %bcond_with 	pango
 
 Name:		webkitgtk
-Version:	1.8.0
-Release:	5%{?dist}
+Version:	1.8.1
+Release:	1%{?dist}
 Summary:	GTK+ Web content engine library
 
 Provides:	WebKit-gtk = %{version}-%{release}
@@ -37,10 +37,6 @@ Source0:	http://www.webkitgtk.org/releases/webkit-%{version}.tar.xz
 
 # add support for nspluginwrapper. 
 Patch2: 	webkit-1.3.10-nspluginwrapper.patch
-# Fix crash when no SSE2: https://bugs.webkit.org/show_bug.cgi?id=82496
-Patch3:         webkit-r113389.diff
-# Fix flickering when rendering some widgets:  https://bugs.webkit.org/show_bug.cgi?id=84149
-Patch4:         webkit-r114385.diff
 
 BuildRequires:	bison
 BuildRequires:	chrpath
@@ -106,8 +102,6 @@ This package contains developer documentation for %{name}.
 %prep
 %setup -qn "webkit-%{version}"
 %patch2 -p1 -b .nspluginwrapper
-%patch3 -p1 -b .fix-no-sse2
-%patch4 -p1 -b .fix-flicker
 
 %build
 %ifarch s390 %{arm}
@@ -208,6 +202,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_datadir}/gtk-doc/html/webkitgtk
 
 %changelog
+* Wed Apr 25 2012 Kalev Lember <kalevlember at gmail.com> - 1.8.1-1
+- Update to 1.8.1
+- Dropped the backported patches
+
 * Fri Apr 20 2012 Orion Poplwski <orion at cora.nwra.com> - 1.8.0-5
 - Rebuild for icu 49
 


More information about the scm-commits mailing list