diff --git a/glib-2.31.6.tar.xz b/glib-2.31.6.tar.xz deleted file mode 100644 index 1740323..0000000 --- a/glib-2.31.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f082d3dfa017c73049a7f09333dd2114abd32849fd601394e35f4f8b34e49a -size 6040856 diff --git a/glib-2.31.8.tar.xz b/glib-2.31.8.tar.xz new file mode 100644 index 0000000..487f7d0 --- /dev/null +++ b/glib-2.31.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce3d275189000e1c50e92efcdb6447bc260b1e5c41699b7a1959e3e1928fbaa +size 6084796 diff --git a/glib2.changes b/glib2.changes index dbe4375..58d0234 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Jan 10 07:04:16 UTC 2012 - vuntz@opensuse.org + +- Update to version 2.31.8: + + GObject: + - The type checks for overriding properties have been loosened. + In particular, it is now possible to add the CONSTRUCT flag + to an overridden property. + - GWeakRef is a new API for weak references; unlike + g_object_weak_ref and g_object_add_weak_pointer, it is + thread-safe. + + GHashTable has grown new convenience api for use as a set: + g_hash_table_add, g_hash_table_contains + + GSocketConnection has gained API for managing connection status + + GSettings: a native OS X backend has been added, under the name + 'nexstep' + + Bugs fixed: bgo#455640, bgo#548954, bgo#625751, bgo#658871, + bgo#664069, bgo#664830, bgo#665211, bgo#665805, bgo#666116, + bgo#666422, bgo#666551, bgo#666595, bgo#666615, bgo#666616, + bgo#666803, bgo#666804, bgo#666951, bgo#666978, bgo#667098, + bgo#667225, bgo#667226, bgo#667279, bgo#667285, bgo#667331, + bgo#667420. + + Updated translations. + ------------------------------------------------------------------- Thu Dec 22 10:31:32 UTC 2011 - vuntz@opensuse.org diff --git a/glib2.spec b/glib2.spec index 43a4dc5..20843cd 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,7 +1,7 @@ # # spec file for package glib2 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,12 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define with_systemtap 0 Name: glib2 %define _name glib -Version: 2.31.6 +Version: 2.31.8 Release: 0 # 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