Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2021-10-18 21:59:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/solid (Old)
 and      /work/SRC/openSUSE:Factory/.solid.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "solid"

Mon Oct 18 21:59:00 2021 rev:102 rq:924480 version:5.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/solid/solid.changes      2021-09-16 
23:16:34.099916119 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new.1890/solid.changes    2021-10-18 
22:01:18.530055231 +0200
@@ -1,0 +2,12 @@
+Sun Oct  3 20:34:07 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+  * Add support for static builds
+  * support extracting cpu model on ppc64
+
+-------------------------------------------------------------------

Old:
----
  solid-5.86.0.tar.xz
  solid-5.86.0.tar.xz.sig

New:
----
  solid-5.87.0.tar.xz
  solid-5.87.0.tar.xz.sig

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

Other differences:
------------------
++++++ solid.spec ++++++
--- /var/tmp/diff_new_pack.2Vy6eg/_old  2021-10-18 22:01:19.126055662 +0200
+++ /var/tmp/diff_new_pack.2Vy6eg/_new  2021-10-18 22:01:19.130055665 +0200
@@ -17,10 +17,10 @@
 
 
 %define lname   libKF5Solid5
-%define _tar_path 5.86
+%define _tar_path 5.87
 %bcond_without lang
 Name:           solid
-Version:        5.86.0
+Version:        5.87.0
 Release:        0
 Summary:        KDE Desktop hardware abstraction
 License:        LGPL-2.1-or-later


++++++ solid-5.86.0.tar.xz -> solid-5.87.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.86.0/.gitlab-ci.yml 
new/solid-5.87.0/.gitlab-ci.yml
--- old/solid-5.86.0/.gitlab-ci.yml     2021-09-04 19:09:15.000000000 +0200
+++ new/solid-5.87.0/.gitlab-ci.yml     2021-10-02 16:35:47.000000000 +0200
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <[email protected]>
+# SPDX-License-Identifier: CC0-1.0
+
 include:
-  - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
-  - 
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-frameworks-linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.86.0/.kde-ci.yml new/solid-5.87.0/.kde-ci.yml
--- old/solid-5.86.0/.kde-ci.yml        1970-01-01 01:00:00.000000000 +0100
+++ new/solid-5.87.0/.kde-ci.yml        2021-10-02 16:35:47.000000000 +0200
@@ -0,0 +1,7 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
+  'require':
+    'frameworks/extra-cmake-modules': '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.86.0/CMakeLists.txt 
new/solid-5.87.0/CMakeLists.txt
--- old/solid-5.86.0/CMakeLists.txt     2021-09-04 19:09:15.000000000 +0200
+++ new/solid-5.87.0/CMakeLists.txt     2021-10-02 16:35:47.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
 project(Solid VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.86.0  NO_MODULE)
