- a/Tools/ChangeLog +17 lines
Lines 1-3 a/Tools/ChangeLog_sec1
1
2012-05-08  Christophe Dumez  <christophe.dumez@intel.com>
2
3
        [EFL] glib dependency needs to be updated in jhbuild
4
        https://bugs.webkit.org/show_bug.cgi?id=85878
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        Bump glib version from 2.31.8 to 2.32.2 in jhbuild.modules. This
9
        addresses flakiness in media tests due to possible deadlock with the
10
        following output on stderr:
11
        GStreamer-WARNING **: wrong STREAM_LOCK count 0
12
13
        The bug was fixed upstream by:
14
        http://git.gnome.org/browse/glib/commit/?id=265f265c677bc5399dbb1cfa449cb4b915a6459f
15
16
        * efl/jhbuild.modules:
17
1
2012-05-07  Raphael Kubo da Costa  <rakuco@webkit.org>
18
2012-05-07  Raphael Kubo da Costa  <rakuco@webkit.org>
2
19
3
        [webkitpy] Remove Python 2.5-specific workaround from http_server_base.py.
20
        [webkitpy] Remove Python 2.5-specific workaround from http_server_base.py.
- a/Tools/efl/jhbuild.modules -3 / +3 lines
Lines 109-118 a/Tools/efl/jhbuild.modules_sec1
109
    <dependencies>
109
    <dependencies>
110
      <dep package="libffi"/>
110
      <dep package="libffi"/>
111
    </dependencies>
111
    </dependencies>
112
    <branch module="/pub/GNOME/sources/glib/2.31/glib-2.31.8.tar.xz" version="2.31.8"
112
    <branch module="/pub/GNOME/sources/glib/2.32/glib-2.32.2.tar.xz" version="2.32.2"
113
            repo="ftp.gnome.org"
113
            repo="ftp.gnome.org"
114
            hash="sha256:1ce3d275189000e1c50e92efcdb6447bc260b1e5c41699b7a1959e3e1928fbaa"
114
            hash="sha256:b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136"
115
            md5sum="6909664f29fae2f00cc3181c8c6a6aa7"/>
115
            md5sum="5bfdb6197afb90e4dbc7b1bb98f0eae0"/>
116
  </autotools>
116
  </autotools>
117
117
118
  <autotools id="glib-networking">
118
  <autotools id="glib-networking">

Return to Bug 85878