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-11-05 22:58:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spotifyd (Old)
 and      /work/SRC/openSUSE:Factory/.spotifyd.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spotifyd"

Fri Nov  5 22:58:46 2021 rev:3 rq:929635 version:0.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/spotifyd/spotifyd.changes        2021-06-21 
20:35:59.866647708 +0200
+++ /work/SRC/openSUSE:Factory/.spotifyd.new.1890/spotifyd.changes      
2021-11-05 22:59:08.788301526 +0100
@@ -1,0 +2,11 @@
+Fri Nov  5 03:43:59 UTC 2021 - William Brown <william.br...@suse.com>
+
+- Add cargo audit service to detect potential security issues
+
+-------------------------------------------------------------------
+Sat Jun 26 18:24:02 UTC 2021 - Jens K. <kara...@karatek.net>
+
+- Move location of the unit file to %{_prefix}/lib/systemd/user so that users 
can 
+  start the daemon. This is officially the recommended place to put this.
+
+-------------------------------------------------------------------

New:
----
  _service

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

Other differences:
------------------
++++++ spotifyd.spec ++++++
--- /var/tmp/diff_new_pack.PXY5Yo/_old  2021-11-05 22:59:09.904302271 +0100
+++ /var/tmp/diff_new_pack.PXY5Yo/_new  2021-11-05 22:59:09.908302275 +0100
@@ -20,18 +20,18 @@
 Version:        0.3.2
 Release:        0
 Summary:        Spotify client running as a UNIX daemon
-Group:          Productivity/Multimedia/Sound/Players
 License:        GPL-3.0-or-later
+Group:          Productivity/Multimedia/Sound/Players
 URL:            https://github.com/Spotifyd/spotifyd
 Source0:        
https://github.com/Spotifyd/spotifyd/archive/refs/tags/v%{version}.tar.gz#/spotifyd-%{version}.tar.gz
 Source1:        vendor.tar.bz2
 BuildRequires:  cargo
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(avahi-client)
-BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(openssl)
-BuildRequires:  systemd-rpm-macros
 
 %description
 Spotifyd streams music just like the official client, but is more lightweight
@@ -65,7 +65,7 @@
   --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
+install -pm0644 -D contrib/spotifyd.service 
%{buildroot}%{_userunitdir}/spotifyd.service
 
 %pre
 %service_add_pre spotifyd.service
@@ -82,7 +82,7 @@
 %files
 %license LICENSE
 %doc CHANGELOG.md README.md
-%{_unitdir}/spotifyd.service
+%{_userunitdir}/spotifyd.service
 %{_bindir}/spotifyd
 
 %changelog

++++++ _service ++++++
<services>
  <service name="cargo_audit" mode="disabled">
  </service>
</services>

Reply via email to