Skip to content

Releases: megamaced/spotify-easyrpm

Spotify-EasyRPM v2.0.2

16 Apr 21:35
d3db125
Compare
Choose a tag to compare
  • Add a daily run in the systemd timer

Spotify-EasyRPM v2.0.1

25 Feb 22:38
21dee26
Compare
Choose a tag to compare
  • Fix systemd user unit issue in v2.0.0

On laptops with wifi connection, the systemd user job will run before the network is up and the update check will always fail.

v2.0.1 adds a system user timer job which will run 5 minutes after user login

For v2.0.0 users, run spotify-easyrpm --create-schedule from this release to correct the issue

  • Update README with some auto update information

Spotify-EasyRPM v2.0.0

24 Feb 00:12
fbc30f2
Compare
Choose a tag to compare

BREAKING CHANGES!

  • Dropped noroot mode (home directory install)

Use 1.x releases to continue getting noroot updates or remove noroot install with -noroot-uninstall before upgrading to v2.x

  • -noprompt mode is now --quiet
  • All arguments now require two hyphens

NEW Features

  • Systemd user unit now used instead of crontab on new schedules

OTHER

  • Big code refactor

Spotify-EasyRPM v1.1.6

26 Nov 21:22
23c5a2f
Compare
Choose a tag to compare
  • Clean up ${HOME}/rpmbuild/BUILDROOT in f_cleanup function

Spotify-EasyRPM v1.1.5

09 Nov 22:52
28fc845
Compare
Choose a tag to compare
  • Require libopenssl1_1 for SLE / Leap 15 and above.

Spotify-EasyRPM v1.1.4

06 Apr 21:15
1884e9f
Compare
Choose a tag to compare
  • Update repo on manual run when schedule already exists

Spotify-EasyRPM v1.1.3

30 Mar 23:30
32b47c3
Compare
Choose a tag to compare
  • Move libcurl symlink logic to the spotify rpm itself

Spotify-EasyRPM v1.1.2

29 Mar 22:29
61820d4
Compare
Choose a tag to compare
  • workaround for spotify-client-1.0.77.338.g758ebd78-0 due to linking against libcurl-gnutls.so.4
  • remove schedule frequency option, now default to @daily. You can change this with crontab -e

Spotify-EasyRPM v1.1.1

17 Mar 23:13
27aaf28
Compare
Choose a tag to compare
  • Fix desktop launcher for noroot install if no ~/bin existed
  • Drop support for anything other then latest leap, tumbleweed or sle
  • Check that rpmbuild dir and files are owned by $user else chown
  • Print dependencies list for noroot installs

Spotify-EasyRPM v1.1.0

10 Jan 22:23
5c74f69
Compare
Choose a tag to compare
  • New Option -clean-repo

Clean up /var/cache/spotify-easyrpm local RPM repo

  • Improve version check logic by comparing local repo version to Spotify Debian repo for situations where latest version was already built and saved as rpm but not yet installed