Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package psmisc for openSUSE:Factory checked in at 2025-03-16 18:57:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/psmisc (Old) and /work/SRC/openSUSE:Factory/.psmisc.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "psmisc" Sun Mar 16 18:57:59 2025 rev:92 rq:1252709 version:23.7 Changes: -------- --- /work/SRC/openSUSE:Factory/psmisc/psmisc.changes 2025-02-18 19:10:08.311078786 +0100 +++ /work/SRC/openSUSE:Factory/.psmisc.new.19136/psmisc.changes 2025-03-16 18:58:07.943329243 +0100 @@ -1,0 +2,7 @@ +Thu Mar 13 09:45:47 UTC 2025 - pgaj...@suse.com + +- fix build with gcc15 +- added patches + + psmisc-gcc15.patch + +------------------------------------------------------------------- New: ---- psmisc-gcc15.patch BETA DEBUG BEGIN: New:- added patches + psmisc-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ psmisc.spec ++++++ --- /var/tmp/diff_new_pack.nMK5HP/_old 2025-03-16 18:58:09.203381955 +0100 +++ /var/tmp/diff_new_pack.nMK5HP/_new 2025-03-16 18:58:09.223382792 +0100 @@ -46,6 +46,8 @@ # PATCH-ADD-SUSE boo#908068, boo#1046237, boo#1046237 # https://gitlab.com/bitstreamout/psmisc/tree/mountinfo Patch3: 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch +# https://gitlab.com/psmisc/psmisc/-/issues/59 +Patch4: psmisc-gcc15.patch %define have_peekfd %ix86 x86_64 ppc ppc64 ppc64le %arm mipsel m68k aarch64 loongarch64 @@ -65,6 +67,7 @@ %patch -P 2 -p0 -b .pstree %patch -P 3 -p0 -b .mntinf %patch -P 0 -p0 -b .p0 +%patch -P 4 -p1 %build grep -h src/ po/*.po|\ ++++++ psmisc-gcc15.patch ++++++ Index: psmisc-v23.7/src/lists.h =================================================================== --- psmisc-v23.7.orig/src/lists.h +++ psmisc-v23.7/src/lists.h @@ -18,9 +18,10 @@ #define _LISTS_H #include <stddef.h> +#include <stdbool.h> #include <sys/types.h> -typedef enum _boolean {false, true} boolean; +typedef bool boolean; typedef unsigned char uchar; #ifndef __USE_MISC typedef unsigned short ushort;