Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libev for openSUSE:Factory checked in at 2023-09-17 19:28:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libev (Old) and /work/SRC/openSUSE:Factory/.libev.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libev" Sun Sep 17 19:28:50 2023 rev:19 rq:1111479 version:4.33 Changes: -------- --- /work/SRC/openSUSE:Factory/libev/libev.changes 2020-07-28 17:23:12.853760135 +0200 +++ /work/SRC/openSUSE:Factory/.libev.new.1766/libev.changes 2023-09-17 19:29:17.701574038 +0200 @@ -1,0 +2,5 @@ +Fri Sep 8 07:47:43 UTC 2023 - pgaj...@suse.com + +- %bcond for signify + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libev.spec ++++++ --- /var/tmp/diff_new_pack.REdHnw/_old 2023-09-17 19:29:19.025621228 +0200 +++ /var/tmp/diff_new_pack.REdHnw/_new 2023-09-17 19:29:19.025621228 +0200 @@ -1,7 +1,7 @@ # # spec file for package libev # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 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,12 @@ # +%if 0%{?sle_version} >= 150700 || 0%{?suse_version} > 1500 +%bcond_without signify +%else +%bcond_with signify +%endif + %define library_name libev4 Name: libev Version: 4.33 @@ -33,7 +39,7 @@ Patch0: libev-4.15_compiler_warnings.patch Patch1: libev-4.33-nonvoid-return.patch BuildRequires: pkgconfig -%if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500 +%if %{with signify} BuildRequires: signify %endif @@ -72,7 +78,7 @@ This package holds the development files for libev. %prep -%if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500 +%if %{with signify} signify -V -p %{SOURCE3} -m %{SOURCE0} %endif %setup -q