Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcotp for openSUSE:Factory checked in at 2024-04-08 17:40:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcotp (Old) and /work/SRC/openSUSE:Factory/.libcotp.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcotp" Mon Apr 8 17:40:04 2024 rev:13 rq:1166123 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libcotp/libcotp.changes 2023-12-13 18:35:55.600541767 +0100 +++ /work/SRC/openSUSE:Factory/.libcotp.new.1905/libcotp.changes 2024-04-08 17:52:19.245793455 +0200 @@ -1,0 +2,6 @@ +Mon Apr 8 05:55:19 UTC 2024 - Paolo Stivanin <i...@paolostivanin.com> + +- Disable tests since Criterion is not working after the update of + nanomsg to 1.2.1 (https://github.com/Snaipe/Criterion/issues/518). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcotp.spec ++++++ --- /var/tmp/diff_new_pack.W8GGoV/_old 2024-04-08 17:52:20.009821654 +0200 +++ /var/tmp/diff_new_pack.W8GGoV/_new 2024-04-08 17:52:20.009821654 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcotp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,8 @@ # +%bcond_with criterion + %define libsoname %{name}3 Name: libcotp Version: 3.0.0 @@ -29,7 +31,7 @@ Source2: %{name}.keyring BuildRequires: cmake BuildRequires: gcc -%if 0%{?suse_version} >= 1600 +%if %{with criterion} %ifarch x86_64 BuildRequires: libcriterion-devel %endif @@ -65,7 +67,7 @@ %build %cmake \ -%if 0%{?suse_version} >= 1600 +%if %{with criterion} %ifarch x86_64 -DBUILD_TESTS=ON \ %endif @@ -77,7 +79,7 @@ %install %cmake_install -%if 0%{?suse_version} >= 1600 +%if %{with criterion} %ifarch x86_64 %check cd build