[webkitgtk3/f18] Update to 1.10.1

Kalev Lember kalev at fedoraproject.org
Wed Oct 17 07:24:25 UTC 2012


commit ffac96c5577709b10e2c6aae7ddd4380c103ce21
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Oct 17 09:23:39 2012 +0200

    Update to 1.10.1
    
    - Enable the parallel build
    - Drop the upstreamed Geode-compatibility patch

 .gitignore                     |    1 +
 sources                        |    2 +-
 webkit-1.10-geode-compat.patch |   30 ------------------------------
 webkitgtk3.spec                |   14 ++++++++------
 4 files changed, 10 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12d1e90..ffcc1e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ webkit-1.3.3.tar.gz
 /webkit-1.9.91.tar.xz
 /webkit-1.9.92.tar.xz
 /webkitgtk-1.10.0.tar.xz
+/webkitgtk-1.10.1.tar.xz
diff --git a/sources b/sources
index fb7de36..968b8be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6da450ec7793c0a7873d8c8c2cae4eb8  webkitgtk-1.10.0.tar.xz
+28c930cda012391453c476cdacfaca65  webkitgtk-1.10.1.tar.xz
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 12dabba..2a9a3ba 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.10.0
-Release:        2%{?dist}
+Version:        1.10.1
+Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -18,7 +18,6 @@ Source0:        http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
 
 Patch1:         webkit-1.3.4-no-execmem.patch
 Patch2:         webkit-1.1.14-nspluginwrapper.patch
-Patch3:         webkit-1.10-geode-compat.patch
 
 BuildRequires:  bison
 BuildRequires:  chrpath
@@ -85,7 +84,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 -p2 -b .geode
 
 %build
 %ifarch s390 %{arm} ppc
@@ -118,8 +116,7 @@ mkdir -p DerivedSources/ANGLE
 mkdir -p DerivedSources/WebKit2
 mkdir -p DerivedSources/InjectedBundle
 
-# no %%{_smp_mflags} because of http://bugs.webkit.org/show_bug.cgi?id=34846
-make V=1
+make %{_smp_mflags} V=1
 
 %install
 make install DESTDIR=%{buildroot}
@@ -198,6 +195,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Wed Oct 17 2012 Kalev Lember <kalevlember at gmail.com> - 1.10.1-1
+- Update to 1.10.1
+- Enable the parallel build
+- Drop the upstreamed Geode-compatibility patch
+
 * Fri Oct  5 2012 Daniel Drake <dsd at laptop.org> - 1.10.0-2
 - Restore compatibility with AMD Geode processors
 


More information about the scm-commits mailing list