commit bluez-qt for openSUSE:Factory
Hello community, here is the log from the commit of package bluez-qt for openSUSE:Factory checked in at 2015-09-02 07:43:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-07-14 17:21:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bluez-qt.new/bluez-qt.changes 2015-09-02 07:43:12.000000000 +0200 @@ -1,0 +2,11 @@ +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 + +------------------------------------------------------------------- Old: ---- bluez-qt-5.12.0.tar.xz New: ---- bluez-qt-5.13.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez-qt.spec ++++++ --- /var/tmp/diff_new_pack.DuXlAw/_old 2015-09-02 07:43:12.000000000 +0200 +++ /var/tmp/diff_new_pack.DuXlAw/_new 2015-09-02 07:43:12.000000000 +0200 @@ -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: 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 @@ 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. ++++++ bluez-qt-5.12.0.tar.xz -> bluez-qt-5.13.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.12.0/CMakeLists.txt new/bluez-qt-5.13.0/CMakeLists.txt --- old/bluez-qt-5.12.0/CMakeLists.txt 2015-07-04 22:28:30.000000000 +0200 +++ new/bluez-qt-5.13.0/CMakeLists.txt 2015-08-02 12:33:28.000000000 +0200 @@ -3,7 +3,7 @@ project(BluezQt) include(FeatureSummary) -find_package(ECM 5.12.0 NO_MODULE) +find_package(ECM 5.13.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) include(KDECMakeSettings) -set(KF5_VERSION "5.12.0") # handled by release scripts +set(KF5_VERSION "5.13.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX BLUEZQT @@ -29,7 +29,7 @@ ) # Dependencies -set(REQUIRED_QT_VERSION "5.2.0") +set(REQUIRED_QT_VERSION "5.3.0") # Required Qt5 components to build this framework find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core DBus Network) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.12.0/src/debug.cpp new/bluez-qt-5.13.0/src/debug.cpp --- old/bluez-qt-5.12.0/src/debug.cpp 2015-07-04 22:28:30.000000000 +0200 +++ new/bluez-qt-5.13.0/src/debug.cpp 2015-08-02 12:33:28.000000000 +0200 @@ -22,4 +22,9 @@ #include "debug.h" +#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) +// logging category for this framework, default: log stuff >= warning +Q_LOGGING_CATEGORY(BLUEZQT, "BluezQt", QtWarningMsg) +#else Q_LOGGING_CATEGORY(BLUEZQT, "BluezQt") +#endif
participants (1)
-
root@hilbert.suse.de