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

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

OBS-URL: https://build.opensuse.org/request/show/33048
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=73
This commit is contained in:
Vincent Untz 2010-02-22 22:34:58 +00:00 committed by Git OBS Bridge
parent 589469ea14
commit e7e9d57673
4 changed files with 33 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Feb 22 08:09:22 CET 2010 - dimstar@opensuse.org
- Update to version 2.23.4:
+ GVariant:
- The core of GVariant has been merged now, with some API still
to follow.
+ GIO:
- There is a new interface GFileDescriptorBased for file
descriptor based IO. GLocalFile{Input,Output}Stream implement
it
- Use splice(2) to transfer data between file descriptors
without extraneous copies
- Add a way to request move events from file monitors
+ Bugs fixed:
- bgo#609143 - *result_uncertain is never assigned in
g_content_type_guess
- bgo#604086 - Use splice(2) when doing local file copies
- bgo#547890 - No move events for GFileMonitorEvent?
- bgo#568760 - nautilus freezes due to a bug in garray.c:322
- bgo#609962 - Add info about the use of G_DEFINE_INTERFACE
- bgo#609564 - g_base64_encode_close docs should mention outbuf
size...
- bgo#610484 - g_variant_equal bug
- bgo#610131 - libasyncns does not compile on Solaris 8
- bgo#609530 - missing single header include guards
+ Updated translations
-------------------------------------------------------------------
Fri Feb 12 02:41:37 CET 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package glib2 (Version 2.23.3)
# spec file for package glib2 (Version 2.23.4)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,7 +20,7 @@
Name: glib2
%define _name glib
Version: 2.23.3
Version: 2.23.4
Release: 1
License: LGPLv2.1+
Summary: A Library with Convenient Functions Written in C