File spotifyd.changes of Package spotifyd

-------------------------------------------------------------------
Thu Mar 27 08:44:32 UTC 2025 - Dirk Müller <dmueller@suse.com>

- update to 0.4.1:
  * revert default features to `alsa_backend` ([#1337])
  * do not require `bindgen` dependencies on supported systems
    ([#1340])
  * always return exitcode 1 on error ([#1338])
  * the released binaries for `linux-x86_64` also work for older
    systems ([#1342])

-------------------------------------------------------------------
Thu Mar 13 08:57:40 UTC 2025 - mailaender@opensuse.org

- Update to version 0.4.0:
  * chore: release 0.4.0
  * chore: add eladyn to authors
  * cd: drop portaudio from linux backends in full
  * chore: bump MSRV to 1.82
  * chore: update dependencies
  * clippy: fix dead_code warning
  * cli: improve readability of application output
  * config: add warning when trying to use username+password auth
  * chore: update changelog

-------------------------------------------------------------------
Mon Sep 02 20:13:47 UTC 2024 - mailaender@opensuse.org

- Update to version 0.4.0git66~e342328:
  * Bump time from 0.3.28 to 0.3.36
  * Remove spurious references to `jackaudio` backend not actually implemented in this PR
  * Add support for `rodiojack` backend.
  * fix default dithering behaviour
  * clippy: replace ToString with Display impls
  * Bump rustls from 0.21.10 to 0.21.11

-------------------------------------------------------------------
Mon Nov 06 07:34:00 UTC 2023 - mailaender@opensuse.org

- Update to version 0.3.5:
  * new project website
  * Credential caching has been re-enabled
  * A audio_format option was added to circumvent certain errors
  * Improved backend selection logic
  * Documentation improvements
  * Minimum supported rust version (MSRV) has been bumped to 1.64
  * Dependency updated
  * Shuffle setter.

- Update to version 0.3.4:
  * Add cache_size configuration option
  * Add dbus_type configuration option
  * Improve error reporting
  * Fix wrong handling of credential cache

-------------------------------------------------------------------
Tue Feb 14 01:45:15 UTC 2023 - William Brown <william.brown@suse.com>

- Automatic update of vendored dependencies

-------------------------------------------------------------------
Thu Aug  4 03:51:36 UTC 2022 - William Brown <william.brown@suse.com>

- bsc#1182059 - CVE-2021-21299 - hyper request smuggling

-------------------------------------------------------------------
Mon Jun 20 03:35:43 UTC 2022 - William Brown <william.brown@suse.com>

- Automatic update of vendored dependencies

-------------------------------------------------------------------
Tue May 24 04:58:52 UTC 2022 - William Brown <william.brown@suse.com>

- Automatic update of vendored dependencies

-------------------------------------------------------------------
Tue Apr  5 05:39:40 UTC 2022 - William Brown <william.brown@suse.com>

- Automatic update of vendored dependencies

-------------------------------------------------------------------
Mon Mar 14 05:16:41 UTC 2022 - William Brown <william.brown@suse.com>

- Update to resolve bsc#1196972 CVE-2022-24713 - Regex DOS

-------------------------------------------------------------------
Tue Feb 15 03:01:44 UTC 2022 - William Brown <william.brown@suse.com>

- Update vendor.tar to resolve:
  * RUSTSEC-2020-0006 bumpalo, cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N, class: ['memory-exposure']
  * RUSTSEC-2021-0020 hyper, cvss: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H, class: ['format-injection']
  * RUSTSEC-2021-0078 hyper, cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N, class: []
  * RUSTSEC-2021-0079 hyper, cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H, class: []
  * RUSTSEC-2021-0078 hyper, cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N, class: []
  * RUSTSEC-2021-0079 hyper, cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H, class: []
  * RUSTSEC-2021-0119 nix, cvss: None, class: ['memory-corruption']
  * RUSTSEC-2021-0003 smallvec, cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H, class: ['memory-corruption']
  * RUSTSEC-2021-0124 tokio, cvss: None, class: ['memory-corruption', 'thread-safety']
  * RUSTSEC-2021-0124 tokio, cvss: None, class: ['memory-corruption', 'thread-safety']

-------------------------------------------------------------------
Wed Jan 19 12:27:52 UTC 2022 - Matthias Mailänder <mailaender@opensuse.org>

- Remove harden_spotifyd.service.patch (bsc#1194800)

-------------------------------------------------------------------
Thu Jan 06 06:34:58 UTC 2022 - william.brown@suse.com

- resolve bsc#1194119 (CVE-2021-45710)

-------------------------------------------------------------------
Tue Dec 14 17:14:34 UTC 2021 - danilo.spinella@suse.com

- Update to version 0.3.3:
  * Bump version: 0.3.2 -> 0.3.3
  * One last clippy warning
  * More clippy errors
  * Fix a first round of lint checks
  * Run rustfmt to pass lint check
  * Switch to not importing librespot root (which is binary) in favour of smaller libraries
  * docs: Minor comment additions for MacOS
  * Fix normalization.
  * Fix polling in DBUS init
- Update spec file to use cargo-packaging

-------------------------------------------------------------------
Tue Nov 23 15:19:39 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
  * harden_spotifyd.service.patch

-------------------------------------------------------------------
Fri Nov  5 03:43:59 UTC 2021 - William Brown <william.brown@suse.com>

- Add cargo audit service to detect potential security issues

-------------------------------------------------------------------
Sat Jun 26 18:24:02 UTC 2021 - Jens K. <karatek@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.

-------------------------------------------------------------------
Sun Jun 20 10:50:48 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

- Set features flag also on install step (or optinal features would
  be skipped)

-------------------------------------------------------------------
Tue May 18 10:20:18 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>

- initial packaging of version 0.3.2
openSUSE Build Service is sponsored by