Accepting request 1245350 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/1245350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zug?expand=0&rev=3
This commit is contained in:
commit
5071bbd5b6
13
zug-gcc15.patch
Normal file
13
zug-gcc15.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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);
|
||||||
|
}
|
||||||
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 10:18:34 UTC 2025 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- added patches
|
||||||
|
fix https://github.com/arximboldi/zug/issues/45
|
||||||
|
+ zug-gcc15.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 24 07:20:34 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Tue Oct 24 07:20:34 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
4
zug.spec
4
zug.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zug
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,6 +23,8 @@ Summary: Transducers for C++
|
|||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
URL: https://sinusoid.es/zug/
|
URL: https://sinusoid.es/zug/
|
||||||
Source0: https://github.com/arximboldi/zug/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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: boost-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user