Accepting request 99682 from GNOME:Factory

Update to 2.31.8 (forwarded request 99550 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/99682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=122
This commit is contained in:
Stephan Kulow 2012-01-11 14:36:25 +00:00 committed by Git OBS Bridge
commit 94369fb9ee
4 changed files with 29 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26f082d3dfa017c73049a7f09333dd2114abd32849fd601394e35f4f8b34e49a
size 6040856

3
glib-2.31.8.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ce3d275189000e1c50e92efcdb6447bc260b1e5c41699b7a1959e3e1928fbaa
size 6084796

View File

@ -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

View File

@ -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