diff --git a/bitcoin.changes b/bitcoin.changes index b198de1..4c9295d 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 9 08:54:52 UTC 2024 - Martin Pluskal + +- Use gcc13 on Leap + ------------------------------------------------------------------- Wed Feb 14 14:16:11 UTC 2024 - Martin Pluskal diff --git a/bitcoin.spec b/bitcoin.spec index 88b5ac3..36974a2 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -64,7 +64,7 @@ BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(sqlite3) %{?systemd_ordering} %if 0%{?suse_version} < 1550 -BuildRequires: gcc12-c++ +BuildRequires: gcc13-c++ %endif %description @@ -177,7 +177,8 @@ This package provides automated tests for %{name}-qt5 and %{name}d. %build autoreconf -fiv %if 0%{?suse_version} < 1550 -export CXX=g++-12 +export CC=gcc-13 +export CXX=g++-13 %endif %configure \ --with-asm=auto \