Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zug for openSUSE:Leap:16.0 checked in at 2025-08-01 08:31:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/zug (Old) and /work/SRC/openSUSE:Leap:16.0/.zug.new.1944 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zug" Fri Aug 1 08:31:32 2025 rev:2 rq:1293052 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/zug/zug.changes 2025-03-19 12:01:40.435369652 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.zug.new.1944/zug.changes 2025-08-01 08:32:10.276055562 +0200 @@ -1,0 +2,7 @@ +Wed Feb 12 10:18:34 UTC 2025 - [email protected] + +- added patches + fix https://github.com/arximboldi/zug/issues/45 + + zug-gcc15.patch + +------------------------------------------------------------------- New: ---- zug-gcc15.patch ----------(New B)---------- New: fix https://github.com/arximboldi/zug/issues/45 + zug-gcc15.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zug.spec ++++++ --- /var/tmp/diff_new_pack.6w3xMm/_old 2025-08-01 08:32:10.576068070 +0200 +++ /var/tmp/diff_new_pack.6w3xMm/_new 2025-08-01 08:32:10.580068236 +0200 @@ -1,7 +1,7 @@ # # spec file for package zug # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,6 +23,8 @@ License: BSL-1.0 URL: https://sinusoid.es/zug/ Source0: https://github.com/arximboldi/zug/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +# https://github.com/arximboldi/zug/issues/45 +Patch0: zug-gcc15.patch BuildRequires: boost-devel BuildRequires: cmake BuildRequires: gcc-c++ ++++++ zug-gcc15.patch ++++++ Index: zug-0.1.1/zug/sequence.hpp =================================================================== --- zug-0.1.1.orig/zug/sequence.hpp +++ zug-0.1.1/zug/sequence.hpp @@ -72,7 +72,7 @@ struct sequence_data sequence_data& operator=(sequence_data&& other) { - impl_ = std::move(other.impl); + impl_ = std::move(other.impl_); impl_.reductor.current(this); }
