Accepting request 33947 from GNOME:Factory

Copy from GNOME:Factory/glib2 based on submit request 33947 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/33947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=79
This commit is contained in:
OBS User autobuild 2010-03-05 01:04:52 +00:00 committed by Git OBS Bridge
commit 727685691f
4 changed files with 41 additions and 11 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,37 @@
-------------------------------------------------------------------
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
- Do not call gio-querymodules in %postun of the main package since
we don't have gio-querymodules anymore at that point.
-------------------------------------------------------------------
Wed Feb 10 16:01:41 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
@ -308,12 +308,8 @@ fi
%{_bindir}/gio-querymodules %{_libdir}/gio/modules
%endif
%postun
%if "%{_lib}" == "lib64"
%{_bindir}/gio-querymodules-64 %{_libdir}/gio/modules
%else
%{_bindir}/gio-querymodules %{_libdir}/gio/modules
%endif
# No %postun about gio-querymodules for the main package since the binary is
# part of this package, and so doesn't exist anymore in %postun
%postun -n libglib-2_0-0 -p /sbin/ldconfig