Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2019-10-14 12:39:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksysguard5 (Old)
 and      /work/SRC/openSUSE:Factory/.ksysguard5.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksysguard5"

Mon Oct 14 12:39:23 2019 rev:89 rq:737630 version:5.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes    2019-09-07 
11:38:28.574396334 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new.2352/ksysguard5.changes  
2019-10-14 12:39:24.911027694 +0200
@@ -1,0 +2,36 @@
+Thu Oct 10 14:25:46 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.17.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.0.php
+- Changes since 5.16.90:
+  * Fix a number of issues found by the OpenSuse security team in
+    networkhelper (boo#1151190)
+
+-------------------------------------------------------------------
+Thu Sep 19 12:32:35 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Update to 5.16.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.90.php
+- Changes since 5.16.5:
+  * Port QLayout::setMargins to QLayout::setContentsMargins
+  * Set default visibility for per-process network sensors to true
+  * Replace s6_addr32 with s6_addr in the network plugin helper
+  * Yet another BSD compile fix
+  * Another FreeBSD compile fix
+  * Try to fix building the network plugin on FreeBSD
+  * Add a per-process network information plugin
+  * HiDPI icon in buttons and menus
+  * Linux softraid: Define _GNU_SOURCE for pipe2
+  * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is already defined in ecm
+  * Remove unused includes
+  * Ignore files
+  * Fix forward declaration
+  * ksysguardd: show Mandatory Access Control (SELinux/AppArmor) context
+  * ProcessList: add support for cgroups
+  * ProcessList: add NoNewPrivileges
+
+-------------------------------------------------------------------

Old:
----
  ksysguard-5.16.5.tar.xz
  ksysguard-5.16.5.tar.xz.sig

New:
----
  ksysguard-5.17.0.tar.xz
  ksysguard-5.17.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksysguard5.spec ++++++
--- /var/tmp/diff_new_pack.sScw1m/_old  2019-10-14 12:39:25.499026156 +0200
+++ /var/tmp/diff_new_pack.sScw1m/_new  2019-10-14 12:39:25.499026156 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           ksysguard5
-Version:        5.16.5
+Version:        5.17.0
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -28,9 +28,9 @@
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz
+Source:         ksysguard-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz.sig
+Source1:        ksysguard-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 Source3:        ksysguardd.service
@@ -56,15 +56,20 @@
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5Core) >= 5.12.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+# No pkgconfig(pcap) in Leap 15.1 yet
+BuildRequires:  libpcap-devel
 Requires:       libksysguard5-helper
 Recommends:     %{name}-lang
+BuildRequires:  update-desktop-files
+# For post and verifyscript
+Requires(post): permissions
+Requires(verify): permissions
 %if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
 Provides:       kdebase4-workspace-ksysguardd = %{version}
 Obsoletes:      kdebase4-workspace-ksysguardd < %{version}
 %else
 Conflicts:      kdebase4-workspace-ksysguardd
 %endif
-BuildRequires:  update-desktop-files
 %{?systemd_requires}
 
 %description
@@ -101,12 +106,16 @@
 %post
 /sbin/ldconfig
 %service_add_post ksysguardd.service
+%set_permissions %{_kf5_libexecdir}/ksysguard/ksgrd_network_helper
 
 %postun
 /sbin/ldconfig
 %service_del_postun ksysguardd.service
 exit 0
 
+%verifyscript
+%verify_permissions -e %{_kf5_libexecdir}/ksysguard/ksgrd_network_helper
+
 %files
 %license COPYING*
 %{_kf5_bindir}/ksysguard
@@ -123,6 +132,11 @@
 %{_kf5_sharedir}/ksysguard/
 %{_kf5_sharedir}/kxmlgui5/
 %{_kf5_appstreamdir}/org.kde.ksysguard.appdata.xml
+%dir %{_kf5_libdir}/libexec/ksysguard/
+%{_kf5_libdir}/libexec/ksysguard/ksgrd_network_helper
+%dir %{_kf5_plugindir}/ksysguard/
+%dir %{_kf5_plugindir}/ksysguard/process
+%{_kf5_plugindir}/ksysguard/process/ksysguard_plugin_network.so
 %{_unitdir}/ksysguardd.service
 
 %if %{with lang}

++++++ ksysguard-5.16.5.tar.xz -> ksysguard-5.17.0.tar.xz ++++++
++++ 56927 lines of diff (skipped)



Reply via email to