Author: leamas
Update of /cvs/nonfree/rpms/lpf-spotify-client/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15337
Modified Files:
lpf-spotify-client.spec spotify-client.spec.in
Log Message:
* 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
- Note: the actually installed version for i386 hosts is still 0.9.4.183
Index: lpf-spotify-client.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-20/lpf-spotify-client.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lpf-spotify-client.spec 18 Feb 2014 14:25:57 -0000 1.11
+++ lpf-spotify-client.spec 28 Oct 2014 21:49:45 -0000 1.12
@@ -1,10 +1,10 @@
-# %%global will not work here, lazy evaluation needed.
+# %%bal will not work here, lazy evaluation needed.
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 0.9.4.183.g644e24e.428
-Release: 8%{?dist}
+Version: 0.9.11.27.g2b1a638.81
+Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -58,19 +58,23 @@
%lpf_triggerpostun
-
+.
%files
%doc LICENSE README
%{_datadir}/applications/%{name}.desktop
%{_datadir}/lpf/packages/%{target_pkg}
%attr(775,pkg-build,pkg-build) /var/lib/lpf/packages/%{target_pkg}
-#%attr(664,pkg-build,pkg-build) /var/lib/lpf/packages/%{target_pkg}/state
%changelog
+* 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
+- Note: the actually installed version for i386 hosts is still 0.9.4.183
+
* Tue Feb 18 2014 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-8
- Updating spec scriptlets, use new macros.
- Adding missing R: ffmpeg-compat and R:python2 to target package.
+- Update bogus README copied from skype.
* Sun Jan 12 2014 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-7
- Adding missing Requires: dbus-x11 to target package.
@@ -89,7 +93,7 @@
- Making description to free-format text.
* Tue Nov 26 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-2
-- Adding %triggerpostun
+- Adding %%triggerpostun
- Updating description
* Thu Oct 24 2013 Alec Leamas <leamas(a)nowhere.net> - 0.9.4.183.g644e24e.428-1
Index: spotify-client.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-spotify-client/F-20/spotify-client.spec.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spotify-client.spec.in 18 Feb 2014 13:31:57 -0000 1.4
+++ spotify-client.spec.in 28 Oct 2014 21:49:45 -0000 1.5
@@ -1,5 +1,5 @@
#These refer to the installer, not the main package:
-%global commit cb564f2c83b93055ad94564f8df04f74fe88af9a
+%global commit d972b076a660f805a75292eda55185433991c096
%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.4.183.g644e24e.428
-Release: 8%{?dist}
+Version: 0.9.11.27.g2b1a638.81
+Release: 1%{?dist}
Summary: Spotify music player native client
#
board=http://community.spotify.com/t5/Desktop-Linux
@@ -22,9 +22,12 @@
URL:
http://www.spotify.com/se/blog/archives/2010/07/12/linux/
Group: Applications/Multimedia
ExclusiveArch: i386 i686 x86_64
+
Source0: %{github_repo}/spotify-make-%{version}-%{shortcommit}.tar.gz
-Source1: %{repo}/spotify-client_%{version}-1_amd64.deb
-Source2: %{repo}/spotify-client_%{version}-1_i386.deb
+#Source1: %{repo}/spotify-client_%{version}-1_amd64.deb
+Source1: %{repo}/spotify-client_0.9.11.27.g2b1a638.81-1_amd64.deb
+#Source2: %{repo}/spotify-client_%{version}-1_i386.deb
+Source2: %{repo}/spotify-client_0.9.4.183.g644e24e.428-1_i386.deb
%ifarch x86_64
%global spotify_pkg %{SOURCE1}
@@ -68,10 +71,13 @@
# Filter away the deps om bundled libs and those substituted
# by symlinks and explicit Requires:.
-%global __requires_exclude ^libssl.so.0.9.8
+%global __requires_exclude ^libssl.so.1.0.0
+%global __requires_exclude %__requires_exclude|^libcrypto.so.1.0.0
+%global __requires_exclude %__requires_exclude|^libssl.so.0.9.8
%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|^libgrypt.so.11
%global __requires_exclude %__requires_exclude|[.]so[.][0-2][a-f]
@@ -113,6 +119,9 @@
%changelog
+* Tue Oct 28 2014 leamas.alec(a)gmail.com - 0.9.11.27.g2b1a638.81-1
+- Rebuilt for latest X86_64 upstream + bundled libgrypt.so.11.
+
* Tue Feb 18 2014 Alec Leamas <leamas.alec(a)gmail.com> - 0.9.4.183.g644e24e.428-8
- Adding missing R:ffmpeg-compat and R:python2.