Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stressapptest for openSUSE:Factory checked in at 2023-03-30 22:52:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stressapptest (Old) and /work/SRC/openSUSE:Factory/.stressapptest.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stressapptest" Thu Mar 30 22:52:38 2023 rev:3 rq:1075565 version:1.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/stressapptest/stressapptest.changes 2020-06-19 17:26:49.336494637 +0200 +++ /work/SRC/openSUSE:Factory/.stressapptest.new.31432/stressapptest.changes 2023-03-30 22:52:39.357020761 +0200 @@ -1,0 +2,5 @@ +Thu Mar 30 13:52:51 UTC 2023 - Michal Suchanek <[email protected]> + +- Fix build in Factory stressapptest-cstdint.patch + +------------------------------------------------------------------- New: ---- stressapptest-cstdint.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stressapptest.spec ++++++ --- /var/tmp/diff_new_pack.GA8jpC/_old 2023-03-30 22:52:39.821023244 +0200 +++ /var/tmp/diff_new_pack.GA8jpC/_new 2023-03-30 22:52:39.825023265 +0200 @@ -1,7 +1,7 @@ # # spec file for package stressapptest # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ URL: https://github.com/stressapptest/stressapptest Source: https://github.com/stressapptest/stressapptest/archive/v%{version}.tar.gz Patch0: reproducible.patch +Patch1: stressapptest-cstdint.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -36,8 +37,7 @@ hardware devices in a computer. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build autoreconf -fvi ++++++ stressapptest-cstdint.patch ++++++ Index: stressapptest-1.0.9/src/os.h =================================================================== --- stressapptest-1.0.9.orig/src/os.h +++ stressapptest-1.0.9/src/os.h @@ -20,6 +20,7 @@ #include <unistd.h> #include <sys/syscall.h> +#include <cstdint> #include <string> #include <list> #include <map>
