diff --git a/.gitignore b/.gitignore index fabe50c..d9319f4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /bluedevil-5.3.0.tar.xz /bluedevil-5.3.1.tar.xz /bluedevil-5.3.2.tar.xz +/bluedevil-5.4.0.tar.xz diff --git a/bluedevil.spec b/bluedevil.spec index fe979bd..2803440 100644 --- a/bluedevil.spec +++ b/bluedevil.spec @@ -1,6 +1,6 @@ Name: bluedevil Summary: Bluetooth stack for KDE -Version: 5.3.2 +Version: 5.4.0 Release: 1%{?dist} License: GPLv2+ @@ -14,8 +14,6 @@ URL: https://projects.kde.org/projects/extragear/base/bluedevil %endif Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz -Patch0: bluedevil-5.3-adapt-to-bluez-qt-5-11-API-changes.patch - BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel @@ -32,6 +30,7 @@ BuildRequires: kf5-kio-devel # 5.11 is when kf5-bluez-qt became Framework and changed API BuildRequires: kf5-bluez-qt-devel >= 5.11 BuildRequires: kf5-kded-devel +BuildRequires: kf5-kwindowsystem-devel BuildRequires: shared-mime-info @@ -55,9 +54,6 @@ BlueDevil is the bluetooth stack for KDE. %prep %setup -q -n %{name}-%{version} -%patch0 -p1 -b .kf5bluezAPI - - %build mkdir %{_target_platform} pushd %{_target_platform} @@ -112,6 +108,12 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Fri Aug 21 2015 Daniel Vrátil - 5.4.0-1 +- Plasma 5.4.0 + +* Thu Aug 13 2015 Daniel Vrátil - 5.3.95-1 +- Plasma 5.3.95 + * Thu Jun 25 2015 Daniel Vrátil - 5.3.2-1 - Plasma 5.3.2 diff --git a/sources b/sources index 1ae9adc..feb9b43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e206876a3c2752010915459d529c3d0 bluedevil-5.3.2.tar.xz +fbe40c558185fec6cba4087e42d3f8e8 bluedevil-5.4.0.tar.xz