Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bitcoin for openSUSE:Factory checked in at 2024-03-17 22:14:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bitcoin (Old) and /work/SRC/openSUSE:Factory/.bitcoin.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitcoin" Sun Mar 17 22:14:53 2024 rev:53 rq:1158453 version:26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes 2024-02-14 23:20:16.507576246 +0100 +++ /work/SRC/openSUSE:Factory/.bitcoin.new.1905/bitcoin.changes 2024-03-17 22:15:16.562787179 +0100 @@ -1,0 +2,5 @@ +Sat Mar 9 08:54:52 UTC 2024 - Martin Pluskal <mplus...@suse.com> + +- Use gcc13 on Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bitcoin.spec ++++++ --- /var/tmp/diff_new_pack.coIHRs/_old 2024-03-17 22:15:17.590824785 +0100 +++ /var/tmp/diff_new_pack.coIHRs/_new 2024-03-17 22:15:17.590824785 +0100 @@ -64,7 +64,7 @@ BuildRequires: pkgconfig(sqlite3) %{?systemd_ordering} %if 0%{?suse_version} < 1550 -BuildRequires: gcc12-c++ +BuildRequires: gcc13-c++ %endif %description @@ -177,7 +177,8 @@ %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 \