Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pingus for openSUSE:Factory checked in at 2023-04-14 16:41:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pingus (Old) and /work/SRC/openSUSE:Factory/.pingus.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pingus" Fri Apr 14 16:41:47 2023 rev:31 rq:1079459 version:0.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/pingus/pingus.changes 2021-02-02 14:45:07.849015051 +0100 +++ /work/SRC/openSUSE:Factory/.pingus.new.19717/pingus.changes 2023-04-14 16:41:48.584003432 +0200 @@ -1,0 +2,5 @@ +Wed Apr 12 05:34:13 UTC 2023 - [email protected] + +- Add pingus-gcc13.patch: Fix build with gcc 13 + +------------------------------------------------------------------- New: ---- pingus-gcc13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pingus.spec ++++++ --- /var/tmp/diff_new_pack.tNvcLQ/_old 2023-04-14 16:41:49.448008406 +0200 +++ /var/tmp/diff_new_pack.tNvcLQ/_new 2023-04-14 16:41:49.452008430 +0200 @@ -1,7 +1,7 @@ # # spec file for package pingus # -# Copyright (c) 2021 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 @@ -41,6 +41,8 @@ Patch2: %{name}-%{version}-SConscript.patch # PATCH-FIX-UPSTREAM pingus-scons-on-py3.patch [email protected] -- Fix build with scons using python3 as interpreter Patch3: pingus-scons-on-py3.patch +# PATCH-FIX-OPENSUSE pingus-gcc13.patch [email protected] -- Fix build with gcc 13 +Patch4: pingus-gcc13.patch BuildRequires: bluez-devel BuildRequires: dos2unix BuildRequires: gcc-c++ @@ -87,6 +89,7 @@ %patch1 %patch2 %patch3 -p1 +%patch4 -p1 # Convert to unix line end dos2unix data/po/pl.po data/levels/incoming/*.pingus \ ++++++ pingus-gcc13.patch ++++++ --- pingus-0.7.6/src/util/pathname.hpp~ 2011-12-24 15:46:47.000000000 -0600 +++ pingus-0.7.6/src/util/pathname.hpp 2023-02-22 11:27:31.569308609 -0600 @@ -19,6 +19,7 @@ #include <string> #include <vector> +#include <cstdint> /** Simple class to allow a distinction of paths that refer to the * filesystem and paths that refer to the datadir, it also hides
