Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jack for openSUSE:Factory checked in at 2023-05-24 20:21:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jack (Old) and /work/SRC/openSUSE:Factory/.jack.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jack" Wed May 24 20:21:49 2023 rev:74 rq:1088564 version:1.9.22 Changes: -------- --- /work/SRC/openSUSE:Factory/jack/jack.changes 2023-04-29 17:27:57.338495712 +0200 +++ /work/SRC/openSUSE:Factory/.jack.new.1533/jack.changes 2023-05-24 20:21:58.984043825 +0200 @@ -1,0 +2,6 @@ +Fri May 19 17:26:12 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru> + +- Provide jack-daemon as an implementation-agnostic virtual name. +- Split jackdbus into a separate jack-dbus package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jack.spec ++++++ --- /var/tmp/diff_new_pack.K1jIwt/_old 2023-05-24 20:21:59.556047235 +0200 +++ /var/tmp/diff_new_pack.K1jIwt/_new 2023-05-24 20:21:59.564047283 +0200 @@ -51,7 +51,10 @@ BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(sndfile) +Requires: jack-dbus +Conflicts: jack-daemon Provides: jack-audio-connection-kit +Provides: jack-daemon Provides: jack2 = %{version} Obsoletes: jack2 < %{version} @@ -68,6 +71,17 @@ network, both fast & reliable LANs as well as slower, less reliable WANs. +%if 0%{?wdbus} == 1 +%package dbus +Summary: Jack Audio Connection Kit D-Bus support +Group: System/Sound Daemons +Requires: jack-daemon + +%description dbus +This package contains the D-Bus support for JACK +(Jack Audio ConnectionKit). +%endif + %package -n libjack%{sonum} Summary: Jack Audio Connection Kit Library Group: System/Libraries @@ -81,8 +95,8 @@ %package -n libjacknet%{sonum} Summary: Jack Audio Connection Kit Library -# libjacknet was packaged with libjack0 prior to 1.9.12 Group: System/Libraries +# libjacknet was packaged with libjack0 prior to 1.9.12 Conflicts: libjack0 < 1.9.12 Provides: libjack0:%{_libdir}/libjacknet.so.%{sonum}* @@ -92,8 +106,8 @@ %package -n libjackserver%{sonum} Summary: Jack Audio Connection Kit Library -# libjackserver was packaged with libjack0 prior to 1.9.12 Group: System/Libraries +# libjackserver was packaged with libjack0 prior to 1.9.12 Conflicts: libjack0 < 1.9.12 Provides: libjack0:%{_libdir}/libjackserver.so.%{sonum}* @@ -169,6 +183,8 @@ %license COPYING %{_mandir}/man1/* %{_bindir}/* +%exclude %{_bindir}/jackdbus +%exclude %{_bindir}/jack_control %dir %{_libdir}/%{name} %{_libdir}/%{name}/%{name}_alsa.so %{_libdir}/%{name}/%{name}_dummy.so @@ -182,7 +198,11 @@ %{_libdir}/%{name}/jack_alsarawmidi.so %{_libdir}/%{name}/%{name}_firewire.so %{_libdir}/%{name}/%{name}_proxy.so + %if 0%{?wdbus} == 1 +%files dbus +%{_bindir}/jackdbus +%{_bindir}/jack_control %{_datadir}/dbus-1/services/org.jackaudio.service %endif