Accepting request 79211 from home:dimstar:branches:GNOME:Factory
Update to 0.15.5 OBS-URL: https://build.opensuse.org/request/show/79211 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=97
This commit is contained in:
parent
6e4197e2a7
commit
b42c1d1ff4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:825a30c1672be8ffc67c3dde875a7074485f7a16404c6433ca3bcb9aaf523dc3
|
||||
size 3074511
|
3
telepathy-glib-0.15.5.tar.gz
Normal file
3
telepathy-glib-0.15.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eac004e0423c632ca35fb56e59e4990fea6a2b2107c9258e51ee215c49e46a66
|
||||
size 3165045
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 09:02:50 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.15.5:
|
||||
+ Enhancements:
|
||||
- A new pair of classes, TpSimpleClientFactory and
|
||||
TpAutomaticClientFactory, have been added.
|
||||
- A new TpAccount feature, TP_ACCOUNT_FEATURE_CONNECTION, has
|
||||
been added, to ask TpAccount to prepare TpConnection objects
|
||||
before announcing them.
|
||||
- TpConnection now has API for managing the user's contact list
|
||||
- fdo#26516: Add tp_debug_sender_set_timestamps.
|
||||
- A metric tonne of new methods were added for joining chat
|
||||
rooms and managing members.
|
||||
- TpFileTransferChannel, a high-level API for file transfer
|
||||
channels, was added.
|
||||
- fdo#38061: tp_cm_message_set_message() was added to
|
||||
complement tp_cm_message_take_message().
|
||||
+ Fixes:
|
||||
- fdo#38060: fix a crash caused by an off-by-one error when
|
||||
constructing the SendError signal.
|
||||
- fdo#38997: cope more gracefully if UNIX sockets are
|
||||
unsupported, which should improve Windows portability.
|
||||
- fdo#39377: TpContact no longer erroneously re-prepares many
|
||||
features if existing contacts are re-requested.
|
||||
- fdo#27855: TpChannelManagers now have access to the original
|
||||
TargetID specified in the channel request,
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 19:59:32 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,23 +18,23 @@
|
||||
|
||||
|
||||
Name: telepathy-glib
|
||||
Version: 0.15.4
|
||||
Release: 2
|
||||
Version: 0.15.5
|
||||
Release: 1
|
||||
License: LGPLv2.1
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Url: http://telepathy.freedesktop.org/
|
||||
Group: Development/Languages/C and C++
|
||||
Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gtk-doc >= 1.17
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: vala-devel
|
||||
BuildRequires: vala-devel >= 0.11.2
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user