Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spotifyd for openSUSE:Factory 
checked in at 2021-06-21 20:35:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spotifyd (Old)
 and      /work/SRC/openSUSE:Factory/.spotifyd.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spotifyd"

Mon Jun 21 20:35:34 2021 rev:2 rq:901007 version:0.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/spotifyd/spotifyd.changes        2021-06-01 
10:34:56.968556414 +0200
+++ /work/SRC/openSUSE:Factory/.spotifyd.new.2625/spotifyd.changes      
2021-06-21 20:35:59.866647708 +0200
@@ -1,0 +2,6 @@
+Sun Jun 20 10:50:48 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Set features flag also on install step (or optinal features would
+  be skipped)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spotifyd.spec ++++++
--- /var/tmp/diff_new_pack.fRCkvM/_old  2021-06-21 20:36:00.430648422 +0200
+++ /var/tmp/diff_new_pack.fRCkvM/_new  2021-06-21 20:36:00.434648428 +0200
@@ -52,10 +52,17 @@
 EOF
 
 %build
-cargo build --release --features 
alsa_backend,dbus_keyring,dbus_mpris,pulseaudio_backend --locked %{?_smp_mflags}
+cargo build \
+  --release \
+  --locked %{?_smp_mflags} \
+  --features alsa_backend,dbus_keyring,dbus_mpris,pulseaudio_backend
 
 %install
-cargo install --no-track --root=%{buildroot}%{_prefix} --path .
+cargo install \
+  --no-track \
+  --root=%{buildroot}%{_prefix} \
+  --path . \
+  --features alsa_backend,dbus_keyring,dbus_mpris,pulseaudio_backend
 
 install -pm0755 -D target/release/spotifyd %{buildroot}%{_bindir}/spotifyd
 install -pm0644 -D contrib/spotifyd.service 
%{buildroot}%{_unitdir}/spotifyd.service

Reply via email to