From 844cdce92901d06ed62259f5726b1393d7a78bf6a2ee89dd849f0dfd6cb30bea Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 21 May 2018 09:07:19 +0000 Subject: [PATCH 1/2] Plasma 5.13 Beta OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=169 --- libksysguard-5.12.5.tar.xz | 3 --- libksysguard-5.12.90.tar.xz | 3 +++ libksysguard5.changes | 32 ++++++++++++++++++++++++++++++++ libksysguard5.spec | 18 ++++++------------ 4 files changed, 41 insertions(+), 15 deletions(-) delete mode 100644 libksysguard-5.12.5.tar.xz create mode 100644 libksysguard-5.12.90.tar.xz diff --git a/libksysguard-5.12.5.tar.xz b/libksysguard-5.12.5.tar.xz deleted file mode 100644 index ba0e362..0000000 --- a/libksysguard-5.12.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9cf21eb3a47ca8cd4d3152bb016c383d1f081cab22ebfbbfa1e77517a1f6e35 -size 570008 diff --git a/libksysguard-5.12.90.tar.xz b/libksysguard-5.12.90.tar.xz new file mode 100644 index 0000000..107ac67 --- /dev/null +++ b/libksysguard-5.12.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159a9c676fd2a0c67e27ad6db1de0de01572b4a2edb4a9f298a4557aff91aebd +size 567624 diff --git a/libksysguard5.changes b/libksysguard5.changes index a7e6276..0a1a600 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +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 diff --git a/libksysguard5.spec b/libksysguard5.spec index 4032a45..6c9f2e2 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: libksysguard5 -Version: 5.12.5 +Version: 5.12.90 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 @@ -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 From b72520b674aff6b6230deaf6e0488fbadde8516af10d8cb937bd34af0b1346a2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 9 Jun 2018 22:35:13 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=170 --- libksysguard-5.12.90.tar.xz | 3 --- libksysguard-5.13.0.tar.xz | 3 +++ libksysguard5.changes | 10 ++++++++++ libksysguard5.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 libksysguard-5.12.90.tar.xz create mode 100644 libksysguard-5.13.0.tar.xz diff --git a/libksysguard-5.12.90.tar.xz b/libksysguard-5.12.90.tar.xz deleted file mode 100644 index 107ac67..0000000 --- a/libksysguard-5.12.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:159a9c676fd2a0c67e27ad6db1de0de01572b4a2edb4a9f298a4557aff91aebd -size 567624 diff --git a/libksysguard-5.13.0.tar.xz b/libksysguard-5.13.0.tar.xz new file mode 100644 index 0000000..090c00c --- /dev/null +++ b/libksysguard-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416d28f0dbfde88bffb83feea4d8c9d6af6ec23032b62bbf951957a16a166885 +size 568352 diff --git a/libksysguard5.changes b/libksysguard5.changes index 0a1a600..edd93a9 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/libksysguard5.spec b/libksysguard5.spec index 6c9f2e2..f9c0e36 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: libksysguard5 -Version: 5.12.90 +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/unstable/plasma/%{version}/libksysguard-%{version}.tar.xz +Source: libksysguard-%{version}.tar.xz Source1: baselibs.conf BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem