Accepting request 723511 from home:dimstar:Factory

- Add libtpl-extensions-dependencies.patch: Fix dependencies of
  tpl-extensions.pc: LIBTPL_MODULES have been dropped a while back.

OBS-URL: https://build.opensuse.org/request/show/723511
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-logger?expand=0&rev=43
This commit is contained in:
Bjørn Lie 2019-08-15 10:53:51 +00:00 committed by Git OBS Bridge
parent c4b83b3e61
commit 89ad801ecb
3 changed files with 20 additions and 4 deletions

View File

@ -0,0 +1,9 @@
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@

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 15 10:28:48 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Add libtpl-extensions-dependencies.patch: Fix dependencies of
tpl-extensions.pc: LIBTPL_MODULES have been dropped a while back.
-------------------------------------------------------------------
Mon Mar 5 15:16:42 UTC 2018 - jengelh@inai.de

View File

@ -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 @@ Url: http://telepathy.freedesktop.org/wiki/Logger
Source: http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM telepathy-logger-tests-Rename-function.patch zaitor@opensuse.org -- Fix build
Patch0: telepathy-logger-tests-Rename-function.patch
# PATCH-FIx-UPSTREAM libtpl-extensions-dependencies.patch gh#TelepathyIM/telepathy-logger#2 dimstar@opensuse.org -- 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 @@ 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).
%prep
%setup -q
%patch0 -p1
%autosetup -p1
%build
%configure \