From b1f7e62f9e34c20d3aef8ed1a18a96fcd120d073a6b924fd1ab8964f56c8a059 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Thu, 6 Feb 2014 02:45:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/libdbusmenu-qt5?expand=0&rev=10 --- libdbusmenu-qt5.changes | 7 +++++++ libdbusmenu-qt5.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libdbusmenu-qt5.changes b/libdbusmenu-qt5.changes index 89354e5..25c0e12 100644 --- a/libdbusmenu-qt5.changes +++ b/libdbusmenu-qt5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 6 02:49:00 UTC 2014 - hrvoje.senjan@gmail.com + +- Be more explicit about needed BuildRequires (added pkgconfig(Qt5DBus) + and pkgconfig(Qt5Widgets) -- fixes build with latest Qt5 packaging + changes) + ------------------------------------------------------------------- Wed Dec 18 20:52:32 UTC 2013 - hrvoje.senjan@gmail.com diff --git a/libdbusmenu-qt5.spec b/libdbusmenu-qt5.spec index 57f63a8..7d1a4d1 100644 --- a/libdbusmenu-qt5.spec +++ b/libdbusmenu-qt5.spec @@ -1,7 +1,7 @@ # # spec file for package libdbusmenu-qt5 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,8 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5DBus) +BuildRequires: pkgconfig(Qt5Widgets) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description