From ffa33b663aca9a0e73d82e5f900e1945e4158edc6c7b6eccc5ea01ea25a6d897 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 9 Mar 2024 10:41:52 +0000 Subject: [PATCH] - Use gcc13 on Leap OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=64 --- bitcoin.changes | 5 +++++ bitcoin.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 \