commit solid for openSUSE:Leap:15.2

2020-06-17 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Leap:15.2 checked 
in at 2020-06-17 11:37:18

Comparing /work/SRC/openSUSE:Leap:15.2/solid (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.solid.new.3606 (New)


Package is "solid"

Wed Jun 17 11:37:18 2020 rev:67 rq:814484 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/solid/solid.changes2020-05-12 
11:40:00.104702472 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.solid.new.3606/solid.changes  2020-06-17 
11:38:01.428151228 +0200
@@ -1,0 +2,16 @@
+Sun Jun  7 08:07:13 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+  * Make Solid::Ifaces::Device::displayName virtual
+  * Add a QString Solid::Device::displayName,
+used in Fstab Device for network mounts
+  * Port away from deprecated Qt Methods
+  * [DeviceManager] Port one foreach to range-for
+  * [Solid] Port foreach to range-for
+  * [Solid] Port foreach to range/index for
+
+---

Old:

  solid-5.70.0.tar.xz
  solid-5.70.0.tar.xz.sig

New:

  solid-5.71.0.tar.xz
  solid-5.71.0.tar.xz.sig



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.BiaLW1/_old  2020-06-17 11:38:01.776152261 +0200
+++ /var/tmp/diff_new_pack.BiaLW1/_new  2020-06-17 11:38:01.780152273 +0200
@@ -17,10 +17,10 @@
 
 
 %define lname   libKF5Solid5
-%define _tar_path 5.70
+%define _tar_path 5.71
 %bcond_without lang
 Name:   solid
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1-or-later


++ solid-5.70.0.tar.xz -> solid-5.71.0.tar.xz ++
 29314 lines of diff (skipped)




commit solid for openSUSE:Leap:15.2

2020-05-12 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Leap:15.2 checked 
in at 2020-05-12 11:39:27

Comparing /work/SRC/openSUSE:Leap:15.2/solid (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.solid.new.2738 (New)


Package is "solid"

Tue May 12 11:39:27 2020 rev:66 rq:802215 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/solid/solid.changes2020-04-21 
19:06:40.147884556 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.solid.new.2738/solid.changes  2020-05-12 
11:40:00.104702472 +0200
@@ -1,0 +2,15 @@
+Sun May  3 09:40:20 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * [Solid] Port foreach to range/index for
+  * [FakeCdrom] Add a new UnknownMediumType enumerator to MediumType
+  * [Solid] Replace foreach (deprecated) with range/index for
+  * [FstabWatcher] Fix loosing of fstab watcher
+  * [Fstab] Do not emit deviceAdded twice on fstab/mtab changes
+  * [FstabWatcher] Use static QStringLiteral instead of macro
+
+---

Old:

  solid-5.69.0.tar.xz
  solid-5.69.0.tar.xz.sig

New:

  solid-5.70.0.tar.xz
  solid-5.70.0.tar.xz.sig



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.tMmwE9/_old  2020-05-12 11:40:00.488703278 +0200
+++ /var/tmp/diff_new_pack.tMmwE9/_new  2020-05-12 11:40:00.492703287 +0200
@@ -17,10 +17,10 @@
 
 
 %define lname   libKF5Solid5
-%define _tar_path 5.69
+%define _tar_path 5.70
 %bcond_without lang
 Name:   solid
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1-or-later


++ solid-5.69.0.tar.xz -> solid-5.70.0.tar.xz ++
 3922 lines of diff (skipped)




commit solid for openSUSE:Leap:15.2

2020-04-21 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Leap:15.2 checked 
in at 2020-04-21 19:06:20

Comparing /work/SRC/openSUSE:Leap:15.2/solid (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.solid.new.2738 (New)


Package is "solid"

Tue Apr 21 19:06:20 2020 rev:65 rq:794507 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/solid/solid.changes2020-03-21 
16:46:17.877594445 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.solid.new.2738/solid.changes  2020-04-21 
19:06:40.147884556 +0200
@@ -1,0 +2,13 @@
+Sun Apr  5 19:45:59 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- Changes since 5.68.0:
+  * [Fstab] Ensure uniqueness for all filesystem types
+  * Samba: Ensure to differenciate mounts sharing the same source (kde#418906)
+  * Solid: Convert license headers to SPDX expressions
+  * hardware tool: define syntax via syntax arg
+
+---

Old:

  solid-5.68.0.tar.xz
  solid-5.68.0.tar.xz.sig

New:

  solid-5.69.0.tar.xz
  solid-5.69.0.tar.xz.sig



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.HP2eUw/_old  2020-04-21 19:06:40.503885280 +0200
+++ /var/tmp/diff_new_pack.HP2eUw/_new  2020-04-21 19:06:40.503885280 +0200
@@ -17,10 +17,10 @@
 
 
 %define lname   libKF5Solid5
-%define _tar_path 5.68
+%define _tar_path 5.69
 %bcond_without lang
 Name:   solid
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1-or-later


++ solid-5.68.0.tar.xz -> solid-5.69.0.tar.xz ++
 99491 lines of diff (skipped)




commit solid for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Leap:15.2 checked 
in at 2020-03-21 16:45:01

Comparing /work/SRC/openSUSE:Leap:15.2/solid (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.solid.new.3160 (New)


Package is "solid"

Sat Mar 21 16:45:01 2020 rev:64 rq:786844 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/solid/solid.changes2020-02-16 
18:28:41.262729537 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.solid.new.3160/solid.changes  2020-03-21 
16:46:17.877594445 +0100
@@ -1,0 +2,12 @@
+Sun Mar  8 09:18:07 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * Fix inverted logic in IOKitStorage::isRemovable
+  * Use ecm_qt_install_logging_categories over manual categories file
+
+---

Old:

  solid-5.67.0.tar.xz
  solid-5.67.0.tar.xz.sig

New:

  solid-5.68.0.tar.xz
  solid-5.68.0.tar.xz.sig



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.jF3S54/_old  2020-03-21 16:46:18.341594920 +0100
+++ /var/tmp/diff_new_pack.jF3S54/_new  2020-03-21 16:46:18.345594925 +0100
@@ -17,10 +17,10 @@
 
 
 %define lname   libKF5Solid5
-%define _tar_path 5.67
+%define _tar_path 5.68
 %bcond_without lang
 Name:   solid
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1-or-later


++ solid-5.67.0.tar.xz -> solid-5.68.0.tar.xz ++
 1626 lines of diff (skipped)




commit solid for openSUSE:Leap:15.2

2020-02-16 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Leap:15.2 checked 
in at 2020-02-16 18:27:39

Comparing /work/SRC/openSUSE:Leap:15.2/solid (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.solid.new.26092 (New)


Package is "solid"

Sun Feb 16 18:27:39 2020 rev:63 rq:773963 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/solid/solid.changes2020-01-19 
15:50:04.969794992 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.solid.new.26092/solid.changes 2020-02-16 
18:28:41.262729537 +0100
@@ -1,0 +2,18 @@
+Sun Feb  2 18:07:19 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:33:08 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- Changes since 5.66.0:
+  * Add signals for udev events with actions bind and unbind
+  * [Solid] Port away from deprecated QList methods
+  * Clarify referencing of DeviceInterface
+  * [Solid] Port QRegExp to QRegularExpression
+
+---

Old:

  solid-5.66.0.tar.xz
  solid-5.66.0.tar.xz.sig

New:

  solid-5.67.0.tar.xz
  solid-5.67.0.tar.xz.sig



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.XHKDsg/_old  2020-02-16 18:28:41.562729693 +0100
+++ /var/tmp/diff_new_pack.XHKDsg/_new  2020-02-16 18:28:41.570729698 +0100
@@ -17,10 +17,10 @@
 
 
 %define lname   libKF5Solid5
-%define _tar_path 5.66
+%define _tar_path 5.67
 %bcond_without lang
 Name:   solid
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1-or-later
@@ -33,21 +33,21 @@
 %endif
 Source99:   baselibs.conf
 BuildRequires:  bison
-BuildRequires:  cmake >= 3.0
+BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Concurrent) >= 5.11.0
-BuildRequires:  cmake(Qt5DBus) >= 5.11.0
-BuildRequires:  cmake(Qt5Gui) >= 5.11.0
-BuildRequires:  cmake(Qt5Qml) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
-BuildRequires:  cmake(Qt5Xml) >= 5.11.0
+BuildRequires:  cmake(Qt5Concurrent) >= 5.12.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Gui) >= 5.12.0
+BuildRequires:  cmake(Qt5Qml) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5Xml) >= 5.12.0
 BuildRequires:  pkgconfig(libudev)
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
 %endif
 
 %description
@@ -91,7 +91,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.11.0
+Requires:   cmake(Qt5Core) >= 5.12.0
 
 %description devel
 Solid is a device integration framework.  It provides a way of querying and
@@ -105,7 +105,7 @@
 
 %build
   %cmake_kf5 -d build -- -DWITH_NEW_SOLID_JOB=ON -DWITH_NEW_POWER_ASYNC_API=ON 
-DWITH_NEW_POWER_ASYNC_FREEDESKTOP=ON 
-Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ solid-5.66.0.tar.xz -> solid-5.67.0.tar.xz ++
 5319 lines of diff (skipped)




commit solid for openSUSE:Leap:15.2

2020-01-19 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Leap:15.2 checked 
in at 2020-01-19 15:48:20

Comparing /work/SRC/openSUSE:Leap:15.2/solid (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.solid.new.26092 (New)


Package is "solid"

Sun Jan 19 15:48:20 2020 rev:62 rq:764673 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/solid/solid.changes2020-01-15 
16:03:29.423927686 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.solid.new.26092/solid.changes 2020-01-19 
15:50:04.969794992 +0100
@@ -1,0 +2,18 @@
+Sun Jan  5 09:02:29 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Remove endl. qCritical/qDebug already adds a endl.
+  * Clean up unnecessary code
+  * Display first / in mounted storage access description
+  * Port QSet::toList deprecated method
+  * Remove unused header from QtWidgets
+  * Fix build on BSD
+  * Port solid from Qt5::Widgets to Qt5::Gui
+  * Ensure mounted nfs filesystems matches their fstab declared counterpart 
(kde#406242)
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  solid-5.65.0.tar.xz
  solid-5.65.0.tar.xz.sig

New:

  solid-5.66.0.tar.xz
  solid-5.66.0.tar.xz.sig



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.GkEClN/_old  2020-01-19 15:50:05.301795189 +0100
+++ /var/tmp/diff_new_pack.GkEClN/_new  2020-01-19 15:50:05.305795191 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package solid
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 %define lname   libKF5Solid5
-%define _tar_path 5.65
+%define _tar_path 5.66
 %bcond_without lang
 Name:   solid
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1-or-later
@@ -41,9 +41,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5Concurrent) >= 5.11.0
 BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Gui) >= 5.11.0
 BuildRequires:  cmake(Qt5Qml) >= 5.11.0
 BuildRequires:  cmake(Qt5Test) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
 BuildRequires:  cmake(Qt5Xml) >= 5.11.0
 BuildRequires:  pkgconfig(libudev)
 %if %{with lang}


++ solid-5.65.0.tar.xz -> solid-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.65.0/CMakeLists.txt 
new/solid-5.66.0/CMakeLists.txt
--- old/solid-5.65.0/CMakeLists.txt 2019-12-07 22:50:54.0 +0100
+++ new/solid-5.66.0/CMakeLists.txt 2020-01-04 11:16:42.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
 project(Solid VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.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)
 
 
@@ -16,8 +16,8 @@
 include(KDECMakeSettings)
 include(ECMQtDeclareLoggingCategory)
 
-set(REQUIRED_QT_VERSION 5.11.0)
-find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Xml Widgets)
+set(REQUIRED_QT_VERSION 5.12.0)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Xml Gui)
 if (NOT ANDROID)
   find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.65.0/autotests/fakehardwaretest.cpp 
new/solid-5.66.0/autotests/fakehardwaretest.cpp
--- old/solid-5.65.0/autotests/fakehardwaretest.cpp 2019-12-07 
22:50:54.0 +0100
+++ new/solid-5.66.0/autotests/fakehardwaretest.cpp 2020-01-04 
11:16:42.0 +0100
@@ -20,7 +20,7 @@
 #include "fakehardwaretest.h"
 
 // Qt includes
-#include 
+#include 
 
 // Solid includes
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.65.0/autotests/halbasictest.cpp 
new/solid-5.66.0/autotests/halbasictest.cpp
--- old/solid-5.65.0/autotests/halbasictest.cpp 2019-12-07 22:50:54.0