[webkitgtk3] Update to 1.7.2

Tomas Bzatek tbzatek at fedoraproject.org
Thu Nov 24 13:14:54 UTC 2011


commit d29214dee1f56f1925ad8a15d94c75c283afd388
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Thu Nov 24 14:14:49 2011 +0100

    Update to 1.7.2

 .gitignore      |    1 +
 sources         |    2 +-
 webkitgtk3.spec |   12 ++++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f1e7ab..186a050 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ webkit-1.3.3.tar.gz
 /webkit-1.5.1.tar.gz
 /webkit-1.6.1.tar.gz
 /webkit-1.7.1.tar.gz
+/webkit-1.7.2.tar.xz
diff --git a/sources b/sources
index 4d4cacf..ca0610f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbf70a30dbf46997ac70ab0f548f198d  webkit-1.7.1.tar.gz
+792ad116fa09efb738c3ef8e71ae9857  webkit-1.7.2.tar.xz
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index b5c6188..3fae883 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -6,15 +6,15 @@
         cp -p %1  %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:           webkitgtk3
-Version:        1.7.1
-Release:        2%{?dist}
+Version:        1.7.2
+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.gz
+Source0:        http://www.webkitgtk.org/webkit-%{version}.tar.xz
 
 Patch1:         webkit-1.3.4-no-execmem.patch
 Patch2:         webkit-1.1.14-nspluginwrapper.patch
@@ -77,7 +77,8 @@ This package contains developer documentation for %{name}.
 
 %prep
 %setup -qn "webkit-%{version}"
-%patch1 -p1 -b .no-execmem
+# tbzatek - doesn't apply, is this fixed?
+# %patch1 -p1 -b .no-execmem
 %patch2 -p1 -b .nspluginwrapper
 
 %build
@@ -163,6 +164,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
 %changelog
+* Thu Nov 24 2011 Tomas Bzatek <tbzatek at redhat.com> - 1.7.2-1
+- Update to 1.7.2
+
 * Mon Nov 7 2011 Matthias Clasen <mclasen at redhat.com> 1.7.1-2
 - Rebuild against new libpng
 


More information about the scm-commits mailing list