Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcm_sddm?expand=0&rev=171
This commit is contained in:
Wolfgang Bauer
2018-09-15 12:29:39 +00:00
committed by Git OBS Bridge
parent 9f67452924
commit 35b13ca028
8 changed files with 105 additions and 41 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Sep 13 17:24:59 UTC 2018 - fabian@ritter-vogt.de
- Update to 5.13.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.13.90.php
- Changes since 5.13.5:
* QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency.
* Sync MAX_UID with upstream
* Remove deprecated class
* Check version
* Remove unused include moc
* Use nullptr. Use const'ref
* Make compile with strict compile flags (I found a missing i18n too)
- Refresh patches remove-wayland-suffix.patch
- Replace set-default-session-to-plasma5-for-autologin.patch with
dont-set-empty-autologin.patch
- Add patch to fix crash on startup:
* 0001-Workaround-QTBUG-47066-to-fix-crash-on-startup.patch
-------------------------------------------------------------------
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de