Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ecwolf for openSUSE:Factory checked in at 2024-11-07 16:29:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ecwolf (Old) and /work/SRC/openSUSE:Factory/.ecwolf.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ecwolf" Thu Nov 7 16:29:27 2024 rev:5 rq:1222179 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ecwolf/ecwolf.changes 2024-02-22 21:01:30.173715397 +0100 +++ /work/SRC/openSUSE:Factory/.ecwolf.new.2020/ecwolf.changes 2024-11-07 16:30:17.052879247 +0100 @@ -1,0 +2,6 @@ +Sat Nov 2 21:39:16 UTC 2024 - Martin Hauke <[email protected]> + +- Add patch: + * ecwolf-fix-gcc14.patch + +------------------------------------------------------------------- New: ---- ecwolf-fix-gcc14.patch BETA DEBUG BEGIN: New:- Add patch: * ecwolf-fix-gcc14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ecwolf.spec ++++++ --- /var/tmp/diff_new_pack.YOC1xH/_old 2024-11-07 16:30:17.580901212 +0100 +++ /var/tmp/diff_new_pack.YOC1xH/_new 2024-11-07 16:30:17.580901212 +0100 @@ -1,7 +1,7 @@ # # spec file for package ecwolf # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ Source: https://maniacsvault.net/ecwolf/files/ecwolf/1.x/%{name}-%{version}-src.tar.xz Patch1: ecwolf-no-rpath.patch Patch2: ecwolf-fix-path.patch +Patch3: ecwolf-fix-gcc14.patch BuildRequires: cmake BuildRequires: fluidsynth-devel BuildRequires: gcc-c++ ++++++ ecwolf-fix-gcc14.patch ++++++ diff --git a/src/tmemory.h b/src/tmemory.h index b629ff7..b27a92e 100644 --- a/src/tmemory.h +++ b/src/tmemory.h @@ -469,7 +469,7 @@ public: Reference(); } - void Swap(const Self &other) + void Swap(Self &other) { T *oldptr = p; TSharedPtrRef *oldref = r;
