Mailinglist Archive: opensuse-commit (794 mails)
| < Previous | Next > |
commit telepathy-glib for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 04 Sep 2009 02:08:24 +0200
- Message-id: <20090904000824.997706491@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package telepathy-glib for openSUSE:Factory
checked in at Fri Sep 4 02:08:24 CEST 2009.
--------
--- telepathy-glib/telepathy-glib.changes 2009-07-20 01:05:08.000000000
+0200
+++ telepathy-glib/telepathy-glib.changes 2009-08-25 13:58:38.000000000
+0200
@@ -1,0 +2,62 @@
+Tue Aug 25 13:50:54 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 0.7.35:
+ + API changes:
+ - fdo#17751: TpBaseConnection no longer guarantees that the
+ self-handle is set to 0 when the state changes to
+ DISCONNECTED; instead, the self-handle remains valid until
+ the connection is disposed, so that connection managers can
+ use it during teardown.
+ + Enhancements:
+ - Add tp_dbus_daemon_list_names() and
+ tp_dbus_daemon_list_activatable_names(), which are more
+ efficient (and more const-correct) versions of the
+ corresponding autogenerated tp_cli_dbus_daemon methods
+ - Support the Hold interface in the "callable" example CM
+ + Fixes:
+ - Finally make tp_dbus_daemon_watch_name_owner bind to
+ NameOwnerChanged selectively, for reduced wakeups.
+ - Fix a memory leak in tp_dbus_daemon_watch_name_owner
+ - fdo#9812: TpDynamicHandleRepo: use
+ tp_dbus_daemon_watch_name_owner for reduced wakeups
+ - In TpDynamicHandleRepo, if a client holds handles then
+ immediately crashes, release those handles as soon as we find
+ out that it's gone
+ - fdo#22957: fix compilation in some non-gcc compilers
+ - As per telepathy-spec 0.17.27, represent connection status
+ reason NAME_IN_USE as TP_ERROR_CONNECTION_REPLACED or
+ TP_ERROR_ALREADY_CONNECTED (as appropriate), not as
+ TP_ERROR_NOT_YOURS, so that NotYours can safely be given
+ special handling
+- Changes from version 0.7.34:
+ + Enhancements:
+ - Updated to telepathy-spec 0.17.27
+ * generate code for Connection.Interface.Location
+ * omit Debug interface from code-generation for now: it will
+ be enabled in a future release when we have reference
+ client- and service-side implementations (possibly called
+ TpDebugReceiver and TpDebugSender)
+ * add more errors
+ * generate code for Handler.Capabilities property
+ - Add macros for static assertions (tp_verify, tp_verify_true,
+ tp_verify_statement) to util.h
+ - Make the allocation model for
+ tp_dbus_properties_mixin_make_properties_hash part of our ABI
+ guarantee
+ - Add a GType macro TP_ARRAY_TYPE_OBJECT_PATH_LIST
+ + Fixes:
+ - fdo#23164: don't unref a NULL DBusMessage
+ - Get tp_intset_iter_init and tp_intset_iter_reset into the
+ documentation
+ - Make omitted CM parameters that have a default
+ indistinguishable from explicitly-passed parameters with that
+ value, removing the need to specify the default in the
+ Connection as well
+ - fdo#22889: reduce introspection round-trips
+ - Fix header guard in debug.h
+ - fdo#18091: for interfaces with D-Bus methods, document how to
+ write a complete interface init function
+ - Fix a rare crash when a TpProxyPendingCall is cancelled
+ before the DBusGProxyCall is provided
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
telepathy-glib-0.7.33.tar.bz2
New:
----
telepathy-glib-0.7.35.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-glib.spec ++++++
--- /var/tmp/diff_new_pack.xnPvMZ/_old 2009-09-04 02:06:48.000000000 +0200
+++ /var/tmp/diff_new_pack.xnPvMZ/_new 2009-09-04 02:06:48.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package telepathy-glib (Version 0.7.33)
+# spec file for package telepathy-glib (Version 0.7.35)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,44 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: telepathy-glib
-Url: http://telepathy.freedesktop.org/
-BuildRequires: dbus-1-glib-devel
-BuildRequires: gtk-doc
-BuildRequires: libxslt-devel
-BuildRequires: python-xml
-Version: 0.7.33
+Version: 0.7.35
Release: 1
License: LGPL v2.1 or later
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libtelepathy-glib0 = %{version}-%{release}
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
+BuildRequires: dbus-1-glib-devel
+BuildRequires: gtk-doc
+BuildRequires: libxslt-devel
+BuildRequires: python-xml
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains the libraries that make it easier to use some
telepathy functionality from applications that use glib.
-
-
-Authors:
---------
- Ross Burton <ross@xxxxxxxxxxxxx>
- Guillaume Desmottes <guillaume.desmottes@xxxxxxxxxxxxxxx>
- Dafydd Harries <dafydd.harries@xxxxxxxxxxxxxxx>
- Robert McQueen <robert.mcqueen@xxxxxxxxxxxxxxx>
- Simon McVittie <simon.mcvittie@xxxxxxxxxxxxxxx>
- Mads Chr. Olesen <shiyee@xxxxxxxxx>
- Senko Rasic <senko.rasic@xxxxxxxxxxxxxxx>
- Ole Andr� Ravnaas <ole.andre.ravnaas@xxxxxxxxxxxxxxx>
- Olli Salli <olli.salli@xxxxxxxxxxxxxxx>
- Sjoerd Simons <sjoerd@xxxxxxxx>
- Rob Taylor <rob.taylor@xxxxxxxxxxxxxxx>
-
%package -n libtelepathy-glib0
License: LGPL v2.1 only
#Requires: %{name} = %{version}
@@ -63,76 +46,31 @@
This package contains the libraries that make it easier to use some
telepathy functionality from applications that use glib.
-
-
-Authors:
---------
- Ross Burton <ross@xxxxxxxxxxxxx>
- Guillaume Desmottes <guillaume.desmottes@xxxxxxxxxxxxxxx>
- Dafydd Harries <dafydd.harries@xxxxxxxxxxxxxxx>
- Robert McQueen <robert.mcqueen@xxxxxxxxxxxxxxx>
- Simon McVittie <simon.mcvittie@xxxxxxxxxxxxxxx>
- Mads Chr. Olesen <shiyee@xxxxxxxxx>
- Senko Rasic <senko.rasic@xxxxxxxxxxxxxxx>
- Ole Andr� Ravnaas <ole.andre.ravnaas@xxxxxxxxxxxxxxx>
- Olli Salli <olli.salli@xxxxxxxxxxxxxxx>
- Sjoerd Simons <sjoerd@xxxxxxxx>
- Rob Taylor <rob.taylor@xxxxxxxxxxxxxxx>
-
%package devel
License: LGPL v2.1 only
-Requires: libtelepathy-glib0 = %{version} glibc-devel dbus-1-glib-devel
glib2-devel
Summary: Libraries for adding telepathy support to applications that
use glib
Group: Development/Languages/C and C++
+Requires: dbus-1-glib-devel
+Requires: glib2-devel
+Requires: glibc-devel
+Requires: libtelepathy-glib0 = %{version}
%description devel
This package contains the libraries that make it easier to use some
telepathy functionality from applications that use glib.
-
-
-Authors:
---------
- Ross Burton <ross@xxxxxxxxxxxxx>
- Guillaume Desmottes <guillaume.desmottes@xxxxxxxxxxxxxxx>
- Dafydd Harries <dafydd.harries@xxxxxxxxxxxxxxx>
- Robert McQueen <robert.mcqueen@xxxxxxxxxxxxxxx>
- Simon McVittie <simon.mcvittie@xxxxxxxxxxxxxxx>
- Mads Chr. Olesen <shiyee@xxxxxxxxx>
- Senko Rasic <senko.rasic@xxxxxxxxxxxxxxx>
- Ole Andr� Ravnaas <ole.andre.ravnaas@xxxxxxxxxxxxxxx>
- Olli Salli <olli.salli@xxxxxxxxxxxxxxx>
- Sjoerd Simons <sjoerd@xxxxxxxx>
- Rob Taylor <rob.taylor@xxxxxxxxxxxxxxx>
-
%package doc
License: LGPL v2.1 or later
-Requires: libtelepathy-glib0 = %{version}
Summary: Libraries for adding telepathy support to applications that
use glib
Group: Development/Languages/C and C++
+Requires: libtelepathy-glib0 = %{version}
%description doc
This package contains the libraries that make it easier to use some
telepathy functionality from applications that use glib.
-
-
-Authors:
---------
- Ross Burton <ross@xxxxxxxxxxxxx>
- Guillaume Desmottes <guillaume.desmottes@xxxxxxxxxxxxxxx>
- Dafydd Harries <dafydd.harries@xxxxxxxxxxxxxxx>
- Robert McQueen <robert.mcqueen@xxxxxxxxxxxxxxx>
- Simon McVittie <simon.mcvittie@xxxxxxxxxxxxxxx>
- Mads Chr. Olesen <shiyee@xxxxxxxxx>
- Senko Rasic <senko.rasic@xxxxxxxxxxxxxxx>
- Ole Andr� Ravnaas <ole.andre.ravnaas@xxxxxxxxxxxxxxx>
- Olli Salli <olli.salli@xxxxxxxxxxxxxxx>
- Sjoerd Simons <sjoerd@xxxxxxxx>
- Rob Taylor <rob.taylor@xxxxxxxxxxxxxxx>
-
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
%configure --disable-static
@@ -140,14 +78,14 @@
%install
%makeinstall
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
%post -n libtelepathy-glib0 -p /sbin/ldconfig
%postun -n libtelepathy-glib0 -p /sbin/ldconfig
%clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -rf %{buildroot}
%files -n libtelepathy-glib0
%defattr(-,root,root)
@@ -156,8 +94,7 @@
%files devel
%defattr(-,root,root)
%dir %{_includedir}/telepathy-1.0
-%dir %{_includedir}/telepathy-1.0/telepathy-glib
-%{_includedir}/telepathy-1.0/telepathy-glib/*
+%{_includedir}/telepathy-1.0/telepathy-glib/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
++++++ telepathy-glib-0.7.33.tar.bz2 -> telepathy-glib-0.7.35.tar.bz2 ++++++
++++ 25039 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |