Accepting request 461490 from KDE:Frameworks5
Update to KDE Frameworks 5.31 and KDE Plasma 5.9.3 OBS-URL: https://build.opensuse.org/request/show/461490 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-workspace?expand=0&rev=59
This commit is contained in:
commit
7cb650ebf4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a66824802fe9d7b42e05251d31dc677e3932c189de53328d83ef19f564e41a51
|
||||
size 6936424
|
3
plasma-workspace-5.9.3.tar.xz
Normal file
3
plasma-workspace-5.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f9ba698efeba4b66f6c0d2efa5b109030e8baf971fae2033fbff069b119cb52
|
||||
size 6938372
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 19:55:37 CET 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.9.3
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.9.3.php
|
||||
- Changes since 5.9.2:
|
||||
* Remove deprecated --shut-up start flag
|
||||
* Fix another regression with rearranging launchers in an activities world.
|
||||
* [Media Controller] Round button size for play button
|
||||
* try harder to make the selected wallpaper visible
|
||||
* [Logout Screen] Show suspend button only if supported
|
||||
* Map StartupWMClass for Chrome apps instead of RegExp'ing the name
|
||||
* [kioslave/remote] Fix broken kded module
|
||||
* Port to QMultiHash.
|
||||
* Only remove + announce if leader change actually occured, avoid excessive loop.
|
||||
* Fix crash.
|
||||
* [Notifications] Never manually hide() the NotificationPopup
|
||||
* Add comment laying out goals.
|
||||
* Fix crash when switching activities.
|
||||
* Tweak alphabetic (default) sort behavior.
|
||||
- Remove patches, now upstream:
|
||||
* 0001-Fix-another-regression-with-rearranging-launchers-in.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 17:55:21 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Add patch to fix regression in Plasma 5.9:
|
||||
* 0001-Fix-another-regression-with-rearranging-launchers-in.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 10:30:06 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- drkonqi can use konsole again, the problems there are fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 17:58:13 CET 2017 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -20,11 +20,11 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: plasma5-workspace
|
||||
Version: 5.9.2
|
||||
Version: 5.9.3
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.9.2)
|
||||
# Full Plasma 5 version (e.g. 5.9.3)
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.2 in KUF)
|
||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.3 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+
|
||||
@ -222,8 +222,6 @@ workspace. Development files.
|
||||
%endif
|
||||
install -p -D -m755 drkonqi/doc/examples/installdbgsymbols_suse.sh \
|
||||
%{buildroot}/usr/bin/installdbgsymbols.sh
|
||||
# Use xterm to install the debug packages, konsole doesn't handle the -e parameter correctly currently (boo#990353, kde#366793)
|
||||
sed -i "s/konsole/xterm/" %{buildroot}/usr/bin/installdbgsymbols.sh
|
||||
%suse_update_desktop_file -r %{buildroot}%{_kf5_applicationsdir}/org.kde.klipper.desktop System TrayIcon
|
||||
mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/48x48/apps/
|
||||
cp %{_kf5_iconsdir}/breeze/apps/48/klipper.svg %{buildroot}%{_kf5_iconsdir}/hicolor/48x48/apps/
|
||||
|
Loading…
x
Reference in New Issue
Block a user