Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shairport-sync for openSUSE:Factory checked in at 2023-06-25 21:42:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shairport-sync (Old) and /work/SRC/openSUSE:Factory/.shairport-sync.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shairport-sync" Sun Jun 25 21:42:49 2023 rev:17 rq:1095223 version:4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/shairport-sync/shairport-sync.changes 2023-05-23 14:55:39.198877147 +0200 +++ /work/SRC/openSUSE:Factory/.shairport-sync.new.15902/shairport-sync.changes 2023-06-25 21:42:51.345262500 +0200 @@ -1,0 +2,10 @@ +Sun Jun 25 11:44:48 UTC 2023 - Niklas Haas <o...@haasn.xyz> + +- Add pipewire audio output support. + +------------------------------------------------------------------- +Sun Jun 25 11:38:12 UTC 2023 - Niklas Haas <o...@haasn.xyz> + +- Add missing `audio` group during setup. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shairport-sync.spec ++++++ --- /var/tmp/diff_new_pack.49tcnW/_old 2023-06-25 21:42:52.009266488 +0200 +++ /var/tmp/diff_new_pack.49tcnW/_new 2023-06-25 21:42:52.013266512 +0200 @@ -40,6 +40,7 @@ BuildRequires: pkgconfig(avahi-client) BuildRequires: pkgconfig(libconfig) BuildRequires: pkgconfig(libdaemon) +BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(popt) @@ -75,6 +76,7 @@ --with-ssl=openssl \ --with-alsa \ --with-pa \ + --with-pw \ --with-pipe \ --with-avahi \ --with-soxr \ @@ -92,6 +94,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} %pre +getent group audio >/dev/null || %{_sbindir}/groupadd --system audio getent group %{name} >/dev/null || %{_sbindir}/groupadd --system %{name} getent passwd %{name} >/dev/null || %{_sbindir}/useradd --system -c "%{name} User" \ -d %{_localstatedir}/%{name} -m -g %{name} -s %{_sbindir}/nologin \