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

Copy from home:dimstar:branches:GNOME:Factory/telepathy-glib via accept of submit request 43351 revision 6.
Request was accepted with message:
thanks, see tweaks

OBS-URL: https://build.opensuse.org/request/show/43351
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=50
This commit is contained in:
Vincent Untz 2010-07-21 15:43:02 +00:00 committed by Git OBS Bridge
parent 4a03c51a5f
commit 02d6d0b3a1
5 changed files with 65 additions and 14 deletions

View File

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

View File

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

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Tue Jun 22 21:38:56 UTC 2010 - dimstar@opensuse.org
- Update to version 0.11.8:
+ GObject-Introspection is enabled, it must be version 0.6.14 or
later.
+ Improve GObject-Introspection annotations, and optionally build
Vala bindings, which are currently considered highly
experimental
+ Make tp_base_client_set_handler_bypass_approval able to set the
value to FALSE, and hence make it possible for a
TpSimpleHandler to not bypass approval
+ If the weak object for contact info retrieval disappears, stop,
and don't call the callback
+ Fix a va_list leak in tp_value_array_build
+ Fix a memory leak for unlikely errors in
tp_base_connection_register
+ For more chances, please see NEWS in the package.
- Rebase work_around_pkg_config.patch.
-------------------------------------------------------------------
Mon Jun 21 12:18:31 CEST 2010 - dimstar@opensuse.org
- Update to version 0.10.6:
+ TpGroupMixin: allow "adding" contacts who are already members,
even if the Can_Add flag isn't set
+ TpGroupMixin: allow "removing" contacts who are not in the
channel
+ Correct the syntax of TP_IS_HANDLE_REPO_IFACE
-------------------------------------------------------------------
Wed May 12 12:38:57 CEST 2010 - dimstar@opensuse.org
- Update to version 0.10.5:
+ Enhancements:
- fdo#27794: improve regression test coverage for TpAccount
+ Fixes:
- fdo#27780: when TpAccount:connection changes, emit
notify::connection (smcv)
- Don't leak TpAccount:parameters when disposed
- Fix more assertion failures (this time in TpContact) if
getting contact attributes fails or yields the wrong type
- Remove some dead code to keep coverity happy
- Changes from version 0.10.4:
+ Fixes:
- fdo#27714: support G_CONNECT_AFTER in
tp_g_signal_connect_object, and document exactly which flags
we support
- fdo #27537: fix assertion failure if getting contact
attributes fails
-------------------------------------------------------------------
Sat Apr 24 10:08:24 UTC 2010 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package telepathy-glib (Version 0.10.3)
# spec file for package telepathy-glib (Version 0.11.8)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,8 +18,8 @@
Name: telepathy-glib
Version: 0.10.3
Release: 2
Version: 0.11.8
Release: 1
License: LGPLv2.1
%define debug_package_requires libtelepathy-glib0 = %{version}-%{release}
Summary: Libraries for adding telepathy support to applications that use glib

View File

@ -1,24 +1,24 @@
Index: telepathy-glib-0.10.3/telepathy-glib/telepathy-glib.pc.in
Index: telepathy-glib-0.11.8/telepathy-glib/telepathy-glib.pc.in
===================================================================
--- telepathy-glib-0.10.3.orig/telepathy-glib/telepathy-glib.pc.in 2010-04-06 20:03:14.000000000 +0200
+++ telepathy-glib-0.10.3/telepathy-glib/telepathy-glib.pc.in 2010-04-24 12:06:13.056750562 +0200
--- telepathy-glib-0.11.8.orig/telepathy-glib/telepathy-glib.pc.in
+++ telepathy-glib-0.11.8/telepathy-glib/telepathy-glib.pc.in
@@ -6,7 +6,6 @@ includedir=@includedir@
Name: Telepathy-GLib
Description: GLib utility library for the Telepathy framework
Version: @VERSION@
-Requires: pkg-config >= 0.21
Requires.private: dbus-glib-1 >= 0.73, glib-2.0 >= 2.20, gobject-2.0 >= 2.20, gio-2.0 >= 2.20
Requires.private: dbus-glib-1 >= 0.82, glib-2.0 >= 2.24, gobject-2.0 >= 2.24, gio-2.0 >= 2.24
Libs: -L${libdir} -ltelepathy-glib
Cflags: -I${includedir}/telepathy-1.0
Index: telepathy-glib-0.10.3/telepathy-glib/telepathy-glib-uninstalled.pc.in
Index: telepathy-glib-0.11.8/telepathy-glib/telepathy-glib-uninstalled.pc.in
===================================================================
--- telepathy-glib-0.10.3.orig/telepathy-glib/telepathy-glib-uninstalled.pc.in 2010-04-06 20:03:14.000000000 +0200
+++ telepathy-glib-0.10.3/telepathy-glib/telepathy-glib-uninstalled.pc.in 2010-04-24 12:06:23.216750652 +0200
--- telepathy-glib-0.11.8.orig/telepathy-glib/telepathy-glib-uninstalled.pc.in
+++ telepathy-glib-0.11.8/telepathy-glib/telepathy-glib-uninstalled.pc.in
@@ -6,7 +6,6 @@ abs_top_builddir=@abs_top_builddir@
Name: Telepathy-GLib (uninstalled copy)
Description: GLib utility library for the Telepathy framework
Version: @VERSION@
-Requires: pkg-config >= 0.21
Requires.private: dbus-glib-1 >= 0.73, glib-2.0 >= 2.20, gobject-2.0 >= 2.20, gio-2.0 >= 2.20
Requires.private: dbus-glib-1 >= 0.82, glib-2.0 >= 2.24, gobject-2.0 >= 2.24, gio-2.0 >= 2.24
Libs: ${abs_top_builddir}/telepathy-glib/libtelepathy-glib.la
Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}