Accepting request 99132 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/99132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telepathy-glib?expand=0&rev=59
This commit is contained in:
Stephan Kulow 2012-01-09 14:21:51 +00:00 committed by Git OBS Bridge
commit 4c68532ebd
4 changed files with 108 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3be1e82a8e282a11b338e0b6be0599e0deb32c0533fdbbcccb97b174e98bddd3
size 3131435

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd9395178d2e11e6caaf14100bbfcb8bf3ceeb574538c670dbef68750dd24b3c
size 3329245

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Tue Dec 20 08:52:17 UTC 2011 - vuntz@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - vuntz@opensuse.org
- 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.
-------------------------------------------------------------------
Thu Oct 27 21:47:15 UTC 2011 - dimstar@opensuse.org

View File

@ -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 @@ telepathy functionality from applications that use glib.
%build
%configure --disable-static \
--enable-vala-bindings
%__make %{?jobs:-j%jobs}
%__make %{_smp_mflags}
%install
%makeinstall
@ -93,7 +105,10 @@ rm -rf %{buildroot}
%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)