Accepting request 46487 from GNOME:Factory

Copy from GNOME:Factory/telepathy-glib based on submit request 46487 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/46487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telepathy-glib?expand=0&rev=33
This commit is contained in:
OBS User autobuild 2010-08-27 20:33:20 +00:00 committed by Git OBS Bridge
commit f3f58f4ebb
4 changed files with 51 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Aug 26 11:09:02 CEST 2010 - dimstar@opensuse.org
- Update to version 0.11.14:
+ Enhancements:
- fdo#29375: there's now a TpBaseChannel class which deals with
all the boring boilerplate previously needed to implement
channels. Public response to the class has been uniform.
- fdo#29614: add TpBaseClient:account-manager
- Allow TpBaseClient instances to wait for any desired set of
TpAccount, TpConnection and TpChannel features
- fdo#29671: add TP_ARRAY_TYPE_UCHAR_ARRAY_LIST, i.e. signature
'aay' in dbus-glib
+ Fixes:
- Ensure that when a TpAccountChannelRequest produces a
connection and a channel, they're obtained from the same
TpAccount we started from
- fdo#29756, fdo#29795: various documentation improvements.
-------------------------------------------------------------------
Wed Aug 18 10:08:58 CEST 2010 - dimstar@opensuse.org
- Update to version 0.11.13:
+ Changes to experimental API:
- fdo#29070: remove telepathy-vala.pc
+ Enhancements:
- fdo#29358: add TP_ERROR as an alias for TP_ERRORS, for
introspectability
- add TP_USER_ACTION_TIME_NOT_USER_ACTION,
TP_USER_ACTION_TIME_CURRENT_TIME,
tp_user_action_time_from_x11,
tp_user_action_time_should_present
- improve various documentation
- convert TpBaseClient virtual methods into normal GObject
virtual methods so they can be introspected
+ Fixes:
- Don't rely on vala-1.0.pc to check for vala version and
vapigen
- fdo#25019: let the TpPresenceMixin work on connections that
implement SimplePresence but not complex Presence
- Fix harmless misuse of enums that caused warnings on gcc 4.5
- Fix out-of-tree builds with Vala enabled
- Replace pkgconfig(vala-1.0) BuildRequires with vala-devel one
since we want the vala compiler, not libvala.
-------------------------------------------------------------------
Wed Aug 11 11:38:56 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package telepathy-glib (Version 0.11.12)
# spec file for package telepathy-glib (Version 0.11.14)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: telepathy-glib
Version: 0.11.12
Version: 0.11.14
Release: 1
License: LGPLv2.1
Summary: Libraries for adding telepathy support to applications that use glib
@ -28,13 +28,13 @@ Source: telepathy-glib-%{version}.tar.bz2
BuildRequires: gtk-doc
BuildRequires: libxslt-devel
BuildRequires: python-xml
BuildRequires: vala-devel
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(vala-1.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description