From 6e4197e2a7b6f31a2cbaa29cc66073a2341190d296d9b179293eca49da4e6bdb Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 21 Jul 2011 09:43:16 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/telepathy-glib revision 50.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=049fe20af476d8b22c8212d8531cdad9 --- telepathy-glib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 6d252e5..d272a21 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -19,7 +19,7 @@ Name: telepathy-glib Version: 0.15.4 -Release: 1 +Release: 2 License: LGPLv2.1 Summary: Libraries for adding telepathy support to applications that use glib Url: http://telepathy.freedesktop.org/ From b42c1d1ff4b83c6263ec956f4b4e377c163bdab522479c24b4f025aa36cfbdb7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 18 Aug 2011 14:00:55 +0000 Subject: [PATCH 2/2] 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 --- telepathy-glib-0.15.4.tar.gz | 3 --- telepathy-glib-0.15.5.tar.gz | 3 +++ telepathy-glib.changes | 29 +++++++++++++++++++++++++++++ telepathy-glib.spec | 10 +++++----- 4 files changed, 37 insertions(+), 8 deletions(-) delete mode 100644 telepathy-glib-0.15.4.tar.gz create mode 100644 telepathy-glib-0.15.5.tar.gz diff --git a/telepathy-glib-0.15.4.tar.gz b/telepathy-glib-0.15.4.tar.gz deleted file mode 100644 index 8ce5fdb..0000000 --- a/telepathy-glib-0.15.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:825a30c1672be8ffc67c3dde875a7074485f7a16404c6433ca3bcb9aaf523dc3 -size 3074511 diff --git a/telepathy-glib-0.15.5.tar.gz b/telepathy-glib-0.15.5.tar.gz new file mode 100644 index 0000000..9dade86 --- /dev/null +++ b/telepathy-glib-0.15.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac004e0423c632ca35fb56e59e4990fea6a2b2107c9258e51ee215c49e46a66 +size 3165045 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index cbd2431..c785176 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -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 diff --git a/telepathy-glib.spec b/telepathy-glib.spec index d272a21..42bf4a7 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -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