Hello community, here is the log from the commit of package solid for openSUSE:Factory checked in at 2019-04-19 21:25:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/solid (Old) and /work/SRC/openSUSE:Factory/.solid.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "solid" Fri Apr 19 21:25:29 2019 rev:70 rq:695267 version:5.57.0 Changes: -------- --- /work/SRC/openSUSE:Factory/solid/solid.changes 2019-03-21 09:49:59.762842468 +0100 +++ /work/SRC/openSUSE:Factory/.solid.new.5536/solid.changes 2019-04-19 21:25:32.107962177 +0200 @@ -1,0 +2,11 @@ +Sun Apr 14 20:21:45 UTC 2019 - [email protected] + +- Update to 5.57.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.57.0.php +- Changes since 5.56.0: + * Allow building without UDev on Linux + * Only get clearTextPath when used + +------------------------------------------------------------------- Old: ---- solid-5.56.0.tar.xz New: ---- solid-5.57.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ solid.spec ++++++ --- /var/tmp/diff_new_pack.j16gkx/_old 2019-04-19 21:25:32.883963165 +0200 +++ /var/tmp/diff_new_pack.j16gkx/_new 2019-04-19 21:25:32.887963170 +0200 @@ -17,10 +17,10 @@ %define lname libKF5Solid5 -%define _tar_path 5.56 +%define _tar_path 5.57 %bcond_without lang Name: solid -Version: 5.56.0 +Version: 5.57.0 Release: 0 Summary: KDE Desktop hardware abstraction License: LGPL-2.1-or-later ++++++ solid-5.56.0.tar.xz -> solid-5.57.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/solid-5.56.0/.gitignore new/solid-5.57.0/.gitignore --- old/solid-5.56.0/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/solid-5.57.0/.gitignore 2019-04-07 09:34:59.000000000 +0200 @@ -0,0 +1,21 @@ +# Ignore the following files +*~ +*.[oa] +*.diff +*.kate-swp +*.kdev4 +.kdev_include_paths +*.kdevelop.pcs +*.moc +*.moc.cpp +*.orig +*.user +.*.swp +.swp.* +Doxyfile +Makefile +avail +random_seed +/build*/ +CMakeLists.txt.user* +*.unc-backup* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/solid-5.56.0/CMakeLists.txt new/solid-5.57.0/CMakeLists.txt --- old/solid-5.56.0/CMakeLists.txt 2019-03-02 14:52:13.000000000 +0100 +++ new/solid-5.57.0/CMakeLists.txt 2019-04-07 09:34:59.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.56.0") # handled by release scripts +set(KF5_VERSION "5.57.0") # handled by release scripts project(Solid VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.56.0 NO_MODULE) +find_package(ECM 5.57.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) @@ -51,7 +51,8 @@ PURPOSE "Required for the Predicate parser" ) -if (CMAKE_SYSTEM_NAME MATCHES Linux) +option(UDEV_DISABLED "Allows disabling UDev usage on Linux builds" OFF) +if (CMAKE_SYSTEM_NAME MATCHES Linux AND NOT UDEV_DISABLED) find_package( UDev ) if (UDev_FOUND) set(UDEV_FOUND TRUE) # for config-solid.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/solid-5.56.0/po/id/solid5_qt.po new/solid-5.57.0/po/id/solid5_qt.po --- old/solid-5.56.0/po/id/solid5_qt.po 2019-03-02 14:52:13.000000000 +0100 +++ new/solid-5.57.0/po/id/solid5_qt.po 2019-04-07 09:34:59.000000000 +0200 @@ -9,7 +9,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 18.12.0\n" "X-Qt-Contexts: true\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/solid-5.56.0/po/zh_CN/solid5_qt.po new/solid-5.57.0/po/zh_CN/solid5_qt.po --- old/solid-5.56.0/po/zh_CN/solid5_qt.po 2019-03-02 14:52:13.000000000 +0100 +++ new/solid-5.57.0/po/zh_CN/solid5_qt.po 2019-04-07 09:34:59.000000000 +0200 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2019-02-20 23:16\n" +"PO-Revision-Date: 2019-03-07 09:22\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/solid-5.56.0/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp new/solid-5.57.0/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp --- old/solid-5.56.0/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp 2019-03-02 14:52:13.000000000 +0100 +++ new/solid-5.57.0/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp 2019-04-07 09:34:59.000000000 +0200 @@ -161,7 +161,6 @@ void StorageAccess::slotDBusReply(const QDBusMessage & /*reply*/) { - const QString ctPath = clearTextPath(); if (m_setupInProgress) { if (isLuksDevice() && !isAccessible()) { // unlocked device, now mount it mount(); @@ -173,6 +172,7 @@ checkAccessibility(); } } else if (m_teardownInProgress) { // FIXME + const QString ctPath = clearTextPath(); qCDebug(UDISKS2) << "Successfully unmounted " << m_device->udi(); if (isLuksDevice() && !ctPath.isEmpty() && ctPath != "/") { // unlocked device, lock it callCryptoTeardown(); @@ -258,10 +258,12 @@ bool StorageAccess::mount() { QString path = m_device->udi(); - const QString ctPath = clearTextPath(); - if (isLuksDevice() && !ctPath.isEmpty()) { // mount options for the cleartext volume - path = ctPath; + if (isLuksDevice()) { // mount options for the cleartext volume + const QString ctPath = clearTextPath(); + if (!ctPath.isEmpty()) { + path = ctPath; + } } QDBusConnection c = QDBusConnection::systemBus(); @@ -282,10 +284,12 @@ bool StorageAccess::unmount() { QString path = m_device->udi(); - const QString ctPath = clearTextPath(); - if (isLuksDevice() && !ctPath.isEmpty()) { // unmount options for the cleartext volume - path = ctPath; + if (isLuksDevice()) { // unmount options for the cleartext volume + const QString ctPath = clearTextPath(); + if (!ctPath.isEmpty()) { + path = ctPath; + } } QDBusConnection c = QDBusConnection::systemBus();
