Hello community, here is the log from the commit of package telepathy-glib for openSUSE:Factory checked in at 2012-01-09 15:21:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telepathy-glib (Old) and /work/SRC/openSUSE:Factory/.telepathy-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-glib", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/telepathy-glib/telepathy-glib.changes 2011-10-29 00:17:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.telepathy-glib.new/telepathy-glib.changes 2012-01-09 15:21:53.000000000 +0100 @@ -1,0 +2,66 @@ +Tue Dec 20 08:52:17 UTC 2011 - [email protected] + +- Update to version 0.17.4: + + Fixes: + - Set the right source on + tp_account_set_uri_scheme_association_async's GAsyncResult. + - fdo#43755: Fix a crash when participating in a XMPP MUC + containing members with an unknown real JID. +- Rewrite summaries and descriptions. + +------------------------------------------------------------------- +Thu Dec 8 20:22:33 UTC 2011 - [email protected] + +- Split typelib file into typelib-1_0-TelepathyGlib-0_12 + subpackage. +- Add typelib-1_0-TelepathyGlib-0_12 Requires to devel subpackage. + +------------------------------------------------------------------- +Tue Nov 29 21:24:26 UTC 2011 - [email protected] + +- Update to version 0.17.3: + + Fixes: + - Fix a crash in TpSimplePasswordManager + + Enhancements: + - Add high level API to check if a connection supports settings + aliases on contacts. + +------------------------------------------------------------------- +Fri Nov 25 09:43:18 UTC 2011 - [email protected] + +- Update to version 0.17.2: + + Speculatively replace _free/_destroy with _unref everywhere, + and add a coding style check. + + Ensure GSocketConnection objects are properly closed and freed + for incoming TpFileTransferChannels. + + Many documentation nits have been fixed. + + Building the GObject-Introspection repository now works + reliably when using `make -j` + +------------------------------------------------------------------- +Tue Nov 15 22:43:16 UTC 2011 - [email protected] + +- Update to version 0.17.1: + + Enhancements: + - telepathy-glib now generates code for spec version 0.25.0. + - fdo#39188: add high level API to accept and provide file + transfers. +- Changes from version 0.17.0: + + Enhancements: + - fdo#41801: add high level API to block/unblock contacts. + - fdo#42546: add TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIES + a feature preparing ContactList's properties without + preparing the contact list itself. + - fdo#42503: the TpChannelDispatchOperation passed to + TpBaseClientClassObserveChannelsImpl is now prepared. + - fdo#41455: it's now possible to install tp-glib's test suite. +- Changes from version 0.16.2: + + Fixes: + - Improve documentation of the TpProxy::invalidated signal. + - fdo#42305: TpGroupMixin: always set the + Members_Changed_Detailed flag. + - fdo#42670: fix a crash when preparing + TP_CHANNEL_FEATURE_CONTACTS on a channel containing contacts + without known owners. + +------------------------------------------------------------------- Old: ---- telepathy-glib-0.16.1.tar.gz New: ---- telepathy-glib-0.17.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telepathy-glib.spec ++++++ --- /var/tmp/diff_new_pack.hYER7Y/_old 2012-01-09 15:21:54.000000000 +0100 +++ /var/tmp/diff_new_pack.hYER7Y/_new 2012-01-09 15:21:54.000000000 +0100 @@ -16,60 +16,72 @@ # - Name: telepathy-glib -Version: 0.16.1 -Release: 1 -License: LGPLv2.1 -Summary: Libraries for adding telepathy support to applications that use glib -Url: http://telepathy.freedesktop.org/ +Version: 0.17.4 +Release: 0 +Summary: GObject-based library for the Telepathy D-Bus API +License: LGPL-2.1 Group: Development/Languages/C and C++ +Url: http://telepathy.freedesktop.org/ Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}-%{version}.tar.gz BuildRequires: gtk-doc >= 1.17 BuildRequires: libxslt-devel BuildRequires: python-xml -BuildRequires: vala >= 0.11.2 +BuildRequires: vala >= 0.14.0 BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6 +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30 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. +The telepathy-glib library is a GObject-based C binding for the +Telepathy D-Bus API. %package -n libtelepathy-glib0 -License: LGPLv2.1 -Summary: Libraries for adding telepathy support to applications that use glib +Summary: GObject-based library for the Telepathy D-Bus API +License: LGPL-2.1 Group: Development/Languages/C and C++ %description -n libtelepathy-glib0 -This package contains the libraries that make it easier to use some -telepathy functionality from applications that use glib. +The telepathy-glib library is a GObject-based C binding for the +Telepathy D-Bus API. + +%package -n typelib-1_0-TelepathyGlib-0_12 +Summary: GObject-based library for the Telepathy D-Bus API -- Introspection bindings +License: LGPL-2.1 +Group: System/Libraries + +%description -n typelib-1_0-TelepathyGlib-0_12 +The telepathy-glib library is a GObject-based C binding for the +Telepathy D-Bus API. + +This package provides the GObject Introspection bindings for the +telepathy-glib library. %package devel -License: LGPLv2.1 -Summary: Libraries for adding telepathy support to applications that use glib +Summary: GObject-based library for the Telepathy D-Bus API -- Development Files +License: LGPL-2.1 Group: Development/Languages/C and C++ Requires: glibc-devel Requires: libtelepathy-glib0 = %{version} +Requires: typelib-1_0-TelepathyGlib-0_12 = %{version} %description devel -This package contains the libraries that make it easier to use some -telepathy functionality from applications that use glib. +The telepathy-glib library is a GObject-based C binding for the +Telepathy D-Bus API. %package doc -License: LGPLv2.1+ -Summary: Libraries for adding telepathy support to applications that use glib +Summary: GObject-based library for the Telepathy D-Bus API -- Developer documentation +License: LGPL-2.1+ 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. +The telepathy-glib library is a GObject-based C binding for the +Telepathy D-Bus API. %prep %setup -q @@ -77,7 +89,7 @@ %build %configure --disable-static \ --enable-vala-bindings -%__make %{?jobs:-j%jobs} +%__make %{_smp_mflags} %install %makeinstall @@ -93,7 +105,10 @@ %files -n libtelepathy-glib0 %defattr(-,root,root) %{_libdir}/libtelepathy-glib*.so.0* -%{_libdir}/girepository-1.0/*.typelib + +%files -n typelib-1_0-TelepathyGlib-0_12 +%defattr(-,root,root) +%{_libdir}/girepository-1.0/TelepathyGLib-0.12.typelib %files devel %defattr(-,root,root) ++++++ telepathy-glib-0.16.1.tar.gz -> telepathy-glib-0.17.4.tar.gz ++++++ ++++ 78523 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
