Luca Beltrame 2017-03-23 06:08:17 +00:00 committed by Git OBS Bridge
parent 015e41ab7b
commit da19ee324a
4 changed files with 26 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Mar 21 19:21:47 CET 2017 - fabian@ritter-vogt.de
- Update to 5.9.4
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.9.4.php
- Changes since 5.9.3:
* do not add debugger button unless it is meant to be visible
* manage mouse events when out of the window (kde#377545)
* don't emit availableScreenRectChanged when quitting
* try proper order of corona()->availableScreenRect() (kde#377298)
* [Notifications] Keep popup opened during drag
* Ignore NoDisplay=true .desktop entries when matching by Name.
* Preview Centered wallpaper as PreserveAspectFit (kde#375675)
* Only activate kded Appmenu signals if menus are in the window decoration
* Open the correct submenu in kwin menu when activating the Appmenu with a shortcut
* try harder to make the selected wallpaper visible
-------------------------------------------------------------------
Sat Mar 11 19:08:25 UTC 2017 - dimstar@opensuse.org

View File

@ -20,11 +20,11 @@
%bcond_without lang
Name: plasma5-workspace
Version: 5.9.3
Version: 5.9.4
Release: 0
# Full Plasma 5 version (e.g. 5.9.3)
# Full Plasma 5 version (e.g. 5.9.4)
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.3 in KUF)
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.4 in KUF)
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
Summary: The KDE Plasma Workspace Components
License: GPL-2.0+
@ -147,9 +147,9 @@ Recommends: systemsettings5
Recommends: sni-qt
Recommends: %{name}-lang
# plasmashell implements the dbus interface org.freedesktop.Notifications directly
Provides: dbus(org.freedesktop.Notifications)
Provides: %{name}-branding = %{_plasma5_bugfix}
Provides: %{name}-branding-upstream = %{version}
Provides: dbus(org.freedesktop.Notifications)
Obsoletes: %{name}-branding-upstream < %{version}
Provides: xembed-sni-proxy = %{version}
Obsoletes: xembed-sni-proxy < %{version}