Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpi-imager for openSUSE:Factory checked in at 2023-04-07 18:16:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpi-imager (Old) and /work/SRC/openSUSE:Factory/.rpi-imager.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpi-imager" Fri Apr 7 18:16:51 2023 rev:6 rq:1077782 version:1.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/rpi-imager/rpi-imager.changes 2023-03-10 22:09:16.429649829 +0100 +++ /work/SRC/openSUSE:Factory/.rpi-imager.new.19717/rpi-imager.changes 2023-04-07 18:16:56.488758043 +0200 @@ -1,0 +2,5 @@ +Thu Apr 6 10:47:25 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Add 567.patch: Fix build using gcc13. + +------------------------------------------------------------------- New: ---- 567.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpi-imager.spec ++++++ --- /var/tmp/diff_new_pack.RRaxzK/_old 2023-04-07 18:16:57.136761775 +0200 +++ /var/tmp/diff_new_pack.RRaxzK/_new 2023-04-07 18:16:57.144761822 +0200 @@ -24,7 +24,8 @@ Group: Hardware/Other URL: https://github.com/raspberrypi/rpi-imager Source: https://github.com/raspberrypi/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz - +# PATCH-FIX-UPSTREAM Fix build using gcc 13 +Patch0: https://patch-diff.githubusercontent.com/raw/raspberrypi/rpi-imager/pull/567.patch BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ @@ -52,7 +53,7 @@ Download and install Raspberry Pi Imager to a computer with an SD card reader. Put the SD card you'll use with your Raspberry Pi into the reader and run Raspberry Pi Imager. %prep -%autosetup +%autosetup -p1 %build pushd src ++++++ 567.patch ++++++ >From 569a70671bc82a4dac1a96ba34d9bebaa4e54392 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER <thunderbir...@fedoraproject.org> Date: Sun, 19 Mar 2023 23:18:20 +0300 Subject: [PATCH] fix: header import cstdint Signed-off-by: Onuralp SEZER <thunderbir...@fedoraproject.org> --- src/dependencies/drivelist/src/drivelist.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dependencies/drivelist/src/drivelist.hpp b/src/dependencies/drivelist/src/drivelist.hpp index 096b181c..42d4e17a 100644 --- a/src/dependencies/drivelist/src/drivelist.hpp +++ b/src/dependencies/drivelist/src/drivelist.hpp @@ -20,6 +20,7 @@ #include <nan.h> #include <string> #include <vector> +#include <cstdint> namespace Drivelist {