Updating link to change in openSUSE:Factory/telepathy-glib revision 32.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=53d28a9e51ea83c11d89877f56583e01
This commit is contained in:
parent
ae0c094f0a
commit
91f8a7c617
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2ced061fc83e79452d62acd1716660b6336eabda47bf30804ec22582557d348
|
||||
size 1640209
|
3
telepathy-glib-0.11.12.tar.bz2
Normal file
3
telepathy-glib-0.11.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:587262545fab9957a40c2b513f902992ce38228ee8d2e0c6e57df7a8abb6ef9b
|
||||
size 1685219
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
gobject-2.0
|
||||
gio-2.0
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package telepathy-glib (Version 0.11.11)
|
||||
# spec file for package telepathy-glib (Version 0.11.12)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,14 +18,13 @@
|
||||
|
||||
|
||||
Name: telepathy-glib
|
||||
Version: 0.11.11
|
||||
Version: 0.11.12
|
||||
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
|
||||
@ -74,9 +73,6 @@ 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 \
|
||||
|
Loading…
Reference in New Issue
Block a user