Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package predict for openSUSE:Factory checked in at 2025-12-08 11:56:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/predict (Old) and /work/SRC/openSUSE:Factory/.predict.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "predict" Mon Dec 8 11:56:01 2025 rev:2 rq:1321449 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/predict/predict.changes 2025-03-04 18:32:48.986513928 +0100 +++ /work/SRC/openSUSE:Factory/.predict.new.1939/predict.changes 2025-12-08 11:56:51.400783243 +0100 @@ -1,0 +2,5 @@ +Thu Dec 4 00:48:19 UTC 2025 - Bret Towe <[email protected]> + +- fix build, add predict-mkdir-fix.patch + +------------------------------------------------------------------- New: ---- predict-mkdir-fix.patch ----------(New B)---------- New: - fix build, add predict-mkdir-fix.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ predict.spec ++++++ --- /var/tmp/diff_new_pack.GyiqxZ/_old 2025-12-08 11:56:52.348822961 +0100 +++ /var/tmp/diff_new_pack.GyiqxZ/_new 2025-12-08 11:56:52.352823129 +0100 @@ -2,6 +2,7 @@ # spec file for package predict # # Copyright (c) 2025 Andreas Stieger <[email protected]> +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,6 +24,7 @@ License: GPL-2.0-or-later URL: https://www.qsl.net/kd2bd/predict.html Source: https://www.qsl.net/kd2bd/%{name}-%{version}.tar.gz +Patch0: predict-mkdir-fix.patch BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(ncurses) ++++++ predict-mkdir-fix.patch ++++++ Index: predict-2.3.1/predict.c =================================================================== --- predict-2.3.1.orig/predict.c +++ predict-2.3.1/predict.c @@ -35,6 +35,7 @@ #include <unistd.h> #include <fcntl.h> #include <termios.h> +#include <sys/stat.h> #include "predict.h" #if defined __has_include @@ -6839,8 +6840,6 @@ void ProgramInfo (void) void NewUser (void) { - int *mkdir(); - Banner(); attrset(COLOR_PAIR(3)|A_BOLD);
