Accepting request 136790 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/136790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telepathy-glib?expand=0&rev=67
This commit is contained in:
commit
05afaa0e5d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:372375578be8053398f9fb1e12188a8b472d6d897e0ac73b230d31e112c68b3f
|
||||
size 3539165
|
3
telepathy-glib-0.19.10.tar.gz
Normal file
3
telepathy-glib-0.19.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a22211b2dfe75a4448b198e30ff9b8ceb7956d64c1a7a042ef48a62f23e921a
|
||||
size 3679511
|
@ -1,3 +1,165 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 19:38:42 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.19.10:
|
||||
+ Enhancements:
|
||||
- Add tp_vardict_get_uint32() etc., analogous to
|
||||
tp_asv_get_uint32() etc.
|
||||
- tp_channel_dispatch_operation_get_channels() is now
|
||||
introspected (fdo#55102).
|
||||
- Add tp_vardict_get_*() helper functions to lookup values in a
|
||||
GVariant of type %G_VARIANT_TYPE_VARDICT.
|
||||
- Add tp_variant_convert() and tp_variant_type_classify() to
|
||||
manipulate and convert GVariant.
|
||||
- A bunch of GVariant oriented API have been added as an
|
||||
alternative of their GValue equivalent: fdo#55024,
|
||||
fdo#55096, fdo#55099, fdo#55101, fdo#55024, fdo#55095 and
|
||||
fdo#55100.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 12 06:54:57 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.19.9:
|
||||
+ Enhancements:
|
||||
- Some functions from util.h, such as tp_utf8_make_valid(),
|
||||
tp_escape_as_identifier() and user-action-time functions are
|
||||
now available via gobject-introspection (fdo#54543)
|
||||
+ Fixes:
|
||||
- Get the remote contact from a MediaDescription correctly
|
||||
(fdo#54425)
|
||||
- Fix an incorrect error on UpdateLocalMediaDescription
|
||||
- Fix use of an unterminated string in the tls-certificates
|
||||
test
|
||||
- Fix service-side codegen using single includes, which
|
||||
prevents extensions to build with TP_DISABLE_SINGLE_INCLUDE.
|
||||
+ Several API deprecations.
|
||||
- Changes from version 0.19.8:
|
||||
+ Enhancements:
|
||||
- New introspectable function
|
||||
tp_account_channel_request_set_hint() to add hints one by
|
||||
one.
|
||||
+ Fixes:
|
||||
- Set the ChannelRequests immutable properties when
|
||||
observing/handling channels.
|
||||
- Changes from version 0.19.7:
|
||||
+ Enhancements:
|
||||
- Add API to TpBaseChannel to allow it to disappear and
|
||||
reappear from the bus without disposing the object
|
||||
(fdo#48210)
|
||||
+ Fixes:
|
||||
- In tp_account_dup_storage_identifier_variant, don't fail if
|
||||
there is no storage identifier (fdo#53201)
|
||||
- Remove duplicate TpBaseConnection typedef, fixing compilation
|
||||
with pre-C11 compilers like gcc < 4.6 (fdo#53100)
|
||||
- Use AS_CASE instead of case/esac, and AS_IF instead of
|
||||
if/then/[else/]fi in configure.ac, as they are safer and
|
||||
guaranteed to work (fdo#681413)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 18:42:58 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.19.6:
|
||||
+ Enhancements:
|
||||
- Add tp_account_manager_can_set_default()
|
||||
+ Fixes:
|
||||
- Fix generation of reentrant-methods.list in highly parallel
|
||||
builds (fdo#52480)
|
||||
- TpBaseChannel: assert that the subclass sets
|
||||
TargetHandleType.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 20:20:15 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.19.5:
|
||||
+ fdo#52441: fix warning when preparing blocked contacts before
|
||||
TP_CONNECTION_FEATURE_CONNECTED is officially prepared.
|
||||
+ TpAccountManager: set the requested presence on newly created
|
||||
accounts
|
||||
- Changes from version 0.19.4:
|
||||
+ Enhancements:
|
||||
- TpBaseConnectionManager, TpBaseConnection and TpBaseProtocol:
|
||||
add virtual methods to get interfaces.
|
||||
- Add tp_account_request_set_storage_provider().
|
||||
+ Fixes:
|
||||
- base-connection: return from RequestHandles if called with no
|
||||
names.
|
||||
- TpAccountRequest: add missing 'service' property getter.
|
||||
- Changes from version 0.19.3:
|
||||
+ Fix Crash in TpBaseClient (fdo#51444)
|
||||
+ Several API deprecations.
|
||||
- Changes from version 0.19.2:
|
||||
+ Enhancements:
|
||||
- TpDynamicHandleRepo can now have an asynchronous ID
|
||||
normalization function.
|
||||
+ Fixes:
|
||||
- tp_debug_client_get_messages_async: error is not propagated
|
||||
(fdo#51250)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 17:03:45 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.19.1:
|
||||
+ Enhancements:
|
||||
- New TpAccountRequest object to help account creation
|
||||
- TpSimpleClientFactory gained API to prepare TpContact objects
|
||||
with the features set on it.
|
||||
- tp_simple/automatic_client_factory_new() now accept NULL
|
||||
TpDBusDaemon arg.
|
||||
+ Fixes:
|
||||
- Fixed possible case where TP_CONTACT_FEATURE_AVATAR_DATA does
|
||||
not get prepared.
|
||||
- Fix Vala bindings build when srcdir is different from
|
||||
builddir. (fdo#49802)
|
||||
+ Several API deprecations.
|
||||
- Changes from version 0.19.0:
|
||||
+ Enhancements:
|
||||
- <telepathy-glib/telepathy-glib.h> now includes all
|
||||
non-generated code except proxy-subclass.h. Please use it
|
||||
instead of individual headers
|
||||
- A new meta-header, <telepathy-glib/telepathy-glib-dbus.h>,
|
||||
now includes all generated code.
|
||||
- Replace --disable-coding-style-checks and
|
||||
--disable-doc-checks with --disable-fatal-warnings.
|
||||
- Add TpRoomList and TpRoomInfo (fdo#30338)
|
||||
- Add TpDebugClient (fdo#23344)
|
||||
- Add tp_account_channel_request_new_text(),
|
||||
tp_account_channel_request_new_audio_call(),
|
||||
tp_account_channel_request_set_target_contact() etc., which
|
||||
do not require the caller to know D-Bus property names
|
||||
(fdo#48780)
|
||||
- Add tp_connection_dup_detailed_error_vardict(),
|
||||
tp_base_connection_disconnect_with_dbus_error_vardict(),
|
||||
tp_connection_manager_param_dup_default_variant(),
|
||||
tp_capabilities_dup_channel_classes_variant() which
|
||||
use/return GVariants instead of dbus-glib parameterized types
|
||||
- Add a simple PyGtk3 dialler to the examples, and optionally
|
||||
install the Python examples as well as the C ones (fdo#48504)
|
||||
- Add tp_contact_get_account()
|
||||
- Improve documentation
|
||||
- Add "clean-for-new-branch" Makefile target which is more
|
||||
thorough than clean, but less thorough than distclean
|
||||
- Add TpTLSCertificate, a TpProxy subclass representing a TLS
|
||||
certificate (fdo#30460)
|
||||
- TpMessageMixin now has helpers to implement the ChatState
|
||||
interface.
|
||||
+ Fixes:
|
||||
- Make it safe to hold refs to a remaining GAsyncResult after
|
||||
returning to the main loop (fdo#45554)
|
||||
- When a TpProxy method call returns, which can occasionally be
|
||||
synchronous, use an idle to finish the corresponding
|
||||
GAsyncResult (fdo#45514)
|
||||
- Add TP_NUM_DBUS_ERRORS (etc.) to supersede NUM_TP_DBUS_ERRORS
|
||||
(fdo#46470)
|
||||
- Make several methods returning a GStrv introspectable
|
||||
(fdo#46471)
|
||||
- Retry preparation of features that depended on a missing
|
||||
connection interface after the connection connects, in the
|
||||
hope that the interface has now become available (fdo#42981)
|
||||
- Interpret capabilities more strictly, avoiding falsely saying
|
||||
we support channel requests with fixed properties we don't
|
||||
understand.
|
||||
+ Several API deprecations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 11:25:17 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: telepathy-glib
|
||||
Version: 0.18.2
|
||||
Version: 0.19.10
|
||||
Release: 0
|
||||
Summary: GObject-based library for the Telepathy D-Bus API
|
||||
License: LGPL-2.1+
|
||||
@ -27,13 +27,13 @@ Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}
|
||||
BuildRequires: gtk-doc >= 1.17
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: vala >= 0.14.0
|
||||
BuildRequires: vala >= 0.16.0
|
||||
BuildRequires: pkgconfig(dbus-1) >= 0.95
|
||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.90
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.30.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.30.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user