Accepting request 44257 from home:dimstar:branches:GNOME:Factory

Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 44257 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/44257
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=86
This commit is contained in:
Vincent Untz
2010-08-05 20:59:39 +00:00
committed by Git OBS Bridge
parent ddb18ca885
commit 21cc81cf6e
4 changed files with 58 additions and 5 deletions

View File

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

3
glib-2.25.12.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Fri Jul 30 10:44:08 CEST 2010 - dimstar@opensuse.org
- Update to version 2.25.12:
+ Build:
- cleanup automake setup
- rename configure.in to configure.ac
- various docs fixups
- move glibconfig.h to glib/
- disable dtrace support on Mac OS (which has incompatible
'dtrace')
+ GSettings:
- add support for vendor override files (to change the default
values in a schema)
- change GSettingsBackend vtable
- add g_settings_reset()
- support binding to G_TYPE_STRV properties
+ GDBus:
- many bug fixes, including a serialisation fix
- stop handling incoming connections as soon as stop() is
called
- proper support for file descriptor passing
- new flags parameter for sending messages
- new flags parameter for subscribing to signals
- always reset the message serial when sending a message unless
G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
- constness fixes for introspection structures
- clean ups to subtree registration API
+ Other:
- fix divide by zero bug in g_malloc_n functions
- GIO: don't blindly assume that SOCK_CLOEXEC is supported
- make GObject property notify freezes threadsafe
- GIO: clean up credentials passing
- GApplication: make default-quit not apply if register=FALSE
- GIO: add annotations for gobject-introspection
+ Bugs fixed:
- bgo#166020 use GAtomic for refcounting
- bgo#617483 Credentials passing
- bgo#622005 [GApplication] no way to modify the "default-quit"
property
- bgo#623293 vendor override files
- bgo#623810 Message serialization bug
- bgo#623815 Don't check sender for GDBusProxy objects where
name is not set
- bgo#624473 GDBusSubtreeIntrospectFunc return type
- bgo#624483 GDBusSubtreeEnumerateFunc clarification
- bgo#624484 GDBusSubtreeDispatchFunc clarification
- bgo#624754 gdbusaddress.c missing sys/wait.h
- bgo#624968 div by zero in g_malloc_n family
- bgo#624991 GSettings mapping for G_TYPE_STRV
- bgo#625383 Add missing GI annotations
+ Updated translations.
-------------------------------------------------------------------
Thu Jul 22 14:30:12 CEST 2010 - vuntz@opensuse.org

View File

@@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.25.11)
# spec file for package glib2 (Version 2.25.12)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,7 +20,7 @@
Name: glib2
%define _name glib
Version: 2.25.11
Version: 2.25.12
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
# FIXME: remove python BuildRequires once sr#43603 is accepted
# FIXME: find out if tapsets should really be in devel package or in main package