Hello community, here is the log from the commit of package bluez-qt for openSUSE:Factory checked in at 2016-11-17 12:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old) and /work/SRC/openSUSE:Factory/.bluez-qt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez-qt" Changes: -------- --- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes 2016-10-28 12:15:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bluez-qt.new/bluez-qt.changes 2016-11-17 12:25:54.000000000 +0100 @@ -1,0 +2,18 @@ +Mon Nov 14 16:03:02 UTC 2016 - [email protected] + +- (Build)Require udev so udevrulesdir gets owned + +------------------------------------------------------------------- +Mon Nov 14 12:54:19 UTC 2016 - [email protected] + +- Specify the file to be included in bluez-qt-udev instead of + owning the /lib/udev/ directory. + +------------------------------------------------------------------- +Sat Nov 5 20:05:12 UTC 2016 - [email protected] + +- Update to 5.28.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.28.0.php + +------------------------------------------------------------------- Old: ---- bluez-qt-5.27.0.tar.xz New: ---- bluez-qt-5.28.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez-qt.spec ++++++ --- /var/tmp/diff_new_pack.gBwYuH/_old 2016-11-17 12:25:54.000000000 +0100 +++ /var/tmp/diff_new_pack.gBwYuH/_new 2016-11-17 12:25:54.000000000 +0100 @@ -18,9 +18,9 @@ %define sonum 6 %define _libname KF5BluezQt -%define _tar_path 5.27 +%define _tar_path 5.28 Name: bluez-qt -Version: 5.27.0 +Version: 5.28.0 Release: 0 Summary: Async Bluez wrapper library License: LGPL-2.1+ @@ -31,6 +31,7 @@ BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes BuildRequires: kf5-filesystem +BuildRequires: udev BuildRequires: cmake(Qt5Core) >= 5.5.0 BuildRequires: cmake(Qt5DBus) >= 5.5.0 BuildRequires: cmake(Qt5Network) >= 5.5.0 @@ -62,6 +63,7 @@ %package udev Summary: bluez-qt integration with udev Group: System/Base +Requires: udev %description udev Async Bluez wrapper library. @@ -103,7 +105,7 @@ %files udev %defattr(-,root,root) -%{_libexecdir}/udev/ +%{_libexecdir}/udev/61-kde-bluetooth-rfkill.rules %files devel %defattr(-,root,root) ++++++ bluez-qt-5.27.0.tar.xz -> bluez-qt-5.28.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.27.0/CMakeLists.txt new/bluez-qt-5.28.0/CMakeLists.txt --- old/bluez-qt-5.27.0/CMakeLists.txt 2016-10-02 09:42:01.000000000 +0200 +++ new/bluez-qt-5.28.0/CMakeLists.txt 2016-11-05 11:44:20.000000000 +0100 @@ -3,7 +3,7 @@ project(BluezQt) include(FeatureSummary) -find_package(ECM 5.27.0 NO_MODULE) +find_package(ECM 5.28.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -18,7 +18,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) -set(KF5_VERSION "5.27.0") # handled by release scripts +set(KF5_VERSION "5.28.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX BLUEZQT
