[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770414: unblock: gtk+3.0/3.14.5-1



reopen 770414
tags 770414 = moreinfo
thanks

On 2014-11-23 17:57, Cyril Brulebois wrote:
> Niels Thykier <niels@thykier.net> (2014-11-21):
>> [...]
> 
> You might have noticed that already, but anyway: gtk+3.0 is waiting on
> glib2.0, which was lacking a build on ppc64el. A give back later, it
> finally built there, but you'll still need to review/unblock it.
> 
> Mraw,
> KiBi.
> 

Thanks for spotting that.

GTK cannot migrate without glib2.0 as well.  I have reviewed the diff
and is mostly ready to accept it /provided/ that someone can clarify the
following:


> diff -Nru glib2.0-2.42.0/gio/gdbus-2.0/codegen/config.py glib2.0-2.42.1/gio/gdbus-2.0/codegen/config.py
> --- glib2.0-2.42.0/gio/gdbus-2.0/codegen/config.py      2014-09-22 17:18:16.000000000 +0000
> +++ glib2.0-2.42.1/gio/gdbus-2.0/codegen/config.py      2014-11-09 23:20:38.000000000 +0000
> @@ -21,5 +21,5 @@
>  
>  DATADIR = "${prefix}/share"
>  DATADIR = DATADIR.replace(
> -    "${prefix}", "/usr/local")
> -VERSION = "2.42.0"
> +    "${prefix}", "/home/mclasen/gnome")
> +VERSION = "2.42.1"

Is the above going to be an issue/break stuff?

> diff -Nru glib2.0-2.42.0/gio/gioenums.h glib2.0-2.42.1/gio/gioenums.h
> --- glib2.0-2.42.0/gio/gioenums.h       2014-09-22 13:42:12.000000000 +0000
> +++ glib2.0-2.42.1/gio/gioenums.h       2014-10-02 18:02:20.000000000 +0000
> [...]
> @@ -1377,9 +1377,9 @@
>    G_CREDENTIALS_TYPE_INVALID,
>    G_CREDENTIALS_TYPE_LINUX_UCRED,
>    G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED,
> -  G_CREDENTIALS_TYPE_NETBSD_UNPCBID,
>    G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED,
> -  G_CREDENTIALS_TYPE_SOLARIS_UCRED
> +  G_CREDENTIALS_TYPE_SOLARIS_UCRED,
> +  G_CREDENTIALS_TYPE_NETBSD_UNPCBID
>  } GCredentialsType;
>  
>  /**

Is this a public enum with values re-ordered for no apparent reason (and
possibly breaking ABI)?

~Niels


Reply to: