[webkitgtk3] Update to 1.8.1

Kalev Lember kalev at fedoraproject.org
Tue Apr 24 21:24:55 UTC 2012


commit 40a1aba4ae9ad8ca32f38fee438581c51b104556
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Apr 24 19:36:35 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 ----------
 webkitgtk3.spec     |   16 +++++++---------
 5 files changed, 9 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4318045..533770b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ webkit-1.3.3.tar.gz
 /webkit-1.7.91.tar.xz
 /webkit-1.7.92.tar.xz
 /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/webkitgtk3.spec b/webkitgtk3.spec
index b9a398d..82ce7fc 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -6,22 +6,18 @@
         cp -p %1  %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:           webkitgtk3
-Version:        1.8.0
-Release:        3%{?dist}
+Version:        1.8.1
+Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
 License:        LGPLv2+ and BSD
 URL:            http://www.webkitgtk.org/
 
-Source0:        http://www.webkitgtk.org/webkit-%{version}.tar.xz
+Source0:        http://webkitgtk.org/releases/webkit-%{version}.tar.xz
 
 Patch1:         webkit-1.3.4-no-execmem.patch
 Patch2:         webkit-1.1.14-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
@@ -86,8 +82,6 @@ This package contains developer documentation for %{name}.
 # tbzatek - doesn't apply, is this fixed?
 # %patch1 -p1 -b .no-execmem
 %patch2 -p1 -b .nspluginwrapper
-%patch3 -p1 -b .fix-no-sse2
-%patch4 -p1 -b .fix-flicker
 
 %build
 %ifarch s390 %{arm} ppc
@@ -178,6 +172,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Tue Apr 24 2012 Kalev Lember <kalevlember at gmail.com> - 1.8.1-1
+- Update to 1.8.1
+- Dropped the backported patches
+
 * Wed Apr 18 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.8.0-3
 - Add upstream patch to fix crash when SSE2 isn't present
 - Add upstream patch to flickering when some widgets are drawn


More information about the scm-commits mailing list