Hello community, here is the log from the commit of package bluez-qt for openSUSE:Factory checked in at 2018-01-22 15:57:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old) and /work/SRC/openSUSE:Factory/.bluez-qt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez-qt" Mon Jan 22 15:57:31 2018 rev:34 rq:566649 version:5.42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes 2018-01-09 14:39:02.999593710 +0100 +++ /work/SRC/openSUSE:Factory/.bluez-qt.new/bluez-qt.changes 2018-01-22 15:57:32.364828969 +0100 @@ -1,0 +2,11 @@ +Tue Jan 16 22:50:13 CET 2018 - [email protected] + +- Update to 5.42.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.42.0.php +- Changes since 5.41.0: + * Remove obsolete reviewboardrc file + * Autogenerate debug file + +------------------------------------------------------------------- Old: ---- bluez-qt-5.41.0.tar.xz New: ---- bluez-qt-5.42.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez-qt.spec ++++++ --- /var/tmp/diff_new_pack.kfJEnN/_old 2018-01-22 15:57:33.984753152 +0100 +++ /var/tmp/diff_new_pack.kfJEnN/_new 2018-01-22 15:57:33.988752965 +0100 @@ -1,7 +1,7 @@ # # spec file for package bluez-qt # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define sonum 6 %define _libname KF5BluezQt -%define _tar_path 5.41 +%define _tar_path 5.42 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: bluez-qt -Version: 5.41.0 +Version: 5.42.0 Release: 0 Summary: Async Bluez wrapper library License: LGPL-2.1+ @@ -101,6 +101,7 @@ %defattr(-,root,root) %doc README* COPYING.LIB %{_libqt5_libdir}/lib%{_libname}*.so.* +%{_kf5_debugdir}/*.categories %files imports %defattr(-,root,root) ++++++ bluez-qt-5.41.0.tar.xz -> bluez-qt-5.42.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.41.0/.reviewboardrc new/bluez-qt-5.42.0/.reviewboardrc --- old/bluez-qt-5.41.0/.reviewboardrc 2017-12-02 10:52:37.000000000 +0100 +++ new/bluez-qt-5.42.0/.reviewboardrc 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -REVIEWBOARD_URL = "https://git.reviewboard.kde.org" -REPOSITORY = 'git://anongit.kde.org/bluez-qt' -BRANCH = 'master' -TARGET_GROUPS = 'kdeframeworks' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.41.0/CMakeLists.txt new/bluez-qt-5.42.0/CMakeLists.txt --- old/bluez-qt-5.41.0/CMakeLists.txt 2017-12-02 10:52:37.000000000 +0100 +++ new/bluez-qt-5.42.0/CMakeLists.txt 2018-01-06 00:40:53.000000000 +0100 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.41.0") # handled by release scripts +set(KF5_VERSION "5.42.0") # handled by release scripts project(BluezQt VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.41.0 NO_MODULE) +find_package(ECM 5.42.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) @@ -19,6 +19,7 @@ include(KDEInstallDirs) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) +include(ECMQtDeclareLoggingCategory) option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) @@ -103,4 +104,6 @@ endif() endif() +install(FILES bluez.categories DESTINATION ${KDE_INSTALL_CONFDIR}) + feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.41.0/bluez.categories new/bluez-qt-5.42.0/bluez.categories --- old/bluez-qt-5.41.0/bluez.categories 1970-01-01 01:00:00.000000000 +0100 +++ new/bluez-qt-5.42.0/bluez.categories 2018-01-06 00:40:53.000000000 +0100 @@ -0,0 +1 @@ +org.kde.bluez bluez diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.41.0/src/CMakeLists.txt new/bluez-qt-5.42.0/src/CMakeLists.txt --- old/bluez-qt-5.41.0/src/CMakeLists.txt 2017-12-02 10:52:37.000000000 +0100 +++ new/bluez-qt-5.42.0/src/CMakeLists.txt 2018-01-06 00:40:53.000000000 +0100 @@ -1,5 +1,4 @@ set(bluezqt_SRCS - debug.cpp manager.cpp manager_p.cpp adapter.cpp @@ -33,6 +32,8 @@ obexfiletransferentry.cpp ) +ecm_qt_declare_logging_category(bluezqt_SRCS HEADER debug.h IDENTIFIER BLUEZQT CATEGORY_NAME org.kde.bluez) + set(dbusobjectmanager_xml ${CMAKE_CURRENT_SOURCE_DIR}/interfaces/org.freedesktop.DBus.ObjectManager.xml) set_source_files_properties(${dbusobjectmanager_xml} PROPERTIES INCLUDE "bluezqt_dbustypes.h") qt5_add_dbus_interface(bluezqt_SRCS ${dbusobjectmanager_xml} dbusobjectmanager) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.41.0/src/debug.cpp new/bluez-qt-5.42.0/src/debug.cpp --- old/bluez-qt-5.41.0/src/debug.cpp 2017-12-02 10:52:37.000000000 +0100 +++ new/bluez-qt-5.42.0/src/debug.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ -/* - * BluezQt - Asynchronous Bluez wrapper library - * - * Copyright (C) 2014 David Rosca <[email protected]> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) version 3, or any - * later version accepted by the membership of KDE e.V. (or its - * successor approved by the membership of KDE e.V.), which shall - * act as a proxy defined in Section 6 of version 3 of the license. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "debug.h" - -// logging category for this framework, default: log stuff >= warning -Q_LOGGING_CATEGORY(BLUEZQT, "BluezQt", QtWarningMsg) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.41.0/src/debug.h new/bluez-qt-5.42.0/src/debug.h --- old/bluez-qt-5.41.0/src/debug.h 2017-12-02 10:52:37.000000000 +0100 +++ new/bluez-qt-5.42.0/src/debug.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ -/* - * BluezQt - Asynchronous Bluez wrapper library - * - * Copyright (C) 2014 David Rosca <[email protected]> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) version 3, or any - * later version accepted by the membership of KDE e.V. (or its - * successor approved by the membership of KDE e.V.), which shall - * act as a proxy defined in Section 6 of version 3 of the license. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see <http://www.gnu.org/licenses/>. - */ - -#ifndef BLUEZQT_DEBUG_H -#define BLUEZQT_DEBUG_H - -#include <QLoggingCategory> - -Q_DECLARE_LOGGING_CATEGORY(BLUEZQT) - -#endif // BLUEZQT_DEBUG_H
