[webkitgtk3] Update to 1.11.90

Kalev Lember kalev at fedoraproject.org
Fri Feb 22 15:07:45 UTC 2013


commit b1292f87d892522f3ac74a3b9604d9db2f11ac95
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Feb 22 16:00:32 2013 +0100

    Update to 1.11.90
    
    ... and drop upstreamed patches.

 .gitignore                           |    1 +
 sources                              |    2 +-
 webkitgtk-1.11.5-JSCJSValueFix.patch |   11 -----------
 webkitgtk-1.11.5-atkFix.patch        |   19 -------------------
 webkitgtk-1.11.5-i686-linking.patch  |   12 ------------
 webkitgtk3.spec                      |   22 +++++++---------------
 6 files changed, 9 insertions(+), 58 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3afe7b..ffdd21e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ webkit-1.3.3.tar.gz
 /webkitgtk-1.11.2.tar.xz
 /webkitgtk-1.11.4.tar.xz
 /webkitgtk-1.11.5.tar.xz
+/webkitgtk-1.11.90.tar.xz
diff --git a/sources b/sources
index 81d69a7..fd0b54b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d49302d36afcd84bafed180e23f091ae  webkitgtk-1.11.5.tar.xz
+fb6aff2fa84bdedcf94c34c950dc0a51  webkitgtk-1.11.90.tar.xz
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 1f76826..23612da 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.11.5
-Release:        5%{?dist}
+Version:        1.11.90
+Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -25,12 +25,6 @@ Patch4:         webkit-1.11.2-yarr.patch
 Patch5:         webkit-1.11.2-includes.patch
 # https://bugs.webkit.org/show_bug.cgi?id=103128
 Patch6:         webkit-1.11.2-Double2Ints.patch
-# https://bugs.webkit.org/show_bug.cgi?id=109171
-Patch7:         webkitgtk-1.11.5-i686-linking.patch
-# https://bugs.webkit.org/show_bug.cgi?id=106903
-Patch8:         webkitgtk-1.11.5-atkFix.patch
-# Fix for not building with JIT disabled
-Patch9:         webkitgtk-1.11.5-JSCJSValueFix.patch
 Patch10:        webkitgtk-1.11.5-libatomic.patch
 
 BuildRequires:  bison
@@ -102,9 +96,6 @@ This package contains developer documentation for %{name}.
 %patch4 -p1 -b .yarr
 %patch5 -p1 -b .includes
 %patch6 -p1 -b .double2ints
-%patch7 -p1 -b .i686
-%patch8 -p1 -b .atkFix
-%patch9 -p1 -b .JSCJSValueFix
 %ifarch ppc
 %patch10 -p1 -b .libatomic
 %endif
@@ -130,7 +121,6 @@ This package contains developer documentation for %{name}.
 
 # explicitly disable JIT on ARM https://bugs.webkit.org/show_bug.cgi?id=85076
 CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure                                                   \
-                        --with-gstreamer=1.0                    \
                         --with-gtk=3.0                          \
 %ifarch s390 s390x ppc ppc64
                         --disable-jit                           \
@@ -165,8 +155,7 @@ chrpath --delete %{buildroot}%{_libexecdir}/WebKitWebProcess
 # Remove .la files
 find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete
 
-# for some reason translations don't get installed in 1.3.7
-%find_lang webkitgtk-3.0
+%find_lang WebKitGTK-3.0
 
 ## Finally, copy over and rename the various files for %%doc inclusion.
 %add_to_doc_files Source/WebKit/LICENSE
@@ -195,7 +184,7 @@ fi
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
-%files -f webkitgtk-3.0.lang
+%files -f WebKitGTK-3.0.lang
 %doc %{_docdir}/%{name}-%{version}/
 %{_libdir}/libwebkitgtk-3.0.so.*
 %{_libdir}/libwebkit2gtk-3.0.so.*
@@ -230,6 +219,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Fri Feb 22 2013 Kalev Lember <kalevlember at gmail.com> - 1.11.90-1
+- Update to 1.11.90
+
 * Fri Feb 22 2013 Tomas Popela <tpopela at redhat.com> 1.11.5-5
 - Fix for not building on ppc32 with JIT disabled
 - BR libatomic (needs gcc >= 4.8.0) for ppc32


More information about the scm-commits mailing list