Hrvoje Senjan 2017-01-27 23:46:06 +00:00 committed by Git OBS Bridge
parent 8647e56077
commit 820d3dd9c6
4 changed files with 28 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jan 26 19:58:58 CET 2017 - fabian@ritter-vogt.de
- Update to 5.9.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.9.0.php
- Changes since 5.8.95:
* Add workaround for QMenuBar::setVisible bug in 5.7.0
* Include qdbusmenubar when compiling with Qt >5.7.0 in autotests
* Fix warning when no initial directory is set.
* Enable QDBusMenuBar when compiling with Qt 5.7.0
* Backport test fix from master
* Also disable dbusmenubar with Qt 5.7 in the unit test section
* Remove my massive test debug from the stable branch
* add extra include
* Add explicit includes
* Fix QtVersion check
* Only use Qt's DBusMenuBar in Qt >= 5.7
* Remove leftover debug
-------------------------------------------------------------------
Thu Jan 12 20:39:58 UTC 2017 - fabian@ritter-vogt.de

View File

@ -18,17 +18,17 @@
%bcond_without lang
Name: plasma5-integration
Version: 5.8.95
Version: 5.9.0
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
# Full Plasma 5 version (e.g. 5.9.0)
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.0 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/unstable/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