From df76ce4ff5c476c324217413edd91b5f70f8eb8a14effb0a4bbcf269a2f75376 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:09:42 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/bluez-qt?expand=0&rev=14 --- bluez-qt.changes | 4 ++++ bluez-qt.spec | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bluez-qt.changes b/bluez-qt.changes index 5b1502b..d8478d8 100644 --- a/bluez-qt.changes +++ b/bluez-qt.changes @@ -2,6 +2,10 @@ Tue Aug 4 19:20:09 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.13.0 + * The Qt version requirement has been bumped from 5.2 to 5.3 + * Debug output has been ported to categorized output, for less + noise by default + * Docbook documentation has been reviewed and updated * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/bluez-qt.spec b/bluez-qt.spec index 639066e..f6919d6 100644 --- a/bluez-qt.spec +++ b/bluez-qt.spec @@ -31,10 +31,10 @@ BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes BuildRequires: kf5-filesystem -BuildRequires: pkgconfig(Qt5Core) >= 5.4.0 -BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Network) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Qml) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.4.0 +BuildRequires: cmake(Qt5DBus) >= 5.4.0 +BuildRequires: cmake(Qt5Network) >= 5.4.0 +BuildRequires: cmake(Qt5Qml) >= 5.4.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -71,7 +71,7 @@ Udev rules. Summary: Async Bluez wrapper library - development files Group: Development/Libraries/C and C++ Requires: lib%{_libname}%{sonum} = %{version} -Requires: pkgconfig(Qt5Core) >= 5.4.0 +Requires: cmake(Qt5Core) >= 5.4.0 %description devel Development files for QBluez Async Bluez wrapper library.