diff --git a/install-spotify.sh b/install-spotify.sh index 9589896..e6321e0 100755 --- a/install-spotify.sh +++ b/install-spotify.sh @@ -21,8 +21,9 @@ 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" -BASENAME="${RPM_NAME}_$VERSION" +VERSION="0.9.4.183.g644e24e.428" +RELEASE="1" +BASENAME="${RPM_NAME}_$VERSION-$RELEASE" ISSUE_TRACKER_URL="https://github.com/aspiers/opensuse-spotify-installer/issues" @@ -215,8 +216,8 @@ build_rpm () { sleep 3 safe_run rpmbuild -ba "$RPM_SPEC_DIR/${RPM_NAME}.spec" - rpm="$RPM_DIR/${RPM_NAME}-${VERSION}.$rpmarch.rpm" - + rpm="$RPM_DIR/${RPM_NAME}-${VERSION}-${RELEASE}.$rpmarch.rpm" + if ! [ -e "$rpm" ]; then fatal " rpmbuild failed :-( Please consider filing a bug at: diff --git a/spotify-client.spec b/spotify-client.spec index 4b85645..bec8fda 100644 --- a/spotify-client.spec +++ b/spotify-client.spec @@ -13,7 +13,7 @@ # published by the Open Source Initiative. Name: spotify-client -Version: 0.8.8.323.gd143501.250 +Version: 0.9.4.183.g644e24e.428 Release: 1 License: Commercial Summary: Desktop client for Spotify streaming music service @@ -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} @@ -182,6 +182,9 @@ fi #%{_datadir}/applications/spotify.desktop %changelog +* Thu Jul 18 2013 Stefan Botter +- update to 0.9.1, fix PM-78 + * Sat Jan 05 2013 Adam Spiers - add README diff --git a/spotify-installer.spec b/spotify-installer.spec index 7c31c1f..a2f8830 100644 --- a/spotify-installer.spec +++ b/spotify-installer.spec @@ -5,8 +5,8 @@ # Name: spotify-installer -Version: 0.8.8.323.gd143501.250 -Release: 2 +Version: 0.9.4.183.g644e24e.428 +Release: 1.2 License: MIT Summary: Installer for Spotify desktop client Url: https://github.com/aspiers/opensuse-spotify-installer/ @@ -51,9 +51,12 @@ install -D -m 755 README.html %{buildroot}%{_docdir}/%{name} %doc README.html %changelog -* Sat Jan 05 2013 Adam Spiers - 0.8.8.323.gd143501.250-2 -- update README -- add Requires: sudo - -* Sat Jan 05 2013 Adam Spiers - 0.8.8.323.gd143501.250-1 -- first version +* Thu Oct 10 2013 obs@botter.cc +- 0.9.1.55.gbdd3b79.203 +* Sat Jan 5 2013 Adam Spiers +- 0.8.8.323.gd143501.250-2 + * update README + * add Requires: sudo +* Sat Jan 5 2013 Adam Spiers +- 0.8.8.323.gd143501.250-1 + * first version