diff --git a/bluez-qt-5.12.0.tar.xz b/bluez-qt-5.12.0.tar.xz deleted file mode 100644 index 774b4b1..0000000 --- a/bluez-qt-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:803ef4900d2ae8b524e516fb5fa0877af6e6c2ae649be9b81745657ef5664fab -size 73068 diff --git a/bluez-qt-5.13.0.tar.xz b/bluez-qt-5.13.0.tar.xz new file mode 100644 index 0000000..3d205f2 --- /dev/null +++ b/bluez-qt-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8891e31c5329d0616a2fdded390f215673bfff3fb32d3745b47d2278a7a39e31 +size 73136 diff --git a/bluez-qt.changes b/bluez-qt.changes index d4a5c4f..d8478d8 100644 --- a/bluez-qt.changes +++ b/bluez-qt.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Sun Jul 5 18:44:43 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/bluez-qt.spec b/bluez-qt.spec index 838c0b2..f6919d6 100644 --- a/bluez-qt.spec +++ b/bluez-qt.spec @@ -18,9 +18,9 @@ %define sonum 6 %define _libname KF5BluezQt -%define _tar_path 5.12 +%define _tar_path 5.13 Name: bluez-qt -Version: 5.12.0 +Version: 5.13.0 Release: 0 Summary: Async Bluez wrapper library License: LGPL-2.1+ @@ -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.