From 589469ea1460ad85ee0b717f6dcbcb7759ff5e5f05580e5f09fd08c8f9633688 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sat, 13 Feb 2010 15:10:49 +0000 Subject: [PATCH 1/2] Accepting request 32354 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 32354 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/32354 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=71 --- glib2.changes | 6 ++++++ glib2.spec | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/glib2.changes b/glib2.changes index b477600..21e46d5 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/glib2.spec b/glib2.spec index 40b3d71..303a84c 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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 From e7e9d576732e648458b4e8d41753da391b2727d3d0a3e77428db362be144c7c1 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 22 Feb 2010 22:34:58 +0000 Subject: [PATCH 2/2] 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 --- glib-2.23.3.tar.bz2 | 3 --- glib-2.23.4.tar.bz2 | 3 +++ glib2.changes | 28 ++++++++++++++++++++++++++++ glib2.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 glib-2.23.3.tar.bz2 create mode 100644 glib-2.23.4.tar.bz2 diff --git a/glib-2.23.3.tar.bz2 b/glib-2.23.3.tar.bz2 deleted file mode 100644 index fba762c..0000000 --- a/glib-2.23.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d6433c60b3cebcf3e05ea2c65cde0817d110d41e1abb7873113cfd7efe18fac -size 5245920 diff --git a/glib-2.23.4.tar.bz2 b/glib-2.23.4.tar.bz2 new file mode 100644 index 0000000..2afb69c --- /dev/null +++ b/glib-2.23.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2a18649b5ae32ebb5e25ea2246b15104658e9bdf53ed879498a54975f52456 +size 5256348 diff --git a/glib2.changes b/glib2.changes index 21e46d5..82f2cb5 100644 --- a/glib2.changes +++ b/glib2.changes @@ -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 diff --git a/glib2.spec b/glib2.spec index 303a84c..ebc7ce7 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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