Accepting request 24342 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/telepathy-glib via accept of submit request 24342 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/24342 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=34
This commit is contained in:
parent
9be01bb0ed
commit
44fe12da8c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:104eeedadaefed8c08456bd8e76e54a90f123e404e9e0fbe2771618df84a46a2
|
||||
size 1659311
|
3
telepathy-glib-0.9.1.tar.bz2
Normal file
3
telepathy-glib-0.9.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:963809507de1f3e3f4433f836e4e0632324b332f8e1860b4b7217e8fa119411a
|
||||
size 1694984
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 01:39:33 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.9.1:
|
||||
+ Fixes:
|
||||
- Corrected the GLib dependency to 2.20
|
||||
- Corrected the error message given when a write-only D-Bus
|
||||
property is read
|
||||
- Work around GLib 2.20 being less const-correct than 2.22
|
||||
- fdo#23853: if a connection manager is discovered not to be
|
||||
running while TpConnectionManager has a ListProtocols call
|
||||
in-flight, then a new instance of the CM starts up and
|
||||
replies to that call, don't crash with an assertion failure
|
||||
- If a connection manager returns error from GetParameters(),
|
||||
don't dereference a NULL pointer and segfault
|
||||
- When asked to activate or introspect a connection manager,
|
||||
don't do anything until we have at least worked out whether
|
||||
it was initially running, in order to provide the documented
|
||||
behaviour
|
||||
- When getting parameter details from a running connection
|
||||
manager, consider parameters called "password" or ending with
|
||||
"-password" to be secret even if they lack the SECRET flag,
|
||||
as was already done when reading .manager files
|
||||
- Changes from version 0.9.0:
|
||||
+ Dependencies:
|
||||
- GLib 2.20 is now required.
|
||||
- telepathy-glib now links to GIO as well as GLib and GObject.
|
||||
+ Enhancements:
|
||||
- TpAccountManager, TpAccount: add convenience API similar to
|
||||
libempathy's
|
||||
- telepathy-glib now uses Automake 1.11's "silent rules"
|
||||
feature for kernel-style output.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 16:53:32 CEST 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package telepathy-glib (Version 0.8.0)
|
||||
# spec file for package telepathy-glib (Version 0.9.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: telepathy-glib
|
||||
Version: 0.8.0
|
||||
Version: 0.9.1
|
||||
Release: 1
|
||||
License: LGPL v2.1 or later
|
||||
%define debug_package_requires libtelepathy-glib0 = %{version}-%{release}
|
||||
|
Loading…
x
Reference in New Issue
Block a user