Accepting request 491143 from home:luca_b:plasma59_update
Plasma 5.9.5 OBS-URL: https://build.opensuse.org/request/show/491143 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=310
This commit is contained in:
parent
6117b81942
commit
4944965e82
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15af4769aee9ab35df133fcb4b366ead4cf3b495e7f6d1ece4851055887d5f5d
|
||||
size 6939508
|
3
plasma-workspace-5.9.5.tar.xz
Normal file
3
plasma-workspace-5.9.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abe34e01d455b8367a58ea135be63af91122338d3129f14bc51d52887e6b6b55
|
||||
size 6937764
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 18:58:06 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.9.5
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.9.5.php
|
||||
- Changes since 5.9.4:
|
||||
* Update the ungrab mouse hack for Qt5.8
|
||||
* use KProcess instead of QProcess to launch apps in ksmserver
|
||||
* launch autostart apps in ksmserver using KRun, not QProcess (kde#369391, kde#370528)
|
||||
* recognize the WM even if given with a full path
|
||||
* Don't remove other applets in SystemTray::cleanupTask
|
||||
* [Media Controller] Enforce PlainText format
|
||||
* [Media Controller] Enforce PlainText format
|
||||
* Fix off-by-one.
|
||||
* [Media Controller] Use double for length instead of int (kde#377623)
|
||||
* When deleting the panel the notifications applet is in, the containment is being destroyed but the corona is still there and rightfully emits availableScreenRectChanged. This will cause us to crash when we try to access the no-longer existing containment.
|
||||
* Fix losing wallpaper selection when clicking "Apply".
|
||||
* Correctly handle when a new primary screen displaces the old
|
||||
* Fix TasksModel.anyTaskDemandsAttention not updating on window closure. (kde#378254)
|
||||
* [Windowed Widgets Runner] Fix mimeDataForMatch
|
||||
* Connect aboutToHide signal from QMenu to relevant libdbusmenu-qt slot (kde#375053)
|
||||
* [Calculator Runner] Use "approximate" approximation mode (kde#277011)
|
||||
* [OSD] Allow disabling OSD through config file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 11:17:50 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
@ -209,7 +235,7 @@ Tue Jan 10 20:42:09 UTC 2017 - fabian@ritter-vogt.de
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 29 11:41:27 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Require also the main package from the devel package. This is
|
||||
- Require also the main package from the devel package. This is
|
||||
required to get the required layouts for the servicetypes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -496,7 +522,7 @@ Tue Aug 2 11:36:06 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 11:42:08 UTC 2016 - alarrosa@suse.com
|
||||
|
||||
- Added fix-breeze-sddm-theme-with-many-users.patch again.
|
||||
- Added fix-breeze-sddm-theme-with-many-users.patch again.
|
||||
This is still needed since upstream dropped the planned changes
|
||||
on the login breeze theme from the 5.7 release.
|
||||
|
||||
@ -644,7 +670,7 @@ Tue Mar 1 17:33:31 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
* Bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.5.5.php
|
||||
- Drop upstreamed fix-session-switch.patch and
|
||||
- Drop upstreamed fix-session-switch.patch and
|
||||
reset-the-model-on-list-always-shown-hide-change.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -755,7 +781,7 @@ Wed Nov 25 23:58:24 UTC 2015 - opensuse@cboltz.de
|
||||
Fri Nov 20 15:03:49 UTC 2015 - alarrosa@suse.com
|
||||
|
||||
- Renamed userlist model property from UsersThresholdToDisableAvatars
|
||||
to disableAvatarsThreshold as in the patch finally accepted
|
||||
to disableAvatarsThreshold as in the patch finally accepted
|
||||
by sddm developers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -817,7 +843,7 @@ Sun Oct 4 10:44:29 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
Wed Sep 16 18:39:29 UTC 2015 - lbeltrame@kde.org
|
||||
|
||||
- Add fix-logout-button-sizing.patch: Upstream fix to ensure that
|
||||
logout/shutdown and cancel buttons on the logout screen have
|
||||
logout/shutdown and cancel buttons on the logout screen have
|
||||
all the same size.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -1086,7 +1112,7 @@ Thu Dec 11 18:00:08 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
* Cleanup Jobs code and remove dead code
|
||||
* Alleviate the annoyance of Job Finished notifications, kde#340068
|
||||
* Escape ampersands in notifications
|
||||
* Replace \n with
|
||||
* Replace \n with
|
||||
* Fix dialog minimum height (always add the margins afterwards),
|
||||
kde#341218
|
||||
* Also take the title label into account when calculating
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: plasma5-workspace
|
||||
Version: 5.9.4
|
||||
Version: 5.9.5
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.9.4)
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user