Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librealsense for openSUSE:Factory checked in at 2023-03-28 17:50:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librealsense (Old) and /work/SRC/openSUSE:Factory/.librealsense.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librealsense" Tue Mar 28 17:50:29 2023 rev:11 rq:1074819 version:2.53.1 Changes: -------- --- /work/SRC/openSUSE:Factory/librealsense/librealsense.changes 2023-01-16 18:02:07.495900939 +0100 +++ /work/SRC/openSUSE:Factory/.librealsense.new.31432/librealsense.changes 2023-03-28 17:50:34.315324161 +0200 @@ -1,0 +2,5 @@ +Tue Mar 28 04:53:45 UTC 2023 - Jiri Slaby <jsl...@suse.cz> + +- add gcc-13-include-cstdint-for-int-_t.patch + +------------------------------------------------------------------- New: ---- gcc-13-include-cstdint-for-int-_t.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librealsense.spec ++++++ --- /var/tmp/diff_new_pack.89aWvW/_old 2023-03-28 17:50:35.095327925 +0200 +++ /var/tmp/diff_new_pack.89aWvW/_new 2023-03-28 17:50:35.099327944 +0200 @@ -28,6 +28,7 @@ Source: https://github.com/IntelRealSense/librealsense/archive/v%{version}.tar.gz Patch0: presets_path.patch Patch1: disable-pedantic.patch +Patch2: gcc-13-include-cstdint-for-int-_t.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: freeglut-devel ++++++ gcc-13-include-cstdint-for-int-_t.patch ++++++ From: Jiri Slaby <jsl...@suse.cz> Date: Tue, 28 Mar 2023 06:48:50 +0200 Subject: (gcc-13) include cstdint for *int*_t Patch-mainline: https://github.com/IntelRealSense/librealsense/pull/11622 References: gcc13 Otherwise we see errors like this with gcc13: common/sw-update/http-downloader.h:16:47: error: 'uint64_t' was not declared in this scope Signed-off-by: Jiri Slaby <jsl...@suse.cz> --- common/sw-update/http-downloader.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/sw-update/http-downloader.h b/common/sw-update/http-downloader.h index 16b2f4f8..c88a86db 100644 --- a/common/sw-update/http-downloader.h +++ b/common/sw-update/http-downloader.h @@ -6,6 +6,7 @@ #include <string> #include <functional> #include <vector> +#include <cstdint> namespace rs2 { -- 2.35.3