Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package keepassxc for openSUSE:Factory checked in at 2021-06-25 15:01:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keepassxc (Old) and /work/SRC/openSUSE:Factory/.keepassxc.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keepassxc" Fri Jun 25 15:01:21 2021 rev:33 rq:901877 version:2.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/keepassxc/keepassxc.changes 2021-06-19 23:03:32.499717694 +0200 +++ /work/SRC/openSUSE:Factory/.keepassxc.new.2625/keepassxc.changes 2021-06-25 15:02:03.328204092 +0200 @@ -1,0 +2,5 @@ +Thu Jun 17 16:25:56 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> + +- newer version of fedora now have the sane cmake macros too. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keepassxc.spec ++++++ --- /var/tmp/diff_new_pack.Z4tcMx/_old 2021-06-25 15:02:03.808204677 +0200 +++ /var/tmp/diff_new_pack.Z4tcMx/_new 2021-06-25 15:02:03.812204682 +0200 @@ -15,6 +15,11 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%if 0%{?suse_version} || 0%{?fedora_version} >= 33 +%bcond_without cmake_macros +%else +%bcond_with cmake_macros +%endif Name: keepassxc Version: 2.6.6 @@ -104,14 +109,14 @@ -DKEEPASSXC_BUILD_TYPE="Release" \ -DWITH_XC_UPDATECHECK=OFF \ -DWITH_XC_ALL=ON -DWITH_XC_KEESHARE_SECURE=ON -%if 0%{?suse_version} +%if %{with cmake_macros} %cmake_build %else make %{?_smp_mflags} %endif %install -%if 0%{?suse_version} +%if %{with cmake_macros} %cmake_install %else %make_install