Title: [157037] trunk/Tools
Revision
157037
Author
k...@webkit.org
Date
2013-10-07 07:51:30 -0700 (Mon, 07 Oct 2013)

Log Message

[GTK] Fails to build with jhbuild with newer system glib
https://bugs.webkit.org/show_bug.cgi?id=122132

Patch by Gustavo Noronha Silva <gustavo.noro...@collabora.com> on 2013-10-07
Reviewed by Martin Robinson.

Newer glib includes new symbols that some system libraries which we depend on, such as pango, have
started relying on. glib is not a dependency that should change test results, and is provided in
jhbuild with the intention of supporting the other bits that do, so using a newer stable release
should not be an issue.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (157036 => 157037)


--- trunk/Tools/ChangeLog	2013-10-07 14:44:31 UTC (rev 157036)
+++ trunk/Tools/ChangeLog	2013-10-07 14:51:30 UTC (rev 157037)
@@ -1,3 +1,17 @@
+2013-10-07  Gustavo Noronha Silva  <gustavo.noro...@collabora.com>
+
+        [GTK] Fails to build with jhbuild with newer system glib
+        https://bugs.webkit.org/show_bug.cgi?id=122132
+
+        Reviewed by Martin Robinson.
+
+        Newer glib includes new symbols that some system libraries which we depend on, such as pango, have
+        started relying on. glib is not a dependency that should change test results, and is provided in
+        jhbuild with the intention of supporting the other bits that do, so using a newer stable release
+        should not be an issue.
+
+        * gtk/jhbuild.modules:
+
 2013-10-06  Filip Pizlo  <fpi...@apple.com>
 
         run-jsc-stress-tests shouldn't print its goofy progress meter when running on the bots

Modified: trunk/Tools/gtk/jhbuild.modules (157036 => 157037)


--- trunk/Tools/gtk/jhbuild.modules	2013-10-07 14:44:31 UTC (rev 157036)
+++ trunk/Tools/gtk/jhbuild.modules	2013-10-07 14:51:30 UTC (rev 157037)
@@ -162,9 +162,9 @@
     <dependencies>
       <dep package="libffi"/>
     </dependencies>
-    <branch module="/pub/GNOME/sources/glib/2.36/glib-2.36.0.tar.xz" version="2.36.0"
+    <branch module="/pub/GNOME/sources/glib/2.38/glib-2.38.0.tar.xz" version="2.38.0"
             repo="ftp.gnome.org"
-            hash="sha256:455a8abe8692c5174bcc7ffa15b96a7521a2f2f9fb47594405927c35cb9bb227"/>
+            hash="sha256:7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32"/>
   </autotools>
 
   <autotools id="glib-networking">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to