Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package telepathy-logger for
openSUSE:Factory checked in at 2023-08-13 19:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
and /work/SRC/openSUSE:Factory/.telepathy-logger.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-logger"
Sun Aug 13 19:17:35 2023 rev:28 rq:1103553 version:0.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2021-05-20 19:24:53.197985243 +0200
+++
/work/SRC/openSUSE:Factory/.telepathy-logger.new.11712/telepathy-logger.changes
2023-08-13 19:17:37.491978833 +0200
@@ -1,0 +2,10 @@
+Thu Aug 10 11:12:26 UTC 2023 - Eugenio Paolantonio
<[email protected]>
+
+- Split the gsettings schema to a separate package
+ + The telepathy-logger library has an hard dependency on the schema, and if
+ it's missing (before this change it has been part of the telepathy-logger
+ daemon) it will cause the loading application to crash.
+ + The library does now require the schema package
+- Drop dangling %glib2_gsettings_schema_requires macro.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-logger.spec ++++++
--- /var/tmp/diff_new_pack.KDf4Cl/_old 2023-08-13 19:17:38.107982774 +0200
+++ /var/tmp/diff_new_pack.KDf4Cl/_new 2023-08-13 19:17:38.111982800 +0200
@@ -1,7 +1,7 @@
#
# spec file for package telepathy-logger
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -40,7 +40,6 @@
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(telepathy-glib) >= 0.19.2
-%glib2_gsettings_schema_requires
%description
tp-logger is a headless Observer client that logs information received by the
@@ -52,6 +51,23 @@
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 schema
+Summary: Required schema for the Telepathy Framework Centralized Logging
+Group: System/Libraries
+BuildArch: noarch
+
+%description schema
+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.
+
+tp-logger features a Telepathy-style D-Bus API to expose logs and interesting
+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).
+
+This package provides required GSettings schemas for the tp-logger library.
+
%package devel
Summary: Development files for the Telepathy Framework Centralized
Logging
Group: Development/Languages/C and C++
@@ -72,6 +88,7 @@
%package -n libtelepathy-logger3
Summary: Centralized Logging for the Telepathy Framework
Group: System/Libraries
+Requires: telepathy-logger-schema >= %{version}
%description -n libtelepathy-logger3
tp-logger is a headless Observer client that logs information received by the
@@ -135,7 +152,6 @@
%{_libexecdir}/telepathy-logger
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service
-%{_datadir}/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml
%dir %{_datadir}/telepathy
%dir %{_datadir}/telepathy/clients
%{_datadir}/telepathy/clients/Logger.client
@@ -149,6 +165,9 @@
%files -n libtpl-extensions3
%{_libdir}/libtpl-extensions.so.*
+%files schema
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Telepathy.Logger.gschema.xml
+
%files devel
%{_includedir}/telepathy-logger-0.2/
%{_includedir}/tpl-extensions/