Hello Niels! I'd be more then happy if someone else could answer your questions but I'll make an attempt at filling in some information here just in case noone else steps up.
On Sat, Nov 29, 2014 at 10:48:06AM +0100, Niels Thykier wrote: [...] > > 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? The above is a generated file built from config.py.in, so should not be any issue here. > > > 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)? Yes, except the "for no apparent reason" part. The introduction of NetBSD support caused an ABI breakage, this simply reverts to the old ABI. This likely does not affect us at all though (since it involves NetBSD, OpenBSD and Solaris). Regards, Andreas Henriksson -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org