Accepting request 45679 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 45679 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/45679 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=90
This commit is contained in:
parent
eb4615409a
commit
47f12f2786
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:785297b1528cba6f2d20358ba7386be49bad0e7d50aa4b965d80a44eba14a5e0
|
|
||||||
size 6157668
|
|
3
glib-2.25.14.tar.bz2
Normal file
3
glib-2.25.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74844afba13dba6939398d30ed397f3443b5cc35803fd302fd55ee10c7f1fc20
|
||||||
|
size 6246276
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 17 11:01:27 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.25.14:
|
||||||
|
+ GDBus:
|
||||||
|
- Make the closure variants of GDBus apis work
|
||||||
|
- Make error unregistration work
|
||||||
|
- bgo#626748: Use async IO in the IO thread
|
||||||
|
+ GIO:
|
||||||
|
- bgo#626208: Make g_simple_async_result_is_valid work without
|
||||||
|
source
|
||||||
|
- GSocketClient: add a timeout property
|
||||||
|
- Fix memory leaks in GSocketClient
|
||||||
|
- bgo#616458: Handle async vs. sync correctly in
|
||||||
|
GSocketConnection stream
|
||||||
|
- Declare stream base classes as abstract
|
||||||
|
- bgo#627071: Clarify semantics of g_output_stream_write()
|
||||||
|
+ Other:
|
||||||
|
- Improve test coverage for GDBus, GRegex, GAsyncResult
|
||||||
|
- Drop dead code in pcre, xdgmime
|
||||||
|
- bgo#578295: Fix a race condition in gtester
|
||||||
|
- bgo#626704: Avoid an extra allocation in GAsyncQueue
|
||||||
|
- bgo#626841: Add test case for non-socket GIOStream
|
||||||
|
- bgo#622770: More explicit GVariant docs
|
||||||
|
- bgo#602417: Imroved docs for GAsyncInitable and
|
||||||
|
GSimpleAsyncResult
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 8 04:59:27 CEST 2010 - vuntz@opensuse.org
|
Sun Aug 8 04:59:27 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glib2 (Version 2.25.13)
|
# spec file for package glib2 (Version 2.25.14)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: glib2
|
Name: glib2
|
||||||
%define _name glib
|
%define _name glib
|
||||||
Version: 2.25.13
|
Version: 2.25.14
|
||||||
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: remove python BuildRequires once sr#43603 is accepted
|
# FIXME: remove python BuildRequires once sr#43603 is accepted
|
||||||
|
Loading…
Reference in New Issue
Block a user