Plasma 5.11 Beta - hopefully everything addressed now (if it builds fine)

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=141
This commit is contained in:
OBS User mrdocs 2017-09-15 03:22:18 +00:00 committed by Git OBS Bridge
parent 6703937d1c
commit 9c33e8f28f
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 14 14:29:05 CEST 2017 - fabian@ritter-vogt.de
- Update to 5.10.95
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.10.95.php
- Changes since 5.10.5:
* libksysguard does not appear to use QtScript, but just includes it.
* Inject custom style sheet with system colors (kde#360214)
* Use Q_DECL_OVERRIDE
* Fix compilation on CentOS 6
-------------------------------------------------------------------
Tue Aug 22 19:11:31 CEST 2017 - fabian@ritter-vogt.de

View File

@ -18,13 +18,13 @@
%bcond_without lang
Name: libksysguard5
Version: 5.10.5
Version: 5.10.95
Release: 0
Summary: Task management and system monitoring library
License: GPL-2.0+
Group: Development/Libraries/C and C++
Url: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
Source: http://download.kde.org/unstable/plasma/%{version}/libksysguard-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: kf5-filesystem
@ -42,7 +42,6 @@ BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Network) >= 5.4.0
BuildRequires: cmake(Qt5Script) >= 5.4.0
BuildRequires: cmake(Qt5WebKitWidgets) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0