Accepting request 53251 from home:vuntz:branches:GNOME:Factory
thanks OBS-URL: https://build.opensuse.org/request/show/53251 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=114
This commit is contained in:
parent
9fa6d6c1a6
commit
19e97b534d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6071f91fab89456a425969077325a6679d9d1ccf0ebfca2d030e1bef2b66e868
|
|
||||||
size 6747605
|
|
3
glib-2.27.3.tar.bz2
Normal file
3
glib-2.27.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c44177b635e88639361eb1daf7aaa33315a00aaf46db5accf2f11920c7ff1919
|
||||||
|
size 6780936
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 17 14:25:40 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.27.3:
|
||||||
|
- The GTimeSpec type that was introduced in the 2.27.2 has been
|
||||||
|
dropped again in favour of APIs that return microseconds as
|
||||||
|
64-bit integer.
|
||||||
|
+ GTimer is now using monotonic time unconditionally
|
||||||
|
+ There are some new functions to facilitate error reporting
|
||||||
|
in async GIO APIs: g_simple_async_result_take_error,
|
||||||
|
g_simple_async_result_new_take_error,
|
||||||
|
g_simple_async_report_take_gerror_in_idle
|
||||||
|
+ There is new convenience API to us GVariant dictionaries:
|
||||||
|
g_variant_lookup
|
||||||
|
+ It is now possible to delay sending match rules to the D-Bus
|
||||||
|
daemon in GDBus: G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
|
||||||
|
+ Support has been added for XDG_RUNTIME_DIR:
|
||||||
|
g_get_user_runtime_dir
|
||||||
|
+ Various fixes for Win64/MSVC builds have been committed
|
||||||
|
+ Bugs fixed: bgo#620263, bgo#633075, bgo#633381, bgo#633685,
|
||||||
|
bgo#633686.
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 2.27.2:
|
||||||
|
+ GApplication:
|
||||||
|
- Export actions over DBus and support activating them from
|
||||||
|
remote instances
|
||||||
|
- Support environment passing
|
||||||
|
+ GSettings:
|
||||||
|
- The gsettings utility has a list-recursively command
|
||||||
|
- The gsettings utility has commandline completion for enum
|
||||||
|
values
|
||||||
|
+ GLib is now linked against librt and uses monotonic time for
|
||||||
|
timeouts and GPeriod sources. GSource has a new
|
||||||
|
g_source_get_time() which returns monotonic time, and
|
||||||
|
g_source_get_current_time() has been deprecated
|
||||||
|
+ Bugs fixed: bgo#158725, bgo#626320, bgo#629247, bgo#629274,
|
||||||
|
bgo#631264, bgo#631482, bgo#632169, bgo#632571, bgo#633115,
|
||||||
|
bgo#633206, bgo#633339, bgo#633356.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 1 11:44:58 EDT 2010 - vuntz@opensuse.org
|
Mon Nov 1 11:44:58 EDT 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glib2 (Version 2.27.1)
|
# spec file for package glib2 (Version 2.27.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Name: glib2
|
Name: glib2
|
||||||
%define _name glib
|
%define _name glib
|
||||||
Version: 2.27.1
|
Version: 2.27.3
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
|
# 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
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user