Accepting request 573046 from KDE:Frameworks5

Plasma 5.12.0

OBS-URL: https://build.opensuse.org/request/show/573046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-workspace?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2018-02-06 15:45:00 +00:00 committed by Git OBS Bridge
commit f514aabfd9
4 changed files with 33 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:d5e58c98a43eec206396cd7d3b1d3008c6edba07e9e92c593c24d321f13548b3
size 4571240

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
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:
* [Notifications] Fix grouping
* Make sure device paths are quoted
* 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