+find_package(ECM 5.87.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.86.0/KF5SolidConfig.cmake.in 
new/solid-5.87.0/KF5SolidConfig.cmake.in
--- old/solid-5.86.0/KF5SolidConfig.cmake.in    2021-09-04 19:09:15.000000000 
+0200
+++ new/solid-5.87.0/KF5SolidConfig.cmake.in    2021-10-02 16:35:47.000000000 
+0200
@@ -19,6 +19,19 @@
 include(CMakeFindDependencyMacro)
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
+if (NOT @BUILD_SHARED_LIBS@)
+    find_dependency(Qt5Xml @REQUIRED_QT_VERSION@)
+    find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
+
+    if (@Qt5DBus_FOUND@)
+        find_dependency(Qt5DBus @REQUIRED_QT_VERSION@)
+    endif()
+
+    if (@UDev_FOUND@)
+        find_dependency(UDev)
+    endif()
+endif()
+
 include("${CMAKE_CURRENT_LIST_DIR}/KF5SolidTargets.cmake")
 @PACKAGE_INCLUDE_QCHTARGETS@
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.86.0/po/da/solid5_qt.po 
new/solid-5.87.0/po/da/solid5_qt.po
--- old/solid-5.86.0/po/da/solid5_qt.po 2021-09-04 19:09:15.000000000 +0200
+++ new/solid-5.87.0/po/da/solid5_qt.po 2021-10-02 16:35:47.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander <[email protected]>, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2017, 2019, 2020.
+# Martin Schlander <[email protected]>, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2017, 2019, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-04-01 01:49+0000\n"
-"PO-Revision-Date: 2020-10-27 19:24+0100\n"
+"PO-Revision-Date: 2021-09-09 21:41+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -121,40 +121,28 @@
 msgstr "0 B"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:75
-#, fuzzy, qt-format
-#| msgctxt "Solid::Backends::Hal::HalDevice|%1 is the size"
-#| msgid "%1 External Hard Drive"
+#, qt-format
 msgctxt "QObject|%1 is the size, %2 is the block device name e.g. sda, sda1"
 msgid "%1 External Drive (%2)"
-msgstr "%1 ekstern harddisk"
+msgstr "%1 eksternt drev (%2)"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:77
-#, fuzzy, qt-format
-#| msgctxt "Solid::Backends::Hal::HalDevice|%1 is the size"
-#| msgid "%1 External Hard Drive"
+#, qt-format
 msgctxt "QObject|%1 is the size, %2 is the block device name e.g. sda, sda1"
 msgid "%1 Internal Drive (%2)"
-msgstr "%1 ekstern harddisk"
+msgstr "%1 internt drev (%2)"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:81
-#, fuzzy, qt-format
-#| msgctxt ""
-#| "Solid::Backends::Hal::HalDevice|%1 is CD-ROM/CD-R/etc; %2 is '/DVD-ROM'/'/"
-#| "DVD-R'/etc (with leading slash)"
-#| msgid "External %1%2 Drive"
+#, qt-format
 msgctxt "QObject|%1 is the block device name e.g. sda, sda1"
 msgid "External Drive (%1)"
-msgstr "Eksternt %1%2-drev"
+msgstr "Eksternt drev (%1)"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:83
-#, fuzzy, qt-format
-#| msgctxt ""
-#| "Solid::Backends::Hal::HalDevice|%1 is CD-ROM/CD-R/etc; %2 is '/DVD-ROM'/'/"
-#| "DVD-R'/etc (with leading slash)"
-#| msgid "External %1%2 Drive"
+#, qt-format
 msgctxt "QObject|%1 is the block device name e.g. sda, sda1"
 msgid "Internal Drive (%1)"
-msgstr "Eksternt %1%2-drev"
+msgstr "Internt drev (%1)"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:256
 msgctxt "Solid::Backends::UDisks2::Device|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.86.0/po/pl/solid5_qt.po 
new/solid-5.87.0/po/pl/solid5_qt.po
--- old/solid-5.86.0/po/pl/solid5_qt.po 2021-09-04 19:09:15.000000000 +0200
+++ new/solid-5.87.0/po/pl/solid5_qt.po 2021-10-02 16:35:47.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-04-01 01:49+0000\n"
-"PO-Revision-Date: 2021-01-17 08:57+0100\n"
+"PO-Revision-Date: 2021-09-11 11:58+0200\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -124,40 +124,28 @@
 msgstr "0 B"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:75
-#, fuzzy, qt-format
-#| msgctxt "Solid::Backends::Hal::HalDevice|%1 is the size"
-#| msgid "%1 External Hard Drive"
+#, qt-format
 msgctxt "QObject|%1 is the size, %2 is the block device name e.g. sda, sda1"
 msgid "%1 External Drive (%2)"
-msgstr "Zewn??trzny dysk twardy %1"
+msgstr "Nap??d zewn??trzny %1 (%2)"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:77
-#, fuzzy, qt-format
-#| msgctxt "Solid::Backends::Hal::HalDevice|%1 is the size"
-#| msgid "%1 External Hard Drive"
+#, qt-format
 msgctxt "QObject|%1 is the size, %2 is the block device name e.g. sda, sda1"
 msgid "%1 Internal Drive (%2)"
-msgstr "Zewn??trzny dysk twardy %1"
+msgstr "Nap??d wewn??trzny %1 (%2)"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:81
-#, fuzzy, qt-format
-#| msgctxt ""
-#| "Solid::Backends::Hal::HalDevice|%1 is CD-ROM/CD-R/etc; %2 is '/DVD-ROM'/'/"
-#| "DVD-R'/etc (with leading slash)"
-#| msgid "External %1%2 Drive"
+#, qt-format
 msgctxt "QObject|%1 is the block device name e.g. sda, sda1"
 msgid "External Drive (%1)"
-msgstr "Nap??d zewn??trzny %1%2"
+msgstr "Nap??d zewn??trzny  (%1)"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:83
-#, fuzzy, qt-format
-#| msgctxt ""
-#| "Solid::Backends::Hal::HalDevice|%1 is CD-ROM/CD-R/etc; %2 is '/DVD-ROM'/'/"
-#| "DVD-R'/etc (with leading slash)"
-#| msgid "External %1%2 Drive"
+#, qt-format
 msgctxt "QObject|%1 is the block device name e.g. sda, sda1"
 msgid "Internal Drive (%1)"
-msgstr "Nap??d zewn??trzny %1%2"
+msgstr "Nap??d wewn??trzny  (%1)"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:256
 msgctxt "Solid::Backends::UDisks2::Device|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.86.0/po/zh_CN/solid5_qt.po 
new/solid-5.87.0/po/zh_CN/solid5_qt.po
--- old/solid-5.86.0/po/zh_CN/solid5_qt.po      2021-09-04 19:09:15.000000000 
+0200
+++ new/solid-5.87.0/po/zh_CN/solid5_qt.po      2021-10-02 16:35:47.000000000 
+0200
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2021-08-30 11:44\n"
+"PO-Revision-Date: 2021-09-27 13:09\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -605,7 +605,7 @@
 #: solid/devices/backends/upower/upowermanager.cpp:68
 msgctxt "Solid::Backends::UPower::UPowerManager|"
 msgid "Batteries and other sources of power"
-msgstr "?????????????????????"
+msgstr "?????????????????????"
 
 #: solid/devices/backends/win/windevice.cpp:158
 msgctxt "Solid::Backends::Win::WinDevice|battery technology"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/solid-5.86.0/src/solid/devices/backends/udev/cpuinfo.cpp 
new/solid-5.87.0/src/solid/devices/backends/udev/cpuinfo.cpp
--- old/solid-5.86.0/src/solid/devices/backends/udev/cpuinfo.cpp        
2021-09-04 19:09:15.000000000 +0200
+++ new/solid-5.87.0/src/solid/devices/backends/udev/cpuinfo.cpp        
2021-10-02 16:35:47.000000000 +0200
@@ -48,6 +48,10 @@
         model = info.extractInfoLine("Processor\\s+:\\s+(\\S.+)");
     }
 
+    if (model.isEmpty()) {
+        model = info.extractInfoLine("cpu\\s+:\\s+(\\S.+)");
+    }
+
     return model;
 }
 

Reply via email to