[webkitgtk3] Update to 1.9.5

Kalev Lember kalev at fedoraproject.org
Wed Jul 18 17:27:36 UTC 2012


commit 517f3609ca4858c607dc5d74bd72b7e46e5cef46
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Jul 18 20:23:53 2012 +0300

    Update to 1.9.5
    
    - Build with -g1 to avoid running into 4 GB ar format limit

 .gitignore      |    1 +
 sources         |    2 +-
 webkitgtk3.spec |   12 ++++++++++--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98d1a5f..9173cf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ webkit-1.3.3.tar.gz
 /webkit-1.8.1.tar.xz
 /webkit-1.9.3.tar.xz
 /webkit-1.9.4.tar.xz
+/webkit-1.9.5.tar.xz
diff --git a/sources b/sources
index bc6c350..85bee3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdea69ee17621b69939a9e5d32464805  webkit-1.9.4.tar.xz
+506e8d1e01e7aae92274a8bce8602a5a  webkit-1.9.5.tar.xz
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 621eca4..67b5398 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.9.4
-Release:        3%{?dist}
+Version:        1.9.5
+Release:        1%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -95,6 +95,10 @@ This package contains developer documentation for %{name}.
 %global optflags %(echo %{optflags} | sed 's/-g/-g1/')
 %endif
 
+# Build with -g1 on all platforms to avoid running into 4 GB ar format limit
+# https://bugs.webkit.org/show_bug.cgi?id=91154
+%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
+
 # 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-gtk=3.0                          \
@@ -191,6 +195,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Wed Jul 18 2012 Kalev Lember <kalevlember at gmail.com> - 1.9.5-1
+- Update to 1.9.5
+- Build with -g1 to avoid running into 4 GB ar format limit
+
 * Wed Jul 11 2012 Ville Skyttä <ville.skytta at iki.fi> - 1.9.4-3
 - Fix %%post scriptlet dependencies.
 


More information about the scm-commits mailing list