Accepting request 139887 from home:dimstar:branches:GNOME:Factory

Update to 0.6.0

OBS-URL: https://build.opensuse.org/request/show/139887
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-logger?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2012-11-05 16:44:29 +00:00 committed by Git OBS Bridge
parent 083b3525fa
commit 72b6574182
4 changed files with 29 additions and 17 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 31 19:31:26 UTC 2012 - dimstar@opensuse.org
- Update to version 0.6.0:
+ Multiple introspection problems have been fixed (fdo#50361).
+ Streamed Media channel support has been removed.
+ telepathy-glib 0.19.2 is now required and deprecated
telepathy-glib usage has been removed.
- Rename libtpl-extensions2 to libtpl-extensions3 and
libtpl-logger2 to libtpl-logger3, following upstreams soname
bumps.
-------------------------------------------------------------------
Wed Apr 4 07:44:22 UTC 2012 - vuntz@opensuse.org

View File

@ -17,7 +17,7 @@
Name: telepathy-logger
Version: 0.4.0
Version: 0.6.0
Release: 0
Summary: Centralized Logging for the Telepathy Framework
License: LGPL-2.1+
@ -32,7 +32,7 @@ BuildRequires: pkgconfig(dbus-glib-1) >= 0.82
BuildRequires: pkgconfig(glib-2.0) >= 2.25.1
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(telepathy-glib) >= 0.15.6
BuildRequires: pkgconfig(telepathy-glib) >= 0.19.2
%glib2_gsettings_schema_requires
%description
@ -48,8 +48,8 @@ logs in applications without having to provide lots of information over D-Bus).
%package devel
Summary: Centralized Logging for the Telepathy Framework - Development Files
Group: Development/Languages/C and C++
Requires: libtelepathy-logger2 = %{version}
Requires: libtpl-extensions2 = %{version}
Requires: libtelepathy-logger3 = %{version}
Requires: libtpl-extensions3 = %{version}
Requires: typelib-1_0-TelepathyLogger-0_2 = %{version}
%description devel
@ -62,11 +62,11 @@ information related to logging (most frequent contacts, etc.). It also provides
a GLib-compatible client API for making bulk log requests (e.g. for display
logs in applications without having to provide lots of information over D-Bus).
%package -n libtelepathy-logger2
%package -n libtelepathy-logger3
Summary: Centralized Logging for the Telepathy Framework - Shared Library
Group: System/Libraries
%description -n libtelepathy-logger2
%description -n libtelepathy-logger3
tp-logger is a headless Observer client that logs information received by the
Telepathy framework. It features pluggable backends to log different sorts of
messages, in different formats.
@ -92,11 +92,11 @@ logs in applications without having to provide lots of information over D-Bus).
This package provides the GObject Introspection bindings for Telepathy Logger.
%package -n libtpl-extensions2
%package -n libtpl-extensions3
Summary: Centralized Logging for the Telepathy Framework Extensions - Shared Library
Group: System/Libraries
%description -n libtpl-extensions2
%description -n libtpl-extensions3
tp-logger is a headless Observer client that logs information received by the
Telepathy framework. It features pluggable backends to log different sorts of
messages, in different formats.
@ -125,13 +125,13 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%postun
%glib2_gsettings_schema_postun
%post -n libtelepathy-logger2 -p /sbin/ldconfig
%post -n libtelepathy-logger3 -p /sbin/ldconfig
%postun -n libtelepathy-logger2 -p /sbin/ldconfig
%postun -n libtelepathy-logger3 -p /sbin/ldconfig
%post -n libtpl-extensions2 -p /sbin/ldconfig
%post -n libtpl-extensions3 -p /sbin/ldconfig
%postun -n libtpl-extensions2 -p /sbin/ldconfig
%postun -n libtpl-extensions3 -p /sbin/ldconfig
%files
%defattr(-, root, root)
@ -143,7 +143,7 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%dir %{_datadir}/telepathy/clients
%{_datadir}/telepathy/clients/Logger.client
%files -n libtelepathy-logger2
%files -n libtelepathy-logger3
%defattr(-, root, root)
%{_libdir}/libtelepathy-logger.so.*
@ -151,7 +151,7 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%defattr(-,root,root)
%{_libdir}/girepository-1.0/TelepathyLogger-0.2.typelib
%files -n libtpl-extensions2
%files -n libtpl-extensions3
%defattr(-, root, root)
%{_libdir}/libtpl-extensions.so.*