Hello community,
here is the log from the commit of package telepathy-logger for
openSUSE:Factory checked in at 2019-08-19 20:46:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
and /work/SRC/openSUSE:Factory/.telepathy-logger.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-logger"
Mon Aug 19 20:46:46 2019 rev:25 rq:723513 version:0.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2018-03-08 10:51:44.949757483 +0100
+++
/work/SRC/openSUSE:Factory/.telepathy-logger.new.22127/telepathy-logger.changes
2019-08-19 20:46:47.281106194 +0200
@@ -1,0 +2,6 @@
+Thu Aug 15 10:28:48 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Add libtpl-extensions-dependencies.patch: Fix dependencies of
+ tpl-extensions.pc: LIBTPL_MODULES have been dropped a while back.
+
+-------------------------------------------------------------------
New:
----
libtpl-extensions-dependencies.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-logger.spec ++++++
--- /var/tmp/diff_new_pack.tKO99k/_old 2019-08-19 20:46:47.913106058 +0200
+++ /var/tmp/diff_new_pack.tKO99k/_new 2019-08-19 20:46:47.921106056 +0200
@@ -1,7 +1,7 @@
#
# spec file for package telepathy-logger
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -26,6 +26,8 @@
Source:
http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM telepathy-logger-tests-Rename-function.patch
[email protected] -- Fix build
Patch0: telepathy-logger-tests-Rename-function.patch
+# PATCH-FIx-UPSTREAM libtpl-extensions-dependencies.patch
gh#TelepathyIM/telepathy-logger#2 [email protected] -- Fix dependencies of
tpl-extensions
+Patch1: libtpl-extensions-dependencies.patch
BuildRequires: gnome-doc-utils-devel
BuildRequires: gobject-introspection-devel
BuildRequires: intltool
@@ -112,8 +114,7 @@
logs in applications without having to provide lots of information over D-Bus).
%prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
%build
%configure \
++++++ libtpl-extensions-dependencies.patch ++++++
Index: telepathy-logger-0.8.2/extensions/tpl-extensions.pc.in
===================================================================
--- telepathy-logger-0.8.2.orig/extensions/tpl-extensions.pc.in
+++ telepathy-logger-0.8.2/extensions/tpl-extensions.pc.in
@@ -8,4 +8,3 @@ Description: Telepathy Logger GLib conve
Version: @VERSION@
Libs: -L${libdir} -ltpl-extensions
Cflags: -I${includedir}
-Requires: @LIBTPL_MODULES@