Updating link to change in openSUSE:Factory/telepathy-glib revision 34.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=2e8de52a36db2044b10ed6fbe4266f52
This commit is contained in:
parent
c74d93b8db
commit
0ee1db62d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:225920f97fd3d9a97dab63939c0ab16f5fddb5eaf8d6d9b3b8a83ffb592889b8
|
|
||||||
size 1699354
|
|
3
telepathy-glib-0.12.0.tar.bz2
Normal file
3
telepathy-glib-0.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20d8f58cd13a72b75456ba37f347ac420fbc32b646453280e56aee6e5abcd8b1
|
||||||
|
size 1734607
|
@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 21 09:15:31 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.12.0:
|
||||||
|
+ Disable documentation completeness checks and redirect
|
||||||
|
documentation uploads for stable branch
|
||||||
|
+ Add the version number, and a link to the latest version, to
|
||||||
|
the documentation
|
||||||
|
+ Increase dependencies for Vala bindings to versions that the
|
||||||
|
libfolks developers have verified to work:
|
||||||
|
gobject-introspection 0.9.6 and Vala 0.10.0.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 16 09:38:04 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.11.16:
|
||||||
|
+ Enhancements:
|
||||||
|
- Update to stable spec 0.20.1
|
||||||
|
. generate basic API for Chan.I.Conference
|
||||||
|
. generate basic API for Chan.T.ServerTLSConnection and
|
||||||
|
TLSCertificate (server-side only for now, since
|
||||||
|
TLSCertificate will require a new TpProxy subclass)
|
||||||
|
- When connections are created in a CM, debug-log the sanitized
|
||||||
|
parameter values
|
||||||
|
- When a TpBaseChannel is created, log an error if it doesn't
|
||||||
|
have a parent connection
|
||||||
|
+ Fixes:
|
||||||
|
- fdo#30134: rename TpIntSet to TpIntset, with compatibility
|
||||||
|
typedefs for the old name, to avoid breaking recent
|
||||||
|
gobject-introspection
|
||||||
|
- fdo#30134: add more gobject-introspection annotations to work
|
||||||
|
better with recent versions, and work around another case of
|
||||||
|
(skip) not working in older versions
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 14 08:42:55 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.11.15:
|
||||||
|
+ Enhancements:
|
||||||
|
- Update to spec 0.19.12:
|
||||||
|
. generate code for SMS interface for Text channels, NotYet
|
||||||
|
error, Object_Immutable_Properties type and
|
||||||
|
TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENTRE
|
||||||
|
- fdo#28420: add tp_channel_get_requested() etc.
|
||||||
|
- Add basic introspectability for the Connection mixins
|
||||||
|
+ Fixes:
|
||||||
|
- fdo#30090: fix parsing TpProtocol information from .manager
|
||||||
|
files
|
||||||
|
- fdo#29943: make tp_debug_sender_log_handler thread-safe
|
||||||
|
- fdo#30111: make GObject-Introspection work again with g-i >=
|
||||||
|
0.9.5
|
||||||
|
- fdo#30134: make configure fail if Vala bindings are enabled
|
||||||
|
but g-i is disabled, which can't work
|
||||||
|
- fdo#25582, fdo#27806, fdo#30118: fix miscellaneous memory
|
||||||
|
leaks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 26 11:09:02 CEST 2010 - dimstar@opensuse.org
|
Thu Aug 26 11:09:02 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package telepathy-glib (Version 0.11.14)
|
# spec file for package telepathy-glib (Version 0.12.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: telepathy-glib
|
Name: telepathy-glib
|
||||||
Version: 0.11.14
|
Version: 0.12.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1
|
License: LGPLv2.1
|
||||||
Summary: Libraries for adding telepathy support to applications that use glib
|
Summary: Libraries for adding telepathy support to applications that use glib
|
||||||
@ -31,9 +31,9 @@ BuildRequires: python-xml
|
|||||||
BuildRequires: vala-devel
|
BuildRequires: vala-devel
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gio-unix-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)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user