From 50414458a29563b7bf2cb11d87aa081fc198df9f2efdcaba004ed382b597e262 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 16 May 2017 11:56:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-integration?expand=0&rev=49 --- plasma-integration-5.9.5.tar.xz | 3 --- plasma-integration-5.9.95.tar.xz | 3 +++ plasma5-integration.changes | 16 ++++++++++++++++ plasma5-integration.spec | 8 ++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 plasma-integration-5.9.5.tar.xz create mode 100644 plasma-integration-5.9.95.tar.xz diff --git a/plasma-integration-5.9.5.tar.xz b/plasma-integration-5.9.5.tar.xz deleted file mode 100644 index 9c9b4f3..0000000 --- a/plasma-integration-5.9.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c84fdf4bd2d285485d0703248d3ae502443737f0cbc9870171560e872ce1d17 -size 49688 diff --git a/plasma-integration-5.9.95.tar.xz b/plasma-integration-5.9.95.tar.xz new file mode 100644 index 0000000..9c0c0f7 --- /dev/null +++ b/plasma-integration-5.9.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b744ae1eb48ae14250fe168a4b4c5d70d6cdd82b8dce2b2ed0c21b20b01eaa40 +size 51504 diff --git a/plasma5-integration.changes b/plasma5-integration.changes index 8d86061..868ecd6 100644 --- a/plasma5-integration.changes +++ b/plasma5-integration.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu May 11 20:26:29 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.9.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.95.php +- Changes since 5.9.5: + * Move code on wayland surface being created. + * Implement QPlatformTheme::fileIconPixmap() to make QFileIconProvider work. + * Implement support for selected mime type filters + * Fix cmake warning + * Test is fixed, remove all the qDebugs + * Use our own temporary dir instead of QDir::tempPath() + * Rework how we expect the checkbox in the test + ------------------------------------------------------------------- Tue Apr 25 18:58:05 CEST 2017 - lbeltrame@kde.org diff --git a/plasma5-integration.spec b/plasma5-integration.spec index 879d816..8179649 100644 --- a/plasma5-integration.spec +++ b/plasma5-integration.spec @@ -18,17 +18,17 @@ %bcond_without lang Name: plasma5-integration -Version: 5.9.5 +Version: 5.9.95 Release: 0 -# Full Plasma 5 version (e.g. 5.9.4) +# Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} -# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.4 in KUF) +# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} Summary: Plugins responsible for better integration of Qt applications in KDE Workspace License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz +Source: plasma-integration-%{version}.tar.xz BuildRequires: extra-cmake-modules >= 5.17.0 BuildRequires: kf5-filesystem BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0