Author: sergiomb
Update of /cvs/nonfree/rpms/lpf-spotify-client/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13580
Modified Files:
README lpf-spotify-client.spec spotify-client.spec.in
Log Message:
* Wed May 06 2015 Sérgio Basto <sergio(a)serjux.com> - 0.9.17.1.g9b85d43.7-1
- Update to 0.9.17.1.g9b85d43.7 and fix rfbz #3408
Index: README
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-20/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 21 Nov 2013 19:47:02 -0000 1.1
+++ README 7 May 2015 12:03:32 -0000 1.2
@@ -1,13 +1,14 @@
-lpf-skype README
-================
+lpf-spotify-client README
+=========================
This is a lpf package. It's only use is to install another package,
-called the target package. For lpf-skype, the target package is skype.
+called the target package. For lpf-spotify-client, the target package is
+spotify-client.
The package can be used in two ways:
-In the GUI, you could find the lpf-skype icon. By clicking on it you will
-download skype, build and install an rpm.
+In the GUI, you could find the lpf-spotify-client icon. By clicking on it
+you will download skype, build and install an rpm.
On the command line, you can use the lpf command, see lpf -h for usage. The
basic usage is
@@ -15,4 +16,3 @@
$ lpf update
```
which does the same thing as clicking on the GUI icon.
-
Index: lpf-spotify-client.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-20/lpf-spotify-client.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- lpf-spotify-client.spec 21 Nov 2014 13:31:23 -0000 1.13
+++ lpf-spotify-client.spec 7 May 2015 12:03:32 -0000 1.14
@@ -3,8 +3,8 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 0.9.11.27.g2b1a638.81
-Release: 2%{?dist}
+Version: 0.9.17.1.g9b85d43.7
+Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -67,8 +67,11 @@
%changelog
-* Fri Nov 21 2014 leamas.alec(a)gmail.com - 0.9.11.27.g2b1a638.81-2
-- Fix typo (#3408).
+* Wed May 06 2015 Sérgio Basto <sergio(a)serjux.com> - 0.9.17.1.g9b85d43.7-1
+- Update to 0.9.17.1.g9b85d43.7 and fix rfbz #3408
+
+* Fri Nov 21 2014 Alec Leamas <leamas.alec(a)gmail.com> - 0.9.11.27.g2b1a638.81-2
+- Fix typo (3408)
* Tue Oct 28 2014 Alec Leamas <leamas(a)nowhere.net> - 0.9.11.27.g2b1a638.81-1
- Rebuilt from current amd64 version + new bundled libs in spotify-make
Index: spotify-client.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-20/spotify-client.spec.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- spotify-client.spec.in 21 Nov 2014 13:31:23 -0000 1.6
+++ spotify-client.spec.in 7 May 2015 12:03:32 -0000 1.7
@@ -1,5 +1,5 @@
#These refer to the installer, not the main package:
-%global commit d972b076a660f805a75292eda55185433991c096
+%global commit d81d63eeb6d4961e48e92dcfef17a0c967e8b4f8
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global repo
http://repository.spotify.com/pool/non-free/s/spotify
@@ -12,8 +12,8 @@
Name: spotify-client
-Version: 0.9.11.27.g2b1a638.81
-Release: 2%{?dist}
+Version: 0.9.17.1.g9b85d43.7
+Release: 1%{?dist}
Summary: Spotify music player native client
#
board=http://community.spotify.com/t5/Desktop-Linux
@@ -25,7 +25,7 @@
Source0: %{github_repo}/spotify-make-%{version}-%{shortcommit}.tar.gz
#Source1: %{repo}/spotify-client_%{version}-1_amd64.deb
-Source1: %{repo}/spotify-client_0.9.11.27.g2b1a638.81-1_amd64.deb
+Source1: %{repo}/spotify-client_0.9.17.1.g9b85d43.7-1_amd64.deb
#Source2: %{repo}/spotify-client_%{version}-1_i386.deb
Source2: %{repo}/spotify-client_0.9.4.183.g644e24e.428-1_i386.deb
@@ -77,7 +77,7 @@
%global __requires_exclude %__requires_exclude|^libcrypto.so.0.9.8
%global __requires_exclude %__requires_exclude|^libcef.so
%global __requires_exclude %__requires_exclude|^libudev.so.0
-%global __requires_exclude %__requires_exclude|^libcrypt.so.11
+%global __requires_exclude %__requires_exclude|^libgcrypt.so.11
%global __requires_exclude %__requires_exclude|[.]so[.][0-2][a-f]
@@ -116,9 +116,13 @@
%{_datadir}/applications/spotify.desktop
%{_datadir}/icons/hicolor/*/apps/spotify-client.png
%{_datadir}/spotify-client
+%{_datadir}/appdata/spotify.xml
%changelog
+* Wed May 06 2015 Sérgio Basto <sergio(a)serjux.com> - 0.9.17.1.g9b85d43.7-1
+- Update to 0.9.17.1.g9b85d43.7 and fix rfbz #3408
+
* Fri Nov 21 2014 leamas.alec(a)gmail.com - 0.9.11.27.g2b1a638.81-2
- Fix typo (#3408)