From 47f12f2786705f165c7c1bbea454be4666e3eb19592d7db4a6e74a85bc317915 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 19 Aug 2010 12:39:52 +0000 Subject: [PATCH 1/3] 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 --- glib-2.25.13.tar.bz2 | 3 --- glib-2.25.14.tar.bz2 | 3 +++ glib2.changes | 27 +++++++++++++++++++++++++++ glib2.spec | 4 ++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 glib-2.25.13.tar.bz2 create mode 100644 glib-2.25.14.tar.bz2 diff --git a/glib-2.25.13.tar.bz2 b/glib-2.25.13.tar.bz2 deleted file mode 100644 index 2c6abce..0000000 --- a/glib-2.25.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:785297b1528cba6f2d20358ba7386be49bad0e7d50aa4b965d80a44eba14a5e0 -size 6157668 diff --git a/glib-2.25.14.tar.bz2 b/glib-2.25.14.tar.bz2 new file mode 100644 index 0000000..b3b572d --- /dev/null +++ b/glib-2.25.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74844afba13dba6939398d30ed397f3443b5cc35803fd302fd55ee10c7f1fc20 +size 6246276 diff --git a/glib2.changes b/glib2.changes index 0fc5950..da85431 100644 --- a/glib2.changes +++ b/glib2.changes @@ -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 diff --git a/glib2.spec b/glib2.spec index b01463f..bdba206 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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. # @@ -20,7 +20,7 @@ Name: glib2 %define _name glib -Version: 2.25.13 +Version: 2.25.14 Release: 1 # 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 From 441d203ef8168923b3e8f564e167b9af478f784918dee07fe282e0a07556e1f8 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 27 Aug 2010 14:53:30 +0000 Subject: [PATCH 2/3] Accepting request 46451 from GNOME:Factory checked in (request 46451) OBS-URL: https://build.opensuse.org/request/show/46451 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=91 --- glib-2.25.13.tar.bz2 | 3 +++ glib-2.25.14.tar.bz2 | 3 --- glib2.changes | 27 --------------------------- glib2.spec | 4 ++-- 4 files changed, 5 insertions(+), 32 deletions(-) create mode 100644 glib-2.25.13.tar.bz2 delete mode 100644 glib-2.25.14.tar.bz2 diff --git a/glib-2.25.13.tar.bz2 b/glib-2.25.13.tar.bz2 new file mode 100644 index 0000000..2c6abce --- /dev/null +++ b/glib-2.25.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785297b1528cba6f2d20358ba7386be49bad0e7d50aa4b965d80a44eba14a5e0 +size 6157668 diff --git a/glib-2.25.14.tar.bz2 b/glib-2.25.14.tar.bz2 deleted file mode 100644 index b3b572d..0000000 --- a/glib-2.25.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74844afba13dba6939398d30ed397f3443b5cc35803fd302fd55ee10c7f1fc20 -size 6246276 diff --git a/glib2.changes b/glib2.changes index da85431..0fc5950 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,30 +1,3 @@ -------------------------------------------------------------------- -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 diff --git a/glib2.spec b/glib2.spec index bdba206..b01463f 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,5 +1,5 @@ # -# spec file for package glib2 (Version 2.25.14) +# spec file for package glib2 (Version 2.25.13) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: glib2 %define _name glib -Version: 2.25.14 +Version: 2.25.13 Release: 1 # 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 From 2859326685071a69d12230cc0a62429ec1338dd90c1c270b008b734f799308d7 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 27 Aug 2010 14:53:31 +0000 Subject: [PATCH 3/3] Updating link to change in openSUSE:Factory/glib2 revision 88.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=f74092731433cb830b3cfa943b847254 --- glib-2.25.13.tar.bz2 | 3 --- glib-2.25.14.tar.bz2 | 3 +++ glib2.changes | 27 +++++++++++++++++++++++++++ glib2.spec | 4 ++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 glib-2.25.13.tar.bz2 create mode 100644 glib-2.25.14.tar.bz2 diff --git a/glib-2.25.13.tar.bz2 b/glib-2.25.13.tar.bz2 deleted file mode 100644 index 2c6abce..0000000 --- a/glib-2.25.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:785297b1528cba6f2d20358ba7386be49bad0e7d50aa4b965d80a44eba14a5e0 -size 6157668 diff --git a/glib-2.25.14.tar.bz2 b/glib-2.25.14.tar.bz2 new file mode 100644 index 0000000..b3b572d --- /dev/null +++ b/glib-2.25.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74844afba13dba6939398d30ed397f3443b5cc35803fd302fd55ee10c7f1fc20 +size 6246276 diff --git a/glib2.changes b/glib2.changes index 0fc5950..da85431 100644 --- a/glib2.changes +++ b/glib2.changes @@ -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 diff --git a/glib2.spec b/glib2.spec index b01463f..bdba206 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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. # @@ -20,7 +20,7 @@ Name: glib2 %define _name glib -Version: 2.25.13 +Version: 2.25.14 Release: 1 # 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