Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bluez-qt for openSUSE:Factory 
checked in at 2021-08-16 10:07:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old)
 and      /work/SRC/openSUSE:Factory/.bluez-qt.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez-qt"

Mon Aug 16 10:07:23 2021 rev:80 rq:912103 version:5.85.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes        2021-07-15 
23:59:26.073965914 +0200
+++ /work/SRC/openSUSE:Factory/.bluez-qt.new.1899/bluez-qt.changes      
2021-08-16 10:09:41.287232121 +0200
@@ -1,0 +2,9 @@
+Fri Aug  6 12:11:19 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.85.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.85.0
+- No code change since 5.84.0
+
+-------------------------------------------------------------------

Old:
----
  bluez-qt-5.84.0.tar.xz
  bluez-qt-5.84.0.tar.xz.sig

New:
----
  bluez-qt-5.85.0.tar.xz
  bluez-qt-5.85.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bluez-qt.spec ++++++
--- /var/tmp/diff_new_pack.kJBsx5/_old  2021-08-16 10:09:43.067230032 +0200
+++ /var/tmp/diff_new_pack.kJBsx5/_new  2021-08-16 10:09:43.071230028 +0200
@@ -18,7 +18,7 @@
 
 %define sonum   6
 %define _libname KF5BluezQt
-%define _tar_path 5.84
+%define _tar_path 5.85
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -26,7 +26,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           bluez-qt
-Version:        5.84.0
+Version:        5.85.0
 Release:        0
 Summary:        Async Bluez wrapper library
 License:        LGPL-2.1-or-later

++++++ bluez-qt-5.84.0.tar.xz -> bluez-qt-5.85.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.84.0/CMakeLists.txt 
new/bluez-qt-5.85.0/CMakeLists.txt
--- old/bluez-qt-5.84.0/CMakeLists.txt  2021-06-28 00:15:42.000000000 +0200
+++ new/bluez-qt-5.85.0/CMakeLists.txt  2021-07-17 13:57:15.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.84.0") # handled by release scripts
+set(KF_VERSION "5.85.0") # handled by release scripts
 project(BluezQt VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.84.0 NO_MODULE)
+find_package(ECM 5.85.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -35,8 +35,6 @@
     SOVERSION 6
 )
 
-set(CMAKE_C_STANDARD 99)
-
 # Dependencies
 set(REQUIRED_QT_VERSION 5.15.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.84.0/src/device.h 
new/bluez-qt-5.85.0/src/device.h
--- old/bluez-qt-5.84.0/src/device.h    2021-06-28 00:15:42.000000000 +0200
+++ new/bluez-qt-5.85.0/src/device.h    2021-07-17 13:57:15.000000000 +0200
@@ -82,7 +82,7 @@
         Joypad,
         /** The device is a graphics tablet (input device). */
         Tablet,
-        /** The deivce is an uncategorized peripheral device. */
+        /** The device is an uncategorized peripheral device. */
         Peripheral,
         /** The device is a camera. */
         Camera,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.84.0/src/manager.h 
new/bluez-qt-5.85.0/src/manager.h
--- old/bluez-qt-5.84.0/src/manager.h   2021-06-28 00:15:42.000000000 +0200
+++ new/bluez-qt-5.85.0/src/manager.h   2021-07-17 13:57:15.000000000 +0200
@@ -149,7 +149,7 @@
     /**
      * Sets a Bluetooth blocked state.
      *
-     * This may fail either due to insufficent permissions or
+     * This may fail either due to insufficient permissions or
      * because rfkill state is HARD_BLOCKED. In that case,
      * this function returns false.
      *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.84.0/src/profile_p.h 
new/bluez-qt-5.85.0/src/profile_p.h
--- old/bluez-qt-5.84.0/src/profile_p.h 2021-06-28 00:15:42.000000000 +0200
+++ new/bluez-qt-5.85.0/src/profile_p.h 2021-07-17 13:57:15.000000000 +0200
@@ -19,6 +19,6 @@
     QVariantMap options;
 };
 
-} // namepsace BluezQt
+} // namespace BluezQt
 
 #endif // BLUEZQT_PROFILE_P_H

Reply via email to