Latest Spotify client re-packaged from the Ubuntu packages for supported Fedora and RHEL/CentOS distributions.
Supported distributions:
- Fedora – x86_64
- RHEL/CentOS – x86_64
This repository does not require any additional repository be enabled on your system.
Table of Contents
Package information
This package tries to comply as maximum to the Fedora Packaging Guidelines; this means the packages has debuginfo packages, default Fedora’s GCC compile time options (where possible) and standard locations for binaries, data and docs.
The provided client is binary only and compiled for Ubuntu, so the Fedora package de-assembles the original Ubuntu package/Snap and moves all files in the appropriate places. As such, the spotify
binary has a RUNPATH
of its origin folder. Depending on the distribution, it requires Ubuntu compatible libraries compiled with minimum options (no external dependencies) for local file playback and conversion. Due to this, I’ve removed the RUNPATH
from the binary, put all the libraries in its private folder and made sure that only the spotify binary can access them.
$ cd /usr/lib64/spotify-client $ ls -l lib* lrwxrwxrwx. 1 root root 27 Mar 5 18:33 libavcodec-ffmpeg.so.56 -> /usr/lib64/libavcodec.so.56 lrwxrwxrwx. 1 root root 23 Oct 5 2017 libavcodec.so.53 -> libavcodec.so.53.61.100 -rwxr-xr-x. 1 root root 6990472 Oct 5 2017 libavcodec.so.53.61.100 lrwxrwxrwx. 1 root root 28 Mar 5 18:34 libavformat-ffmpeg.so.56 -> /usr/lib64/libavformat.so.56 lrwxrwxrwx. 1 root root 24 Oct 5 2017 libavformat.so.53 -> libavformat.so.53.32.100 -rwxr-xr-x. 1 root root 1194888 Oct 5 2017 libavformat.so.53.32.100 lrwxrwxrwx. 1 root root 22 Oct 5 2017 libavutil.so.51 -> libavutil.so.51.35.100 -rwxr-xr-x. 1 root root 136328 Oct 5 2017 libavutil.so.51.35.100 -rwxr-xr-x. 1 root root 127184368 Mar 23 19:16 libcef.so lrwxrwxrwx. 1 root root 23 Apr 23 16:23 libcurl-gnutls.so.4 -> libcurl-gnutls.so.4.5.0 -rwxr-xr-x. 1 root root 591288 Apr 23 16:23 libcurl-gnutls.so.4.5.0 -rwxr-xr-x. 1 root root 372560 Mar 23 19:16 libEGL.so -rwxr-xr-x. 1 root root 5046304 Mar 23 19:16 libGLESv2.so lrwxrwxrwx. 1 root root 23 Oct 5 2017 libpostproc.so.52 -> libpostproc.so.52.0.100 -rwxr-xr-x. 1 root root 114104 Oct 5 2017 libpostproc.so.52.0.100 lrwxrwxrwx. 1 root root 24 Oct 5 2017 libswresample.so.0 -> libswresample.so.0.6.100 -rwxr-xr-x. 1 root root 40432 Oct 5 2017 libswresample.so.0.6.100 -rwxr-xr-x. 1 root root 444472 Apr 23 16:25 libwidevinecdmadapter.so $ chrpath -l spotify spotify: no rpath or runpath tag found.
Installation
To install the repository on a supported Fedora distribution, run as root the following command:
dnf config-manager --add-repo=https://negativo17.org/repos/fedora-spotify.repo
To do the same on CentOS/RHEL:
dnf config-manager --add-repo=https://negativo17.org/repos/epel-spotify.repo
Then, to install the client and its data files, perform the following command:
# yum -y install spotify-client
If your system already has an ffmpeg
package, that would be used instead of the compatibility package spotify-ffmpeg.
FFmpeg libraries are required for playback of local files.
Bugs
The address for contacting me is in the package’s changelog.
After the last update (v. 1.0.7.153.gb9e8174a) it doesn’t work anymore with Gnome-Shell media player indicator extension… Can you confirm it?
Hi, I’ve just updated to version 1.0.7 of the Spotify Client. This new version is a complete disaster! No integration into the desktop environment(media keys etc.), no minimizing to tray, missing icon… Could you please provide somehow the old version(0.9.) in the repository? Maybe named spotify-client-legacy? I don’t want to use this new piece of sh**. Thanks, Marius
I can’t agree more. Moreover, the menu is hidden, so I can’t switch to offline mode. And full screen is forced if your monitor is not wide enough.
Thanks for putting the old version back somewhere.
I’ve put the old 0.9.x version here:
http://negativo17.org/repos/spotify-09/
http://negativo17.org/repos/fedora-spotify-09.repo
Just disable the previous repository file, put this one in /etc/yum.repos.d/ and run “dnf distro-sync”.
Please note that I can’t provide thousand repositories for every particular use case. As soon as the 1.0.x client matures I will delete this repository.
Thank you very much! I totally understand that this is meant to be temporary and I hope the issues will be fixed on 1.0 soon.
Thanks so much for this Repo. downloaded and installed in less than 2 minutes. ๐
I found a missing dependency: dbus-x11. I can’t start spotify without it, getting an “already running” error. Once I installed it spotify started working.
You can read more about it in this thread: https://community.spotify.com/t5/Help-Desktop-Linux-Mac-Windows/Can-t-start-spotify-quot-already-running-but-not-responding/m-p/419978/highlight/true#M49136
Thanks, I will add it. The dbus-x11 package is required by almost all desktop environments, just by curiosity what are you running as your main desktop?
I’m using i3 in a minimal fedora server installation, so I guess I have myself to blame ๐
Thanks for this article! By the way, when will you drop the 32-bit version of the package? I am trying to install it to my Fedora 22 32-bit (MATE compiz), still could not finish it.
——–
[fareed@localhost ~]$ sudo dnf install spotify-client
Failed to synchronize cache for repo ‘fedora-spotify’ from ‘http://negativo17.org/repos/spotify/fedora-22/i386/’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried, disabling.
Last metadata expiration check performed 1:34:01 ago on Tue Jun 2 15:28:30 2015.
No package spotify-client available.
Error: no package matched: spotify-client
——–
Please help..
There is no 32 bit version of the package. And Spotify itself does not provide it:
http://repository.spotify.com/pool/non-free/s/spotify/
Just a quick typo fix : on fedora 22 your wrote :
dnf-config-manager –add-repo=http://negativo17.org/repos/fedora-spotify.repo
it’s
dnf config-manager –add-repo=http://negativo17.org/repos/fedora-spotify.repo (notice the first dash is removed, config-manager is an argument of dnf, not a standalone app)
Thank you so much for sharing your work !
Thanks, fixing it everywhere.
Thanks for packaging this ๐
Worked like a charm
Upssss, sry… Nothing… \o/
Hi,
Error in fedora 22:
[root@fedorka body] # yum-config-manager –add-repo=http://negativo17.org/repos/fedora-spotify.repo
Yum-utils package has been deprecated, use dnf instead.
See ‘man yum2dnf’ for more information.
adding repo from: http://negativo17.org/repos/fedora-spotify.repo
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. http://dummy
Traceback (most recent call last):
File “/bin/yum-config-manager”, line 222, in
grabber = repo.grabfunc; del repo
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 697, in
grabfunc = property(lambda self: self._getgrabfunc())
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 687, in _getgrabfunc
self._setupGrab()
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 631, in _setupGrab
urls = self.urls
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 875, in
urls = property(fget=lambda self: self._geturls(),
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 872, in _geturls
self._baseurlSetup()
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 838, in _baseurlSetup
self.check()
File “/usr/lib/python2.7/site-packages/yum/yumRepo.py”, line 558, in check
self.ui_id, repo=self)
yum.Errors.RepoError: Cannot find a valid baseurl for repo: dummy
—
any idea? :/
@slaanesh Missing “fedora” before “-$releasever” in repo file.
Thanks, fixed. Bad script. I’m updating my whole build infrastructure.
Thanks a bunch! Worked great on CentOS 7!
Not working on Fedora 22 Beta 3 as of 5/18/15. Works great on fedora 21. Any plans to get this going by the time Fedora 22 comes out?
There is no such a “plan”. The binary is compiled for Ubuntu, using Ubuntu libraries and paths. I repackage it anytime a new version is available adding links and Ubuntu libraries where appropriate.
As written before, my suggestion is to use the web page and not the fat client. The client might work or not work entirely in the future.
For the record: It currently works fine for me on F22 (x86_64).
mine is crashing couple of seconds after running it (F22 64), even after gtk2 downgrade..
On Fedora 22, when using DNF rather than Yum (default installation):
sudo dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo
sudo dnf install spotify-client -y
You, sir, are a life saver! Thanks!
Working fine
Fedora 21 Workspace
Thanks!
i cant install ffmpeg-compat in fedora 22 where do i find it?
It is now available in RPMFusion; the Fedora 22 repositories have been published.
Hi, I have been happily using this for some time now. Recently (few days ago) sound output stopped working, everything seemingly works but there is no sound. I see spotify in ‘sound config’ application list so it at least connects to pulseaudio.
Has anyone else ran into same problem?
I am using Fedora 21 x86_64, everything up to date.
OK, found my problem. For some odd reason pulseaudio insisted on using the HDMI sink for spotify even though I normally don’t have any audio capable HDMI devices connected.
Forcing the PULSE_SINK worked out.
Is there some plans to provide a rawhide package? ๐
Not really. Fedora 22 is the last release I’ve been tracking from Rawhide, and it has been a real pain considering that RPMFusion is still MIA for it. After the new Fedora release I will be tracking only released distributions or close-to-be-released ones.
Thanks, worked like a charm. ๐
Either I’m blind or I can’t find a way to buy you a beer (or coffee) on this site. I use several of your repositories at home and at work, so I’d like to send a little thank you in a monetary form your way. Is that possible?
Hello, thanks for your support. I’ve added Paypal and Bitcoin donation buttons in the main page, at the bottom of the left frame!
Thanks so much for this, I use spotify alot at work and this was one of the main things that was keeping me from moving over to Fedora
I know it exists, but it seems to drift as unmaintained. The package doesn’t work. Seeing that you have done the fixes in your rpm made me wish you could advise on fixing (if not taking over maintenance of) the package ๐
Well, actually I was in touch with the maintainer when he created the package, and he preferred his own approach (much more complicated) for it instead of mine.
Any change you could make your work available here, thus getting it available to any fedora box?
https://github.com/leamas/lpf
The only problem with it is the libcrypto libraries:
https://bugzilla.redhat.com/show_bug.cgi?id=1180034
Thanks for your work,
-ikke
There is already
lpf-spotify-client
available, but I’m not the maintainer:http://download1.rpmfusion.org/nonfree/fedora/releases/21/Everything/source/SRPMS/lpf-spotify-client-0.9.11.27.g2b1a638.81-2.fc21.src.rpm
I maintain
lpf-skype
andlpf-flash-plugin
.Too bad the Spotify client isn’t available for the CentOS 6-line!
For all those getting segfaults: Try the new gtk2 build currently finding its way into updates-testing.
The updated gtk2 version fixes the problem and was released.
sudo yum update
… and spotify works fine again. Nice.
Hi, I’m having some issues, I don’t know what’s happening, but, when the music’s time is around 40 seconds, Spotify just closes by himself.
the downgrade worked for me too
Yeah! Works for me too! In my case I needed to downgrade gtk-devel too to fix dependency problems (-;
sudo yum downgrade gtk2-immodule-xim gtk2
Just did it, and it seems to work. It used to segfault when I clicked file-> logout and now it’s not doing it.
Same issue here – since I last updated my fedora 21 desktop, spotify crashes a few seconds into the first song.
The web player works however it does not support 320kbps streaming, per what they say here:
https://community.spotify.com/t5/ideas/v2/ideapage/blog-id/ideaexchange/article-id/35067/page/2#comments
bottom line: hoping a new version of the client will be packaged soon. I was been working great for months.
@Dave I felt it had to do something with the updates too.
@Slaanesh I see.
Thanks however for the explanations and the good work done ๐
@Mark – load up your terminal and type ‘spotify’ without the quotes.
Start playing your music or whatever causes it to stop, and copy and paste the last few lines of the output from the terminal. I’m curious if your’s is a segmentation fault too.
I have talked on #spotify IRC channel about this cause it crashing for me as well, and I found another person who got this problem. Some guy who claim to work at Spotify told, he’ll try to forward our problem to devs, but no response about it yet.
just in case:
It segfaults for me in about 40-50 seconds after starting song. Funny thing: doesn’t crash when I started Spotify with interrupted song (play position is not in 0:00). After that song finishes, it crash after 40-50 seconds when starting playing another track I select.
It even segfaults when I click File โย Exit.
Downgrade gtk2.
Downgrade to what version exactly?
2.24.25 works good. Just do ‘yum downgrade gtk2’
Thank you!! That worked.
Hi! Added the repo and installed the package few days ago. I’m on Fedora 21, and Spotify used to work just fine until yesterday, when it began to crash after a little while. the output is “segmentation fault (core dump created)” . Is this happened to some of you too? I hope for suggestions to fix the issue, I’m a recent Fedora user and I don’t have that much experience..
The last Spotify client update is from July 2014 and it was built for Ubuntu. My suggestion is to switch to the web based player.
http://repository.spotify.com/pool/non-free/s/spotify/
The same is happening to me. It’s a segmentation fault which means that the client which is essentially the client is looking for non-existing memory allocation. That’s why it’s crashing.
If it was working fine before (as mine was) and it suddenly started doing it, then it’s likely a Fedora update that has changed something in the C libraries.
There’s not much we can do. ๐
I hava Spotify client running under Fedora 21. I would be fine if sometimes Spotity crashes. It is not stable, but I don’t know under what conditions this happens. Any suggestion?
Thank you
[To correct some typos…]
I have Spotify client running under Fedora 21. It would be fine if sometimes Spotity wouldn’t crash. It is not stable, but I donโt know under what conditions this happens. Any suggestion?
The last Spotify client update is from July 2014 and it was built for Ubuntu. It’s a binary blob, so no debugging can be done. My one and only suggestion is to switch to the web based player.
http://repository.spotify.com/pool/non-free/s/spotify/
Thank you for providing this repo, I would be lost without it! So far I am using it on 3 desktops and 1 laptop!
Keep up the great work.
Si tu vieja te dijo alguna vez que sos groso, no te mentiรณ, gracias por el repo.
Btw, quizรกs te interese hostearlo en Copr?
Saludos.
Please write in english. If it’s here, it’s because it can not be imported in Fedora or RPMFusion. Spotify client in particular, is a repack of the binary blobs for Ubuntu.
Works great, thanks for the site and the repos!
Would love to see this for RHEL6. Thanks so much for the packages!
Some libraries are too old for it, I’m sorry but it wouldn’t work unless you pack all the new libraries in the package.
Works perfect, No problem to install on Fedora 21.
many thanks for the repack
Hi,
a big thank you for providing this repository.
Thanks
Adi
Found a bug when using apps in spotify. Like when using musiXmatch and selecting a song in a playlist the whole thing flickers when not a song link is selected.
Unfortunately the Spotify client is a binary compiled for a different distribution over which I have no control at all. This is just repackaging of it.
So, if the client is continually crashing on F21, is it technically anything you have control to fix? I’ve been having a wide variety of issues with the client lately.
Yeah, I am seeing core dumps quite frequently…
I tire of this struggle… Back to the web player.
sudo yum downgrade gtk2 ๐
Fixes the problem
Installed without any problem on Fedora 21. Thanks, keep on doing the good work.
Hi,
I just add the fedora repo and tryed to install spotify, but i got the following error :
โธ sudo yum install spotify
Modules complรฉmentaires chargรฉsย : langpacks
http://negativo17.org/repos/spotify/fedora-20/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Essai d'un autre miroir.
Aucun paquet spotify disponible.
Erreurย : Rien ร faire
And some info:
โธ uname -a
Linux pfa-fedora 3.17.6-200.fc20.i686 #1 SMP Mon Dec 8 15:42:32 UTC 2014 i686 i686 i386 GNU/Linux
Is their a way to build from source?
Thank’s for you help.
Spotify has stopped building a 32 bit client in 2013:
http://repository.spotify.com/pool/non-free/s/spotify/
Ok, bad news :-p
It’s awesome!!
Did you ever consider to send these package to rpmfusion-nonfree??
Hello, thanks!
Yes I thought about it, but the binary files cannot be redistributed (hence they cannot be included in RPMFusion) and there’s already the lpf-spotify-client package that builds the final package on your system. Unfortunately, I have a different view on how this should be packaged.
OK, I got it,
but I still want to thank you for your contribution. ^^
I can’t play local mp3 files.
I installed ffmpeg package, and ldd `which spotify` sees correctly libavcodec.so. But trying to play any file causes hiding playback position and waiting forย “nothing”.
Ok, works after installing ffmpeg-compat. Please add info about this somewhere (-;
Hello, does it happen on which distribution? Fedora 21 or earlier?
thanks!
Which library/executable requires libavcodec.so? I can’t find it anywhere.
Broken on F21.
spotofy: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory
Will fix it when getting back access to my laptop; since the client is never updated, on Fedora 21 this needs another library bundled inside. The fat Spotify client is a piece of junk.
This has been fixed. Thanks for reporting.
Fixes 404 error on CentOS 7 for me.
sed -i 's=fedora=epel=g' /etc/yum.repos.d/fedora-spotify.repo
I’ve added the
epel-spotify.repo
file and updated the page:http://negativo17.org/repos/epel-spotify.repo
Hi!
I can’t install the client. Can you help me ?
I’m using Fedora 20
the error is:
yum -y install spotify-client
Loaded plugins: langpacks, refresh-packagekit
http://negativo17.org/repos/spotify/fedora-20/x86_64/repodata/repomd.xml: [Errno 14] curl#6 – “Could not resolve host: negativo17.org”
Trying other mirror.
No package spotify-client available.
Error: Nothing to do
This error is something temporary. Domain has been paid for a long time ๐
Has anyone got this working on latest Fedora 21 TC1? I was able to install it,but nothing happens when I click the spotify icon.
Same goes for me. Installed fine but nothing happens when launched.
On Fedora 21 Missing : libgcrypt.so.11()(64bit) per il pacchetto: spotify-client-0.9.11.27.g2b1a638.81-1.fc21.x86_64
I’m uploading a new build that for Fedora 21+ provides the old libgcrypto 1.5.4 libraries and does not require them. Give an hour for the upload.
The client is a piece of junk, I suggest to use the web page or Chrome app for using Spotify on Linux.
After today’s update I’m getting:
spotify: error while loading shared libraries: libssl.so.1.0.0: wrong ELF class: ELFCLASS32
Tried to link to system libraries instead, but then I get :
/usr/lib64/spotify-client/Data/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by spotify)
I’d gladly use a webapp instead, but I can’t control it from my keyboard ๐
Oops, my bad, I made a mistake while repacking the archives. New update coming.
http://negativo17.org/repos/spotify/fedora-7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 – Not Found
It is now enabled. Not tested, though, as I don’t have a RHEL system at end to test.
change word fedora for epel in your repo file
I’m getting this same error as of today on Centos 7, thoughts??
Try this http://negativo17.org/repos/spotify/epel-7Server/x86_64/repodata/repomd.xml or check http://negativo17.org/repos/spotify/ for your fedora version
I am on Fedora 21 and i bumped into following error:
[modology@localhost ~]$ sudo yum --nogpg install spotify-client
Loaded plugins: langpacks
Resolving Dependencies
--> Running transaction check
---> Package spotify-client.x86_64 0:0.9.10.17.g4129e1c.78-2.fc21 will be installed
--> Processing Dependency: spotify-client-data = 0.9.10.17.g4129e1c.78-2.fc21 for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libgcrypt.so.11(GCRYPT_1.2)(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libgcrypt.so.11()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libXss.so.1()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libQtXml.so.4()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libQtNetwork.so.4()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libQtGui.so.4()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libQtDBus.so.4()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libQtCore.so.4()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Running transaction check
---> Package libXScrnSaver.x86_64 0:1.2.2-7.fc21 will be installed
---> Package qt.x86_64 1:4.8.6-10.fc21 will be installed
--> Processing Dependency: qt-settings for package: 1:qt-4.8.6-10.fc21.x86_64
---> Package qt-x11.x86_64 1:4.8.6-10.fc21 will be installed
--> Processing Dependency: libmng.so.2()(64bit) for package: 1:qt-x11-4.8.6-10.fc21.x86_64
---> Package spotify-client.x86_64 0:0.9.10.17.g4129e1c.78-2.fc21 will be installed
--> Processing Dependency: libgcrypt.so.11(GCRYPT_1.2)(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libgcrypt.so.11()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
---> Package spotify-client-data.noarch 0:0.9.10.17.g4129e1c.78-2.fc21 will be installed
--> Running transaction check
---> Package libmng.x86_64 0:2.0.2-2.fc21 will be installed
---> Package qt-settings.noarch 0:20-17.fc21 will be installed
---> Package spotify-client.x86_64 0:0.9.10.17.g4129e1c.78-2.fc21 will be installed
--> Processing Dependency: libgcrypt.so.11(GCRYPT_1.2)(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Processing Dependency: libgcrypt.so.11()(64bit) for package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64
--> Finished Dependency Resolution
Error: Package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64 (fedora-spotify)
Requires: libgcrypt.so.11()(64bit)
Error: Package: spotify-client-0.9.10.17.g4129e1c.78-2.fc21.x86_64 (fedora-spotify)
Requires: libgcrypt.so.11(GCRYPT_1.2)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
And I checked my libgrcrypt
[modology@localhost ~]$ dnf info libgcrypt
Installed Packages
Name : libgcrypt
Arch : x86_64
Epoch : 0
Version : 1.6.1
Release : 6.fc21
Size : 968 k
Repo : @System
Summary : A general-purpose cryptography library
URL : http://www.gnupg.org/
License : LGPLv2+
Description : Libgcrypt is a general purpose crypto library based on the code used
: in GNU Privacy Guard. This is a development version.
Available Packages
Name : libgcrypt
Arch : i686
Epoch : 0
Version : 1.6.1
Release : 6.fc21
Size : 332 k
Repo : fedora
Summary : A general-purpose cryptography library
URL : http://www.gnupg.org/
License : LGPLv2+
Description : Libgcrypt is a general purpose crypto library based on the code used
: in GNU Privacy Guard. This is a development version.
I’m wondering is there any trick to get it working. Thanks
I’ve found a solution. Just download old version of libgcrypt from https://copr.fedoraproject.org/coprs/sgallagh/chrome-compat-libgcrypt/builds/
I will update the Spotify client later today and drop 32 bit support as it’s no longer updated:
http://repository.spotify.com/pool/non-free/s/spotify/
Latest version that will be available is 0.9.11.27.g2b1a638.81-1.