Accepting request 615751 from KDE:Frameworks5
Plasma 5.13.0 - not released yet OBS-URL: https://build.opensuse.org/request/show/615751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksysguard5?expand=0&rev=65
This commit is contained in:
commit
003721666d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9cf21eb3a47ca8cd4d3152bb016c383d1f081cab22ebfbbfa1e77517a1f6e35
|
||||
size 570008
|
3
libksysguard-5.13.0.tar.xz
Normal file
3
libksysguard-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:416d28f0dbfde88bffb83feea4d8c9d6af6ec23032b62bbf951957a16a166885
|
||||
size 568352
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 20:03:51 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.13.0.php
|
||||
- Changes since 5.12.90:
|
||||
* [ProcessModel] Center more column headings (kde#394467)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 19 14:16:37 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.12.90.php
|
||||
- Changes since 5.12.5:
|
||||
* Fix whitespace
|
||||
* Use non-deprecated KDEInstallDirs variables
|
||||
* Remove Qt includes with module namespace
|
||||
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
|
||||
* Use QT_MIN_VERSION & KF5_MIN_VERSION variables
|
||||
* Have a single grouping of cmake macro includes, as done elsewhere
|
||||
* Port to non-deprecated NETWinInfo constructor
|
||||
* "Port" QStyleOptionViewItemV4 -> QStyleOptionViewItem
|
||||
* Drop ECMPackageConfigHelpers for CMakePackageConfigHelpers
|
||||
* Fix compiler warning
|
||||
* Fix log name
|
||||
* Split debug categories in several categories + autogenerate it + install categories file
|
||||
* Some QChar items I missed, and it turns out QStringLiteral can't be used there, so just fromUtf8 it
|
||||
* Complete porting of the code away from ASCII and Byte Array casting as started by the previous commit.
|
||||
* Remove 'remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY'
|
||||
* Const'ref
|
||||
* Use QStringLiteral (why this test is not build here ? )
|
||||
* Const'ref
|
||||
* Clean up, const'ify
|
||||
* Remove qt include namespace.
|
||||
* Fix i18n formating
|
||||
* Make it compile
|
||||
* Make it compile with strict compile flags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 2 09:07:27 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: libksysguard5
|
||||
Version: 5.12.5
|
||||
Version: 5.13.0
|
||||
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: libksysguard-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -48,11 +48,7 @@ BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xres)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
#BuildRequires: update-desktop-files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Task management and system monitoring library.
|
||||
@ -101,26 +97,24 @@ for actions that require elevated privileges.
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_libdir}/libksgrd.so.*
|
||||
%{_kf5_libdir}/liblsofui.so.*
|
||||
%{_kf5_libdir}/libksignalplotter.so.*
|
||||
%{_kf5_libdir}/libprocesscore.so.*
|
||||
%{_kf5_libdir}/libprocessui.so.*
|
||||
%{_kf5_sharedir}/ksysguard/
|
||||
%{_kf5_debugdir}/*.categories
|
||||
|
||||
%files helper
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_sysconfdir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
|
||||
%{_kf5_libdir}/libexec/
|
||||
%{_kf5_sharedir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
|
||||
%{_kf5_sharedir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_includedir}/ksysguard/
|
||||
%{_kf5_libdir}/cmake/KF5SysGuard/
|
||||
%{_kf5_libdir}/libksgrd.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user