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
This commit is contained in:
Wolfgang Bauer 2018-09-15 12:29:45 +00:00 committed by Git OBS Bridge
parent 3edd8857c1
commit ff923a0df0
4 changed files with 27 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:219e61705105db125aaa71a8079cebcb04adf4c08bbe6c29f08241be56308ea8
size 602896

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e76bdd05e2b8118411ed3036c03df6f7807657f5b65116115877b596a683dc2
size 602476

View File

@ -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

View File

@ -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