Accepting request 91707 from home:vuntz:branches:GNOME:Factory
Update to 0.17.1 OBS-URL: https://build.opensuse.org/request/show/91707 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=112
This commit is contained in:
parent
71822236ad
commit
d1c1283320
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3be1e82a8e282a11b338e0b6be0599e0deb32c0533fdbbcccb97b174e98bddd3
|
||||
size 3131435
|
3
telepathy-glib-0.17.1.tar.gz
Normal file
3
telepathy-glib-0.17.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:933fd7795a473f590725871ce0565a57962d4e9f7e50c4df3541cbd35ebb7899
|
||||
size 3365314
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 22:43:16 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.17.1:
|
||||
+ Enhancements:
|
||||
- telepathy-glib now generates code for spec version 0.25.0.
|
||||
- fdo#39188: add high level API to accept and provide file
|
||||
transfers.
|
||||
- Changes from version 0.17.0:
|
||||
+ Enhancements:
|
||||
- fdo#41801: add high level API to block/unblock contacts.
|
||||
- fdo#42546: add TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIES
|
||||
a feature preparing ContactList's properties without
|
||||
preparing the contact list itself.
|
||||
- fdo#42503: the TpChannelDispatchOperation passed to
|
||||
TpBaseClientClassObserveChannelsImpl is now prepared.
|
||||
- fdo#41455: it's now possible to install tp-glib's test suite.
|
||||
- Changes from version 0.16.2:
|
||||
+ Fixes:
|
||||
- Improve documentation of the TpProxy::invalidated signal.
|
||||
- fdo#42305: TpGroupMixin: always set the
|
||||
Members_Changed_Detailed flag.
|
||||
- fdo#42670: fix a crash when preparing
|
||||
TP_CHANNEL_FEATURE_CONTACTS on a channel containing contacts
|
||||
without known owners.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 21:47:15 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: telepathy-glib
|
||||
Version: 0.16.1
|
||||
Version: 0.17.1
|
||||
Release: 1
|
||||
License: LGPLv2.1
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
@ -28,13 +28,13 @@ Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}
|
||||
BuildRequires: gtk-doc >= 1.17
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: vala >= 0.11.2
|
||||
BuildRequires: vala >= 0.14.0
|
||||
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) >= 0.9.6
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user