Accepting request 221470 from KDE:Qt5

Be more explicit about needed BuildRequires (added pkgconfig(Qt5DBus) and pkgconfig(Qt5Widgets) -- fixes build with latest Qt5 packaging changes)

OBS-URL: https://build.opensuse.org/request/show/221470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbusmenu-qt5?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2014-02-11 09:30:22 +00:00 committed by Git OBS Bridge
commit 0f4f1859ca
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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