[webkitgtk3] 1.3.10

Matthias Clasen mclasen at fedoraproject.org
Tue Jan 11 02:34:13 UTC 2011


commit 6638507af60c5baea761e33310511ac6ea69b728
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Jan 10 21:33:59 2011 -0500

    1.3.10

 .gitignore                          |    1 +
 sources                             |    2 +-
 webkit-1.1.14-nspluginwrapper.patch |    4 ++--
 webkit-1.3.4-no-execmem.patch       |    6 +++---
 webkitgtk3.spec                     |    7 ++++---
 5 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ef87c0..319c061 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ webkit-1.3.3.tar.gz
 /webkit-1.3.6.tar.gz
 /webkit-1.3.7.tar.gz
 /webkit-1.3.9.tar.gz
+/webkit-1.3.10.tar.gz
diff --git a/sources b/sources
index 87151b8..433a2f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c48b15b5683adef3cb450a5c0f0c145  webkit-1.3.9.tar.gz
+ed33a02a225320aeace628a4f6b1a17b  webkit-1.3.10.tar.gz
diff --git a/webkit-1.1.14-nspluginwrapper.patch b/webkit-1.1.14-nspluginwrapper.patch
index c6d4f02..0d3aa27 100644
--- a/webkit-1.1.14-nspluginwrapper.patch
+++ b/webkit-1.1.14-nspluginwrapper.patch
@@ -1,5 +1,5 @@
---- webkit-1.1.17/WebCore/plugins/PluginDatabase.cpp.old	2009-12-01 15:22:10.000000000 +0000
-+++ webkit-1.1.17/WebCore/plugins/PluginDatabase.cpp	2009-12-01 15:22:21.000000000 +0000
+--- webkit-1.1.17/Source/WebCore/plugins/PluginDatabase.cpp.old	2009-12-01 15:22:10.000000000 +0000
++++ webkit-1.1.17/Source/WebCore/plugins/PluginDatabase.cpp	2009-12-01 15:22:21.000000000 +0000
 @@ -357,6 +357,9 @@ Vector<String> PluginDatabase::defaultPl
      paths.append("/usr/lib64/mozilla/plugins");
      paths.append("/usr/lib/nsbrowser/plugins");
diff --git a/webkit-1.3.4-no-execmem.patch b/webkit-1.3.4-no-execmem.patch
index 2c18014..ad6a3d2 100644
--- a/webkit-1.3.4-no-execmem.patch
+++ b/webkit-1.3.4-no-execmem.patch
@@ -1,6 +1,6 @@
-diff -Nur webkit-1.3.4.orig/JavaScriptCore/wtf/Platform.h webkit-1.3.4/JavaScriptCore/wtf/Platform.h
---- webkit-1.3.4.orig/JavaScriptCore/wtf/Platform.h	2010-09-22 13:09:17.000000000 -0600
-+++ webkit-1.3.4/JavaScriptCore/wtf/Platform.h	2010-09-23 12:13:19.692721521 -0600
+diff -Nur webkit-1.3.4.orig/Source/JavaScriptCore/wtf/Platform.h webkit-1.3.4/Source/JavaScriptCore/wtf/Platform.h
+--- webkit-1.3.4.orig/Source/JavaScriptCore/wtf/Platform.h	2010-09-22 13:09:17.000000000 -0600
++++ webkit-1.3.4/Source/JavaScriptCore/wtf/Platform.h	2010-09-23 12:13:19.692721521 -0600
 @@ -1025,7 +1025,7 @@
  #endif
  /* Setting this flag prevents the assembler from using RWX memory; this may improve
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 3375681..f6e9852 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -6,7 +6,7 @@
         cp -p %1  %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:           webkitgtk3
-Version:        1.3.9
+Version:        1.3.10
 Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
@@ -18,7 +18,6 @@ Source0:        http://www.webkitgtk.org/webkit-%{version}.tar.gz
 
 Patch1:         webkit-1.3.4-no-execmem.patch
 Patch2:         webkit-1.1.14-nspluginwrapper.patch
-Patch3:         webkit-1.3.9-update-policy.patch
 
 BuildRequires:  bison
 BuildRequires:  chrpath
@@ -69,7 +68,6 @@ files for developing applications that use %{name}.
 %setup -qn "webkit-%{version}"
 %patch1 -p1 -b .no-execmem
 %patch2 -p1 -b .nspluginwrapper
-%patch3 -p1 -b .update-policy
 
 %build
 %ifarch s390
@@ -149,6 +147,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Mon Jan 10 2011 Matthias Clasen <mclasen at redhat.com> 1.3.10-1
+- Update to 1.3.10
+
 * Sun Jan  9 2011 Matthias Clasen <mclasen at redhat.com> 1.3.9-1
 - Update to 1.3.9
 


More information about the scm-commits mailing list