From 7561767c778319cda331e23b0640ba48a6c7bdb8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 8 Feb 2025 14:33:20 +0100 Subject: [PATCH] automatic version update by autodist [release 4.9.2-1mamba;Tue Feb 04 2025] --- veyon-4.9.1-procps-ng-4.0.5.patch | 46 ------------------------------- veyon.spec | 12 ++++---- 2 files changed, 5 insertions(+), 53 deletions(-) delete mode 100644 veyon-4.9.1-procps-ng-4.0.5.patch diff --git a/veyon-4.9.1-procps-ng-4.0.5.patch b/veyon-4.9.1-procps-ng-4.0.5.patch deleted file mode 100644 index 4c62821..0000000 --- a/veyon-4.9.1-procps-ng-4.0.5.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- veyon-4.9.1/plugins/platform/linux/LinuxCoreFunctions.cpp.orig 2024-12-28 16:57:48.531677012 +0100 -+++ veyon-4.9.1/plugins/platform/linux/LinuxCoreFunctions.cpp 2024-12-28 16:58:15.485765174 +0100 -@@ -508,18 +508,18 @@ - - while ((stack = procps_pids_get(info, PIDS_FETCH_TASKS_ONLY))) - { -- const auto ppid = PIDS_VAL(PPidItemIndex, s_int, stack, info); -+ const auto ppid = PIDS_VAL(PPidItemIndex, s_int, stack); - - if (ppid == parentPid) - { - if (visitParent == false || visitor(stack, info)) - { -- ppids.append(PIDS_VAL(PidItemIndex, s_int, stack, info)); -+ ppids.append(PIDS_VAL(PidItemIndex, s_int, stack)); - } - } - else if (ppids.contains(ppid) && visitor(stack, info)) - { -- ppids.append(PIDS_VAL(PidItemIndex, s_int, stack, info)); -+ ppids.append(PIDS_VAL(PidItemIndex, s_int, stack)); - } - } - ---- veyon-4.9.1/plugins/platform/linux/LinuxServerProcess.cpp.orig 2024-12-28 16:54:37.040013169 +0100 -+++ veyon-4.9.1/plugins/platform/linux/LinuxServerProcess.cpp 2024-12-28 16:54:55.967082118 +0100 -@@ -102,7 +102,7 @@ - LinuxCoreFunctions::forEachChildProcess([=](const pids_stack* stack, const pids_info* info) - { - Q_UNUSED(info) -- const pid_t tid = PIDS_VAL(0, s_int, stack, info); -+ const pid_t tid = PIDS_VAL(0, s_int, stack); - if (tid > 0 && ::kill(tid, sig) < 0 && errno != ESRCH) - { - vCritical() << "kill() failed with" << errno; ---- veyon-4.9.1/plugins/platform/linux/LinuxSessionFunctions.cpp.orig 2024-12-28 16:51:23.464253982 +0100 -+++ veyon-4.9.1/plugins/platform/linux/LinuxSessionFunctions.cpp 2024-12-28 16:51:48.047356554 +0100 -@@ -380,7 +380,7 @@ - { - Q_UNUSED(info) - static constexpr auto EnvironItemIndex = 2; -- const auto environ = PIDS_VAL(EnvironItemIndex, strv, stack, info); -+ const auto environ = PIDS_VAL(EnvironItemIndex, strv, stack); - - if (environ != nullptr) - { diff --git a/veyon.spec b/veyon.spec index 7456417..7bfc19e 100644 --- a/veyon.spec +++ b/veyon.spec @@ -1,6 +1,6 @@ Name: veyon -Version: 4.9.1 -Release: 2mamba +Version: 4.9.2 +Release: 1mamba Summary: Cross-platform computer monitoring and classroom management Group: Graphical Desktop/Applications/Educational Vendor: openmamba @@ -8,7 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://veyon.io/it/ Source: https://github.com/veyon/veyon.git/v%{version}/veyon-%{version}.tar.bz2 -Patch0: veyon-4.9.1-procps-ng-4.0.5.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -43,7 +42,6 @@ BuildRequires: libstdc++6-devel BuildRequires: libvncserver-devel BuildRequires: qt6-qt5compat-devel BuildRequires: qt6-qthttpserver-devel -BuildRequires: qt6-qtwebsockets-devel ## AUTOBUILDREQ-END BuildRequires: libprocps-devel >= 0:4.0.5-1mamba Provides: italc @@ -52,11 +50,8 @@ Obsoletes: italc <= 2.0.2 %description Cross-platform computer monitoring and classroom management. -%debug_package - %prep %setup -q -%patch 0 -p1 %build %cmake -d build \ @@ -88,6 +83,9 @@ Cross-platform computer monitoring and classroom management. %doc COPYING %changelog +* Tue Feb 04 2025 Automatic Build System 4.9.2-1mamba +- automatic version update by autodist + * Thu Dec 26 2024 Automatic Build System 4.9.1-2mamba - rebuilt by autoport with build requirements: libprocps-devel>=0:4.0.5-1mamba