Changeset 207589 in webkit


Ignore:
Timestamp:
Oct 20, 2016 1:30:13 AM (8 years ago)
Author:
Manuel Rego Casasnovas
Message:

[GTK] Bump glib to 2.50.1
https://bugs.webkit.org/show_bug.cgi?id=163689

Reviewed by Michael Catanzaro.

This is need in order to fix GTK+ build with CUPS 2.* (bug #163591).

  • gtk/jhbuild.modules: Bump glib version. Pass --disable-libmount to build properly.

Also we don't need the patches anymore.

  • gtk/patches/gdate-suppress-string-format-literal-warning.patch: Removed.
  • gtk/patches/glib-warning-fix.patch: Removed.
Location:
trunk/Tools
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r207582 r207589  
     12016-10-20  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        [GTK] Bump glib to 2.50.1
     4        https://bugs.webkit.org/show_bug.cgi?id=163689
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        This is need in order to fix GTK+ build with CUPS 2.* (bug #163591).
     9
     10        * gtk/jhbuild.modules: Bump glib version. Pass --disable-libmount to build properly.
     11        Also we don't need the patches anymore.
     12        * gtk/patches/gdate-suppress-string-format-literal-warning.patch: Removed.
     13        * gtk/patches/glib-warning-fix.patch: Removed.
     14
    1152016-10-19  Alex Christensen  <achristensen@webkit.org>
    216
  • trunk/Tools/gtk/jhbuild.modules

    r207531 r207589  
    200200  <autotools id="glib"
    201201             autogen-sh="configure"
    202              autogenargs="--disable-dtrace">
     202             autogenargs="--disable-dtrace --disable-libmount">
    203203    <dependencies>
    204204      <dep package="libffi"/>
    205205    </dependencies>
    206     <branch module="/pub/GNOME/sources/glib/2.44/glib-2.44.1.tar.xz" version="2.44.1"
    207             repo="ftp.gnome.org"
    208             hash="sha256:8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07">
    209       <patch file="glib-warning-fix.patch" strip="1"/>
    210       <patch file="gdate-suppress-string-format-literal-warning.patch" strip="1"/>
     206    <branch module="/pub/GNOME/sources/glib/2.50/glib-2.50.1.tar.xz" version="2.50.1"
     207            repo="ftp.gnome.org"
     208            hash="sha256:2ef87a78f37c1eb5b95f4cc95efd5b66f69afad9c9c0899918d04659cf6df7dd">
    211209    </branch>
    212210  </autotools>
Note: See TracChangeset for help on using the changeset viewer.