Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pasystray for openSUSE:Factory checked in at 2021-03-05 13:45:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pasystray (Old) and /work/SRC/openSUSE:Factory/.pasystray.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pasystray" Fri Mar 5 13:45:10 2021 rev:9 rq:875145 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pasystray/pasystray.changes 2019-10-09 15:19:22.140511985 +0200 +++ /work/SRC/openSUSE:Factory/.pasystray.new.2378/pasystray.changes 2021-03-05 13:45:14.679620467 +0100 @@ -1,0 +2,12 @@ +Thu Feb 25 14:39:49 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Keep Requires: pulseaudio when building on SLE/Leap before 15.3. + +------------------------------------------------------------------- +Thu Feb 25 11:36:32 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Require the pulseaudio-daemon capability instead of the + pulseaudio package, so alternative implementations can be used + (boo#1182730). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pasystray.spec ++++++ --- /var/tmp/diff_new_pack.kOVJWI/_old 2021-03-05 13:45:15.463621180 +0100 +++ /var/tmp/diff_new_pack.kOVJWI/_new 2021-03-05 13:45:15.467621183 +0100 @@ -1,7 +1,7 @@ # # spec file for package pasystray # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -48,7 +48,11 @@ BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse-mainloop-glib) BuildRequires: pkgconfig(libpulse-simple) +%if 0%{?sle_version} && 0%{?sle_version} < 150300 Requires: pulseaudio +%else +Requires: pulseaudio-daemon +%endif Suggests: paman Suggests: paprefs Suggests: pavucontrol