Luca Beltrame 2017-05-16 11:56:23 +00:00 committed by Git OBS Bridge
parent 8bf25f2431
commit 50414458a2
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c84fdf4bd2d285485d0703248d3ae502443737f0cbc9870171560e872ce1d17
size 49688

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b744ae1eb48ae14250fe168a4b4c5d70d6cdd82b8dce2b2ed0c21b20b01eaa40
size 51504

View File

@ -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

View File

@ -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