[mingw-webkitgtk: 15/36] Update to 1.4.1

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 21:10:41 UTC 2012


commit e03147cc3096c4c1d04c51cdbdabe58319b64765
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sun Jun 19 14:31:14 2011 +0300

    Update to 1.4.1
    
    Dropped upstreamed gcc 4.6 compatibility patch.

 .gitignore             |    1 +
 changeset_r84123.diff  |   11 -----------
 mingw32-webkitgtk.spec |   12 ++++++------
 sources                |    2 +-
 4 files changed, 8 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ba3eff..a3622b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /webkit-1.3.6.tar.gz
 /webkit-1.3.13.tar.gz
 /webkit-1.4.0.tar.gz
+/webkit-1.4.1.tar.gz
diff --git a/mingw32-webkitgtk.spec b/mingw32-webkitgtk.spec
index b5af7c9..d36fbd2 100644
--- a/mingw32-webkitgtk.spec
+++ b/mingw32-webkitgtk.spec
@@ -47,8 +47,8 @@
 %bcond_with	wml
 
 Name:		mingw32-webkitgtk
-Version:	1.4.0
-Release:	4%{?dist}
+Version:	1.4.1
+Release:	1%{?dist}
 Summary:	MinGW Windows web content engine library
 
 Group:		Development/Libraries
@@ -68,9 +68,6 @@ Patch1:		webkit-1.3.13-mingw-fixes.patch
 # the .dll so it's safe to skip building this tool
 Patch2:		webkit-dont-build-dump-render-tree.patch
 
-# Fix building with gcc 4.6: http://trac.webkit.org/changeset/84123
-Patch3:         changeset_r84123.diff
-
 # Fix building with libpng 1.5
 Patch4:		changeset_r82344.diff
 
@@ -141,7 +138,6 @@ Static version of the MinGW Windows WebKitGTK+ library.
 
 %patch1 -p0 -b .mingw
 %patch2 -p0 -b .dumprendertree
-%patch3 -p0 -b .gcc46
 %patch4 -p0 -b .libpng15
 #%patch5 -p0 -b .libpng15_2
 %patch6 -p0 -b .pango
@@ -210,6 +206,10 @@ install -m 755 Programs/.libs/GtkLauncher.exe %{buildroot}%{_mingw32_bindir}
 
 
 %changelog
+* Sun Jun 19 2011 Kalev Lember <kalev at smartlink.ee> - 1.4.1-1
+- Update to 1.4.1
+- Dropped upstreamed gcc 4.6 compatibility patch
+
 * Sat Jun 04 2011 Kalev Lember <kalev at smartlink.ee> - 1.4.0-4
 - Rebuilt with mingw32-libjpeg-turbo, dropped jpeg_boolean patch (#604702)
 
diff --git a/sources b/sources
index c94a8c4..3eddb56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10c969db3b5484c71df1aa9a338377ff  webkit-1.4.0.tar.gz
+c1a4f732a77d6f8197437b50678d3dbc  webkit-1.4.1.tar.gz


More information about the scm-commits mailing list