[webkitgtk3] 1.3.4

Matthias Clasen mclasen at fedoraproject.org
Thu Sep 23 16:30:25 UTC 2010


commit e3f31d6e46e6d254d43bc5a209a94d7188ccc5b6
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Sep 23 12:29:17 2010 -0400

    1.3.4

 .gitignore      |    1 +
 sources         |    2 +-
 webkitgtk3.spec |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7458ac2..f26c77f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 webkit-1.3.3.tar.gz
+/webkit-1.3.4.tar.gz
diff --git a/sources b/sources
index ca1cab0..1bfd666 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22af6591b124610a8df55c7a87989349  webkit-1.3.3.tar.gz
+a46046e438c148ffbce6a438f86733bc  webkit-1.3.4.tar.gz
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 62c36e7..74b2161 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -6,8 +6,8 @@
         cp -p %1  %{buildroot}%{_docdir}/%{name}-%{version}/$(echo '%1' | sed -e 's!/!.!g')
 
 Name:           webkitgtk3
-Version:        1.3.3
-Release:        4%{?dist}
+Version:        1.3.4
+Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -17,7 +17,7 @@ URL:            http://www.webkitgtk.org/
 Source0:        http://www.webkitgtk.org/webkit-%{version}.tar.gz
 
 Patch0:         webkit-1.1.14-nspluginwrapper.patch
-Patch1:         webkit-1.3.3-s390.patch
+#Patch1:         webkit-1.3.3-s390.patch
 
 BuildRequires:  bison
 BuildRequires:  chrpath
@@ -67,7 +67,7 @@ files for developing applications that use %{name}.
 %prep
 %setup -qn "webkit-%{version}"
 %patch0 -p1 -b .nspluginwrapper
-%patch1 -p1 -b .s390
+#%patch1 -p1 -b .s390
 
 %build
 %ifarch s390
@@ -139,6 +139,9 @@ install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
 
 
 %changelog
+* Thu Sep 23 2010 Matthias Clasen <mclasen at redhat.com> 1.3.4-1
+- Update to 1.3.4
+
 * Wed Aug 25 2010 Dan Horák <dan[at]danny.cz> - 1.3.3-4
 - Do not generate debug information to prevent linker memory exhaustion on s390 with its 2 GB address space
 


More information about the scm-commits mailing list