Hrvoje Senjan 2014-02-06 02:45:52 +00:00 committed by Git OBS Bridge
parent 9a7d35aa1e
commit b1f7e62f9e
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