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

Update spotify version to 0.9.11.27.g2b1a638.81 #27

Closed
wants to merge 4 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion install-spotify.sh
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
25 changes: 4 additions & 21 deletions spotify-client.spec
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 @@ -182,23 +182,6 @@ fi
#%{_datadir}/applications/spotify.desktop

%changelog
* Sat Jan 05 2013 Adam Spiers <spotify-on-opensuse@adamspiers.org>
- add README

* Sat Jan 05 2013 Adam Spiers <spotify-on-opensuse@adamspiers.org>
- update to 0.8.8 (moved to /opt)
- rename to spotify-client for consistency with original Debian package
- use provided register.sh and unregister.sh
- remove need to conflict with libopenssl0_9_8
- fix automatically generated dependencies
- fix XDG categories
- move dedicated library directory to /opt/spotify/spotify-client/lib
- remove spotify-linux-512x512.png since redistribution probably
violates Spotify copyright
- fix SPOTIFY_CLEAN_CACHE test
- fix passing of multiple arguments to spotify binary

* Mon Aug 20 2012 Marguerite Su <i@marguerite.su> - 0.8.4.103.g9cb117b.260
- initial version with Spotify App support.
- use libopenssl1_0_0 instead of libopenssl0_9_8 to fix a crash and other linkings ready.
- use wrapper to clear cache manually
* Tue Jul 29 2014 Mateusz Mielczarek <sysek@outlook.com>
- update spotify to 0.9.11.27.g2b1a638.81

7 changes: 5 additions & 2 deletions spotify-installer.spec
Expand Up @@ -5,8 +5,8 @@
#

Name: spotify-installer
Version: 0.8.8.323.gd143501.250
Release: 2
Version: 0.9.11.27.g2b1a638.81
Release: 1
License: MIT
Summary: Installer for Spotify desktop client
Url: https://github.com/aspiers/opensuse-spotify-installer/
Expand Down Expand Up @@ -51,6 +51,9 @@ install -D -m 755 README.html %{buildroot}%{_docdir}/%{name}
%doc README.html

%changelog
* Tue Jul 29 2014 Mateusz Mielczarek <sysek@outlook.com> - 0.9.11.27.g2b1a638.81-1
- update spotify version to latest

* Sat Jan 05 2013 Adam Spiers <spotify-on-opensuse@adamspiers.org> - 0.8.8.323.gd143501.250-2
- update README
- add Requires: sudo
Expand Down