From ff923a0df01e0dfa84508e30b573b88eaa50984a93466a96715136af9e6973fe Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 15 Sep 2018 12:29:45 +0000 Subject: [PATCH] Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=198 --- kdeplasma-addons-5.13.5.tar.xz | 3 --- kdeplasma-addons-5.13.90.tar.xz | 3 +++ plasma5-addons.changes | 19 +++++++++++++++++++ plasma5-addons.spec | 10 +++++----- 4 files changed, 27 insertions(+), 8 deletions(-) delete mode 100644 kdeplasma-addons-5.13.5.tar.xz create mode 100644 kdeplasma-addons-5.13.90.tar.xz diff --git a/kdeplasma-addons-5.13.5.tar.xz b/kdeplasma-addons-5.13.5.tar.xz deleted file mode 100644 index 823cf4e..0000000 --- a/kdeplasma-addons-5.13.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:219e61705105db125aaa71a8079cebcb04adf4c08bbe6c29f08241be56308ea8 -size 602896 diff --git a/kdeplasma-addons-5.13.90.tar.xz b/kdeplasma-addons-5.13.90.tar.xz new file mode 100644 index 0000000..04086dd --- /dev/null +++ b/kdeplasma-addons-5.13.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e76bdd05e2b8118411ed3036c03df6f7807657f5b65116115877b596a683dc2 +size 602476 diff --git a/plasma5-addons.changes b/plasma5-addons.changes index 0d53ed1..9da114b 100644 --- a/plasma5-addons.changes +++ b/plasma5-addons.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Sep 13 17:25:02 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.13.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.90.php +- Changes since 5.13.5: + * [Spellchecker Runner] Add button to open Spell Check KCM (kde#398244) + * QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency. + * Show the state as well on the full representation (kde#397365) + * [Timer applet] Reset opacity on timer start and reset (kde#396497) + * Changed variable type to int to display squares instead of rectangles + * Changed refresh time from 30 to 60 seconds + * Cleaned code for binary clock applet and added comments + * New icons for Keyboard Indicator Closes T9050 + * Show info if we have this info :) + * Centre align SystemLoadViewer headers + ------------------------------------------------------------------- Tue Sep 4 10:58:41 UTC 2018 - fabian@ritter-vogt.de diff --git a/plasma5-addons.spec b/plasma5-addons.spec index e53eefb..581dc18 100644 --- a/plasma5-addons.spec +++ b/plasma5-addons.spec @@ -18,17 +18,17 @@ %bcond_without lang Name: plasma5-addons -Version: 5.13.5 +Version: 5.13.90 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) -%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} -# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) -%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} +%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} +# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) +%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} Summary: Additional Plasma5 Widgets License: LGPL-2.1-only AND GPL-2.0-or-later AND GPL-3.0-only Group: System/GUI/KDE Url: http://www.kde.org/ -Source: http://download.kde.org/stable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz BuildRequires: kf5-filesystem BuildRequires: cmake(KF5Activities) >= 5.25.0 BuildRequires: cmake(KF5Config) >= 5.25.0