From ab935d886275535090a17fa0e86e763cea3817cc77148a9c5428dbd5ec840f16 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 23 Nov 2011 11:23:49 +0000 Subject: [PATCH] Accepting request 92997 from home:dimstar:branches:GNOME:Factory Update to 2.31.2 OBS-URL: https://build.opensuse.org/request/show/92997 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=170 --- glib-2.31.0.tar.bz2 | 3 --- glib-2.31.2.tar.bz2 | 3 +++ glib2.changes | 19 +++++++++++++++++++ glib2.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 glib-2.31.0.tar.bz2 create mode 100644 glib-2.31.2.tar.bz2 diff --git a/glib-2.31.0.tar.bz2 b/glib-2.31.0.tar.bz2 deleted file mode 100644 index 43b557b..0000000 --- a/glib-2.31.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:071886b70b19d75e09ad0222d4b0abb388f2b840ec1c973218209bc781a52087 -size 7787409 diff --git a/glib-2.31.2.tar.bz2 b/glib-2.31.2.tar.bz2 new file mode 100644 index 0000000..d47c7fa --- /dev/null +++ b/glib-2.31.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964f944f294e4ff15f2a9ba5cc82e746de5f2cbb0e05732d86c8bd3e7c531ca6 +size 7810027 diff --git a/glib2.changes b/glib2.changes index 384c96b..33fdcce 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Nov 22 08:28:17 UTC 2011 - dimstar@opensuse.org + +- Update to version 2.31.2: + + Monotonic time is now properly supported on Windows + + glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/ + + EXPERIMENTAL: introduce new GSettingsSchema and + GSettingsSchemaSource APIs for the convenience of plugin system + authors and those who wish to introspect the contents of + schemas. + + Improve the performance of GObject property notifies. + + GDBus: + - fix a race when unowning a name immediately after owning it + - thread safety improvements on GDBusConnection + - fixes for exit-on-close functionality + + Deprecations: + - add G_SIGNAL_DEPRECATED + - don't use G_DISABLE_DEPRECATED masking for functions anymore + ------------------------------------------------------------------- Thu Oct 27 08:29:41 UTC 2011 - dimstar@opensuse.org diff --git a/glib2.spec b/glib2.spec index 51417a7..47ab963 100644 --- a/glib2.spec +++ b/glib2.spec @@ -21,7 +21,7 @@ Name: glib2 %define _name glib -Version: 2.31.0 +Version: 2.31.2 Release: 1 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib # FIXME: find out if tapsets should really be in devel package or in main package