Title: [116432] trunk/Tools
Revision
116432
Author
[email protected]
Date
2012-05-08 10:01:45 -0700 (Tue, 08 May 2012)

Log Message

[EFL] glib dependency needs to be updated in jhbuild
https://bugs.webkit.org/show_bug.cgi?id=85878

Patch by Christophe Dumez <[email protected]> on 2012-05-08
Reviewed by Martin Robinson.

Bump glib version from 2.31.8 to 2.32.2 in jhbuild.modules. This
addresses flakiness in media tests due to possible deadlock with the
following output on stderr:
GStreamer-WARNING **: wrong STREAM_LOCK count 0

The bug was fixed upstream by:
http://git.gnome.org/browse/glib/commit/?id=265f265c677bc5399dbb1cfa449cb4b915a6459f

* efl/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (116431 => 116432)


--- trunk/Tools/ChangeLog	2012-05-08 16:57:46 UTC (rev 116431)
+++ trunk/Tools/ChangeLog	2012-05-08 17:01:45 UTC (rev 116432)
@@ -1,3 +1,20 @@
+2012-05-08  Christophe Dumez  <[email protected]>
+
+        [EFL] glib dependency needs to be updated in jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=85878
+
+        Reviewed by Martin Robinson.
+
+        Bump glib version from 2.31.8 to 2.32.2 in jhbuild.modules. This
+        addresses flakiness in media tests due to possible deadlock with the
+        following output on stderr:
+        GStreamer-WARNING **: wrong STREAM_LOCK count 0
+
+        The bug was fixed upstream by:
+        http://git.gnome.org/browse/glib/commit/?id=265f265c677bc5399dbb1cfa449cb4b915a6459f
+
+        * efl/jhbuild.modules:
+
 2012-05-07  Alexis Menard  <[email protected]>
 
         [Qt] Unbreak debugging of WebKit2.

Modified: trunk/Tools/efl/jhbuild.modules (116431 => 116432)


--- trunk/Tools/efl/jhbuild.modules	2012-05-08 16:57:46 UTC (rev 116431)
+++ trunk/Tools/efl/jhbuild.modules	2012-05-08 17:01:45 UTC (rev 116432)
@@ -109,10 +109,10 @@
     <dependencies>
       <dep package="libffi"/>
     </dependencies>
-    <branch module="/pub/GNOME/sources/glib/2.31/glib-2.31.8.tar.xz" version="2.31.8"
+    <branch module="/pub/GNOME/sources/glib/2.32/glib-2.32.2.tar.xz" version="2.32.2"
             repo="ftp.gnome.org"
-            hash="sha256:1ce3d275189000e1c50e92efcdb6447bc260b1e5c41699b7a1959e3e1928fbaa"
-            md5sum="6909664f29fae2f00cc3181c8c6a6aa7"/>
+            hash="sha256:b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136"
+            md5sum="5bfdb6197afb90e4dbc7b1bb98f0eae0"/>
   </autotools>
 
   <autotools id="glib-networking">
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to