Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package SimGear for openSUSE:Factory checked in at 2023-03-06 18:55:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SimGear (Old) and /work/SRC/openSUSE:Factory/.SimGear.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SimGear" Mon Mar 6 18:55:47 2023 rev:28 rq:1069544 version:2020.3.17 Changes: -------- --- /work/SRC/openSUSE:Factory/SimGear/SimGear.changes 2022-11-24 12:24:28.873774906 +0100 +++ /work/SRC/openSUSE:Factory/.SimGear.new.31432/SimGear.changes 2023-03-06 18:55:57.680790224 +0100 @@ -1,0 +2,5 @@ +Sat Mar 4 05:11:03 UTC 2023 - Carsten Ziepke <kiel...@gmail.com> + +- Add simgear-boost-1.81.patch, fix building with boost >= 1.81 + +------------------------------------------------------------------- New: ---- simgear-boost-1.81.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SimGear.spec ++++++ --- /var/tmp/diff_new_pack.1eXGjc/_old 2023-03-06 18:55:58.256793163 +0100 +++ /var/tmp/diff_new_pack.1eXGjc/_new 2023-03-06 18:55:58.260793183 +0100 @@ -1,7 +1,7 @@ # # spec file for package SimGear # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -32,6 +32,8 @@ URL: https://www.flightgear.org/ Source0: https://sourceforge.net/projects/flightgear/files/release-%{main_version}/simgear-%{version}.tar.bz2 Source99: SimGear-rpmlintrc +# PATCH-FIX-UPSTREAM simgear-boost-1.81.patch - fix building with boost >= 1.81 +Patch0: simgear-boost-1.81.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libOpenSceneGraph-devel ++++++ simgear-boost-1.81.patch ++++++ diff -Nur simgear-2020.3.17-orig/simgear/scene/viewer/Compositor.hxx simgear-2020.3.17/simgear/scene/viewer/Compositor.hxx --- simgear-2020.3.17-orig/simgear/scene/viewer/Compositor.hxx 2022-11-20 19:01:30.000000000 +0100 +++ simgear-2020.3.17/simgear/scene/viewer/Compositor.hxx 2023-03-04 06:07:23.402179191 +0100 @@ -17,6 +17,7 @@ #ifndef SG_COMPOSITOR_HXX #define SG_COMPOSITOR_HXX +#include <array> #include <unordered_map> #include <vector>