From bdbcd054f73db885868712eb17d841f43ded76fc9128c22d8b2b1119f5ff1815 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Mon, 5 Feb 2018 04:21:44 +0000 Subject: [PATCH 1/2] Plasma 5.12 final OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=376 --- plasma-workspace-5.11.95.tar.xz | 3 --- plasma-workspace-5.12.0.tar.xz | 3 +++ plasma5-workspace.changes | 26 ++++++++++++++++++++++++++ plasma5-workspace.spec | 4 ++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 plasma-workspace-5.11.95.tar.xz create mode 100644 plasma-workspace-5.12.0.tar.xz diff --git a/plasma-workspace-5.11.95.tar.xz b/plasma-workspace-5.11.95.tar.xz deleted file mode 100644 index 4a2d2c9..0000000 --- a/plasma-workspace-5.11.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7811a2953a8effe157c578f207ca927905d9a292a1ec14df9aa2cce9221a9195 -size 4573448 diff --git a/plasma-workspace-5.12.0.tar.xz b/plasma-workspace-5.12.0.tar.xz new file mode 100644 index 0000000..fb3fa14 --- /dev/null +++ b/plasma-workspace-5.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce2988f1706bd24975619b9e0b88437734f2dca30eaec2eea1a57a29f2e4963 +size 4571044 diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index a9b686c..78e33d3 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +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: + * 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 diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index fc24fca..6653c16 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -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 From 6f1e0c764b60eff86981451901e9fe474fb562dc110133caf4cc1b71b32bdfb8 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 5 Feb 2018 13:24:49 +0000 Subject: [PATCH 2/2] * [Notifications] Fix grouping * Make sure device paths are quoted OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=377 --- plasma-workspace-5.12.0.tar.xz | 4 ++-- plasma5-workspace.changes | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plasma-workspace-5.12.0.tar.xz b/plasma-workspace-5.12.0.tar.xz index fb3fa14..3f81957 100644 --- a/plasma-workspace-5.12.0.tar.xz +++ b/plasma-workspace-5.12.0.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ce2988f1706bd24975619b9e0b88437734f2dca30eaec2eea1a57a29f2e4963 -size 4571044 +oid sha256:d5e58c98a43eec206396cd7d3b1d3008c6edba07e9e92c593c24d321f13548b3 +size 4571240 diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index 78e33d3..e53945f 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -6,6 +6,8 @@ Fri Feb 2 21:03:44 CET 2018 - fabian@ritter-vogt.de * 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"