Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version to 0.9.10.17.g4129e1c.78 #25

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install-spotify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RPM_SPEC_DIR="/usr/src/packages/SPECS"

# Name of file residing within official Spotify repository above
RPM_NAME="spotify-client"
VERSION="0.8.8.323.gd143501.250-1"
VERSION="0.9.11.27.g2b1a638.81-1"
BASENAME="${RPM_NAME}_$VERSION"

ISSUE_TRACKER_URL="https://github.com/aspiers/opensuse-spotify-installer/issues"
Expand Down
4 changes: 2 additions & 2 deletions spotify-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# published by the Open Source Initiative.

Name: spotify-client
Version: 0.8.8.323.gd143501.250
Version: 0.9.11.27.g2b1a638.81
Release: 1
License: Commercial
Summary: Desktop client for Spotify streaming music service
Expand Down Expand Up @@ -113,7 +113,7 @@ EOF

# fix libraries
mkdir -p %{buildroot}%{spotifylibdir}
ln -sf ../libcef.so %{buildroot}%{spotifylibdir}/libcef.so
ln -sf ../Data/libcef.so %{buildroot}%{spotifylibdir}/libcef.so

# install binary wrapper
mkdir -p %{buildroot}%{_bindir}
Expand Down
2 changes: 1 addition & 1 deletion spotify-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

Name: spotify-installer
Version: 0.8.8.323.gd143501.250
Version: 0.9.10.17.g4129e1c.78
Release: 2
License: MIT
Summary: Installer for Spotify desktop client
Expand Down