From e667d6ff778da7d8145c0d0dbe222573d118dfd6915daaee5f97ad076835e05e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 15 May 2021 16:17:06 +0000 Subject: [PATCH] Plasma 5.22 Beta, tested a bit more. Now with cmake >= 3.16 and duplicates in .changes removed (now using git log a..b instead of a...b) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-disks?expand=0&rev=29 --- plasma-disks-5.21.5.tar.xz | 3 --- plasma-disks-5.21.5.tar.xz.sig | 11 ----------- plasma-disks-5.21.90.tar.xz | 3 +++ plasma-disks-5.21.90.tar.xz.sig | 11 +++++++++++ plasma5-disks.changes | 26 ++++++++++++++++++++++++++ plasma5-disks.spec | 6 +++--- 6 files changed, 43 insertions(+), 17 deletions(-) delete mode 100644 plasma-disks-5.21.5.tar.xz delete mode 100644 plasma-disks-5.21.5.tar.xz.sig create mode 100644 plasma-disks-5.21.90.tar.xz create mode 100644 plasma-disks-5.21.90.tar.xz.sig diff --git a/plasma-disks-5.21.5.tar.xz b/plasma-disks-5.21.5.tar.xz deleted file mode 100644 index dfeb1ab..0000000 --- a/plasma-disks-5.21.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:211d8273aea5146bc6ecb0511d0d4c3bea731c956b35a81dadc4b96a8daea0a0 -size 71428 diff --git a/plasma-disks-5.21.5.tar.xz.sig b/plasma-disks-5.21.5.tar.xz.sig deleted file mode 100644 index 446efc4..0000000 --- a/plasma-disks-5.21.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCRPu0ACgkQEZaMRJKM -rvxsbAgAmmprhSGXt1JHH1/TJ5w9xwWa/Ark1KU1shBaogaQhkiB9vLnlLy6KH3q -/YO1l20ikOY5EuKhLHJ3e2fmPsB/tg/bzPl+ojTN7hVD/qVYpkqSKUCSB6CVnSet -iROMPSeefZX4/VFR05k1g2WBLkhX9WKSfmEaQJWRAVdOzpOt3kW0ZsswH4eetOWN -VWnPGzVgLtQh00jlg0dzbnNj1S1lYVnRQIO07358I0ZzUGNNiSnBXvDhLC/Tg6rA -Q83Hza71It0H5cHK+3WFLk07JsrgPPQN+eLil63r4xNx9ylh90uhlxuB9iRKhSiB -ZWSRZ7QXm4UhrJ49Sc9YSClmtGUUjw== -=mMun ------END PGP SIGNATURE----- diff --git a/plasma-disks-5.21.90.tar.xz b/plasma-disks-5.21.90.tar.xz new file mode 100644 index 0000000..9bd248b --- /dev/null +++ b/plasma-disks-5.21.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260ca77f8b9b742b53a7e3d1eda0c141df2d0806b770d5d9ca2775017b6830f1 +size 82788 diff --git a/plasma-disks-5.21.90.tar.xz.sig b/plasma-disks-5.21.90.tar.xz.sig new file mode 100644 index 0000000..88d32f5 --- /dev/null +++ b/plasma-disks-5.21.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmCdJxIACgkQ7JTRj38F +mX617wf6Aj3b3W+BG7m3SheGr+rgbQXWsFDSqoN0XkqLUoD/Hlzgrlh79uhXrxX7 +yR01X2+E1CiTCy6sH79FzymeGG1MlDP1ef+XpdOBZLNiWm/jqjtRH1LM0yFC9rc8 +FSqG8rAKqPqrq3U+X3z8WcGyLn26LO253O9HB318a2Ayo4d8/e0bZwsCpLPiwwpS +t9ul+3IifIywJm9rLT6KiyDgf8WctkBnL/QP3Y2iR0gWM7SkyXqBm56slL69CIX0 +YjxX+M/7OfSA4hGbkztcig43/SnLcjBO1+vzl8SbnxN8/4+tGaTvX8n0p0TB45J3 +lToodtNUYXi1y3T1nfyA125B0X9Ydg== +=4QAC +-----END PGP SIGNATURE----- diff --git a/plasma5-disks.changes b/plasma5-disks.changes index 23b39f9..d9b4fb0 100644 --- a/plasma5-disks.changes +++ b/plasma5-disks.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu May 13 18:15:44 UTC 2021 - Fabian Vogt + +- Update to 5.21.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.90 +- Changes since 5.21.5: + * add a test case for exit_status:1 + * Fix spurious assertion failure + * [KCM] Give it an implicit size + * consider devices invalid (ignore them) that have smart disabled (kde#435699) + * use chrono literal for update interval + * equip SMARTData with a validity check + * fix up reuse compliance + * Fix build with -DWITH_SIMULATION=FALSE + * Don't define isSimulation() if not building simulation bits + * Fix i18n() + * Fix minor typos + * extra qml strings correctly + * report smartctl failure codes to the user (kde#429804) + * add some additional samples + * always try to notify on device appearance + * add a simulation mode based on the fixture pool + * Use versionless Qt cmake target + ------------------------------------------------------------------- Tue May 4 14:15:41 UTC 2021 - Fabian Vogt diff --git a/plasma5-disks.spec b/plasma5-disks.spec index 9da7b63..7027624 100644 --- a/plasma5-disks.spec +++ b/plasma5-disks.spec @@ -23,15 +23,15 @@ %bcond_without lang Name: plasma5-disks -Version: 5.21.5 +Version: 5.21.90 Release: 0 Summary: Plasma service for monitoring disk health License: GPL-2.0-only OR GPL-3.0-only Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.tar.xz +Source: https://download.kde.org/unstable/plasma/%{version}/plasma-disks-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.tar.xz.sig +Source1: https://download.kde.org/unstable/plasma/%{version}/plasma-disks-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 3.16