Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package keepassxc for openSUSE:Factory checked in at 2024-08-21 23:27:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keepassxc (Old) and /work/SRC/openSUSE:Factory/.keepassxc.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keepassxc" Wed Aug 21 23:27:37 2024 rev:44 rq:1195129 version:2.7.9 Changes: -------- --- /work/SRC/openSUSE:Factory/keepassxc/keepassxc.changes 2024-08-05 17:23:36.732871276 +0200 +++ /work/SRC/openSUSE:Factory/.keepassxc.new.2698/keepassxc.changes 2024-08-21 23:27:57.226431586 +0200 @@ -1,0 +2,5 @@ +Sat Aug 17 17:04:37 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de> + +- build with Botan 3 on Leap 15.7 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keepassxc.spec ++++++ --- /var/tmp/diff_new_pack.fDK6HQ/_old 2024-08-21 23:27:58.262474739 +0200 +++ /var/tmp/diff_new_pack.fDK6HQ/_new 2024-08-21 23:27:58.262474739 +0200 @@ -76,11 +76,14 @@ BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(zlib) >= 1.2.0 BuildRequires: readline-devel -%if 0%{?suse_version} > 1600 +%if (0%{?suse_version} > 1600) || (0%{?sle_version} >= 150700 && 0%{?is_opensuse}) BuildRequires: pkgconfig(botan-3) %else BuildRequires: pkgconfig(botan-2) >= 2.11.0 %endif +%if 0%{?sle_version} >= 150700 && 0%{?is_opensuse} +BuildRequires: gcc12-c++ +%endif %if %{with keepassxc_cr_recovery} BuildRequires: golang(API) @@ -123,6 +126,10 @@ %endif %build +%if 0%{?sle_version} >= 150700 && 0%{?is_opensuse} +export CC=gcc-12 +export CXX=g++-12 +%endif %cmake \ -DKEEPASSXC_BUILD_TYPE="Release" \ -DWITH_XC_UPDATECHECK=OFF \