Accepting request 45359 from GNOME:Factory

checked in (request 45359)

OBS-URL: https://build.opensuse.org/request/show/45359
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=58
This commit is contained in:
OBS User autobuild 2010-08-13 00:31:22 +00:00 committed by Git OBS Bridge
parent 9caebeb871
commit ae0c094f0a
5 changed files with 11 additions and 25 deletions

View File

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

View File

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

View File

@ -1,23 +1,3 @@
-------------------------------------------------------------------
Wed Aug 11 11:38:56 CEST 2010 - vuntz@opensuse.org
- Update to version 0.11.12:
+ Enhancements:
- Added TpAccountChannelRequest, a request to create or ensure
a channel (fdo#29456, fdo#13422)
- fdo#29461: updated to telepathy-spec 0.19.11
. more error codes for SSL/TLS - Insecure, Revoked,
LimitExceeded
. Conference_Host call state flag
+ Fixes:
- fdo#29174: update example connection managers to follow
current telepathy-spec best practices, including Protocol
objects
- fdo#29268: fix compilation from a tarball with
--enable-vala-bindings
- Remove manually added telepathy-glib.deps: it's in the tarball
now.
-------------------------------------------------------------------
Sat Aug 7 02:04:49 CEST 2010 - vuntz@opensuse.org

2
telepathy-glib.deps Normal file
View File

@ -0,0 +1,2 @@
gobject-2.0
gio-2.0

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.11)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,13 +18,14 @@
Name: telepathy-glib
Version: 0.11.12
Version: 0.11.11
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: telepathy-glib-%{version}.tar.bz2
Source1: telepathy-glib.deps
BuildRequires: gtk-doc
BuildRequires: libxslt-devel
BuildRequires: python-xml
@ -73,6 +74,9 @@ telepathy functionality from applications that use glib.
%prep
%setup -q
# File is missing from tarball in 0.11.11
test ! -f vala/telepathy-glib.deps
cp %{S:1} vala/telepathy-glib.deps
%build
%configure --disable-static \