OBS User mrdocs 2018-02-05 04:21:44 +00:00 committed by Git OBS Bridge
parent ae8d979168
commit bdbcd054f7
4 changed files with 31 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Feb 2 21:03:44 CET 2018 - fabian@ritter-vogt.de
- Update to 5.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.12.0.php
- Changes since 5.11.95:
* Add license header to test
* Revert "Set GTK scaling env vars" (kde#389523)
* Revert "Replace bc with awk"
* Sanitise notification HTML
* Add missing find_dependency calls to libs' CMake config files
* Fix krunner's alt+f2 on wayland (kde#385693)
* Further improve quality of images in notifications (kde#385097)
* Fix autohide panels on wayland (kde#377838)
* Improve quality of images in notifications (Bug 385097) (kde#385097)
* [Notifications] Unset Heading default height (kde#381154)
* [Notifications] Unset Heading default height (kde#381154)
* [Notifications] Put history into a ListView (kde#389132)
* [Notifications] Disable history check box when notifications are disabled
* [PanelView] Also requestActivate config dialog
* Require KDE Frameworks 5.42
* [Calculator Runner] Fix unused variable warning
* [Calculator Runner] Move action check outside of ifdef
-------------------------------------------------------------------
Mon Jan 15 15:54:07 CET 2018 - fabian@ritter-vogt.de

View File

@ -27,13 +27,13 @@ Name: plasma5-workspace
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
Version: 5.11.95
Version: 5.12.0
Release: 0
Summary: The KDE Plasma Workspace Components
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org/
Source: http://download.kde.org/unstable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
Source: plasma-workspace-%{version}.tar.xz
Source1: baselibs.conf
# PATCH-FIX-OPENSUSE 0001-Rename-qdbus-in-startkde.patch cgiboudeaux@gmx.com -- Rename the qdbus executable in startkde
Patch0: 0001-Rename-qdbus-in-startkde.patch