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-05 17:22:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepassxc (Old)
 and      /work/SRC/openSUSE:Factory/.keepassxc.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepassxc"

Mon Aug  5 17:22:34 2024 rev:43 rq:1191631 version:2.7.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepassxc/keepassxc.changes      2024-06-20 
16:48:40.912757656 +0200
+++ /work/SRC/openSUSE:Factory/.keepassxc.new.7232/keepassxc.changes    
2024-08-05 17:23:36.732871276 +0200
@@ -1,0 +2,5 @@
+Sat Aug  3 11:41:33 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- build with Botan 3 on Tumbleweed (boo#1228824)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keepassxc.spec ++++++
--- /var/tmp/diff_new_pack.LLddV7/_old  2024-08-05 17:23:37.488902278 +0200
+++ /var/tmp/diff_new_pack.LLddV7/_new  2024-08-05 17:23:37.488902278 +0200
@@ -2,6 +2,7 @@
 # spec file for package keepassxc
 #
 # Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 Andreas Stieger <andreas.stie...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -67,7 +68,6 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(bash-completion)
-BuildRequires:  pkgconfig(botan-2) >= 2.11.0
 BuildRequires:  pkgconfig(libargon2)
 BuildRequires:  pkgconfig(libpcsclite)
 BuildRequires:  pkgconfig(libqrencode)
@@ -76,6 +76,11 @@
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(zlib) >= 1.2.0
 BuildRequires:  readline-devel
+%if 0%{?suse_version} > 1600
+BuildRequires:  pkgconfig(botan-3)
+%else
+BuildRequires:  pkgconfig(botan-2) >= 2.11.0
+%endif
 
 %if %{with keepassxc_cr_recovery}
 BuildRequires:  golang(API)
@@ -152,11 +157,13 @@
 done
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}/%{_prefix}
+%endif
 
 %check
 # gh#keepassxreboot/keepassxc#667
 export LANG=en_US.UTF-8
-%ctest -- -E 'test(cli|gui)'
+%if %{with cmake_macros}
+%ctest --exclude-regex 'test(cli|gui)'
 %endif
 
 %if 0%{?suse_version}

Reply via email to