Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zlib-ng for openSUSE:Factory checked in at 2022-12-12 17:39:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zlib-ng (Old) and /work/SRC/openSUSE:Factory/.zlib-ng.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zlib-ng" Mon Dec 12 17:39:57 2022 rev:8 rq:1042313 version:2.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/zlib-ng/zlib-ng.changes 2022-08-02 22:10:24.057981611 +0200 +++ /work/SRC/openSUSE:Factory/.zlib-ng.new.1835/zlib-ng.changes 2022-12-12 17:42:08.061939676 +0100 @@ -1,0 +2,6 @@ +Mon Dec 12 10:15:56 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- make systemtap dependency optional - it is only used in the s390 + case and entirely optional (just for profiling hooks) + +------------------------------------------------------------------- @@ -2,0 +9 @@ + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zlib-ng.spec ++++++ --- /var/tmp/diff_new_pack.ylsJT0/_old 2022-12-12 17:42:08.557942464 +0100 +++ /var/tmp/diff_new_pack.ylsJT0/_new 2022-12-12 17:42:08.561942488 +0100 @@ -30,6 +30,8 @@ %define soversion 2 %endif +%bcond_with systemtap + Name: zlib-ng%{?compat_suffix} Version: 2.0.6 Release: 0 @@ -42,7 +44,9 @@ Patch0: 1297.patch BuildRequires: cmake BuildRequires: gcc +%if %{with systemtap} BuildRequires: systemtap-sdt-devel +%endif %description zlib-ng is a zlib replacement with support for CPU intrinsics (SSSE3,