[lpf-spotify-client] Various fixes on spotify-make to allow install new debians files from spotify
by Sérgio M. Basto
commit 0463c0fe3d0a00c155096c46da04756096c05b06
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 29 05:36:47 2024 +0100
Various fixes on spotify-make to allow install new debians files from spotify
.gitignore | 1 +
lpf-spotify-client.spec | 7 +++++--
sources | 2 +-
spotify-client.spec.in | 9 +++++----
4 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 07a701e..6cc3823 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/spotify-make-a0048ec.tar.gz
/spotify-make-62e266b.tar.gz
/spotify-make-854e3fb.tar.gz
+/spotify-make-6f52516.tar.gz
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index c72605a..4548be1 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -4,7 +4,7 @@
#global github_repo https://github.com/leamas/spotify-make/archive/%{commit}
%global github_repo https://github.com/sergiomb2/spotify-make/archive/%{commit}
# devel branch
-%global commit 854e3fb754d4926cb51abce1cb6983a5969d28e9
+%global commit 6f525165fb4de01303566c2e5739de3bcd5a3f55
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define target_pkg %(t=%{name}; echo ${t#lpf-})
@@ -12,7 +12,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 1.2.47.364
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -82,6 +82,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sun Sep 29 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.47.364-2
+- Various fixes on spotify-make to allow install new debians files from spotify
+
* Sun Sep 29 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.47.364-1
- Update to 1.2.47.364.gf06e5cee
diff --git a/sources b/sources
index fd054e8..c87c3d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (spotify-make-854e3fb.tar.gz) = 55fe0b9ef0a005e84a08dfad16e1a7c1c7c39cc571b66dadc0ebfa42d2687576cb7ab5c1dc898950f0629128a520e995029e95fe242eadbddf39798157f22d15
+SHA512 (spotify-make-6f52516.tar.gz) = 20e7b589c80d8542f739ac77bf4389054c1beecc3febd21169c1366dc6634d2a647d8b0c1c2c561843d5f91dee10396d0c288e46518d32fa7f50da25ba86c223
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 8da45cd..8409d69 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -1,5 +1,5 @@
#These refer to the installer, not the main package:
-%global commit 854e3fb754d4926cb51abce1cb6983a5969d28e9
+%global commit 6f525165fb4de01303566c2e5739de3bcd5a3f55
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global repo http://repository.spotify.com/pool/non-free/s/spotify-client
@@ -12,7 +12,7 @@
Name: spotify-client
Version: 1.2.47.364
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Spotify music player native client
# board=http://community.spotify.com/t5/Desktop-Linux
@@ -81,8 +81,6 @@ hard drive.
%files
-%doc usr/share/doc/spotify-client/changelog.gz
-%{_libdir}/spotify-client
%{_bindir}/spotify
%{_mandir}/man1/spotify.*
%{_datadir}/applications/spotify.desktop
@@ -92,6 +90,9 @@ hard drive.
%changelog
+* Sun Sep 29 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.47.364-2
+- Various fixes on spotify-make to allow install new debians files from spotify
+
* Sun Sep 29 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.47.364-1
- Update to 1.2.47.364.gf06e5cee
1 month, 3 weeks
[lpf-spotify-client] Update to 1.2.47.364.gf06e5cee
by Sérgio M. Basto
commit 71ad75f038abb9c966c5a3e1ba43ccc4330db84e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 29 02:26:40 2024 +0100
Update to 1.2.47.364.gf06e5cee
lpf-spotify-client.spec | 9 ++++++++-
spotify-client.spec.in | 9 ++++++---
2 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 65d5b91..c72605a 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -11,7 +11,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 1.2.45.454
+Version: 1.2.47.364
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -31,6 +31,10 @@ Source4: %{github_repo}/spotify-make-%{shortcommit}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: lpf >= 0.3
+
+Requires: desktop-file-utils
+Requires: python3
+Requires: /usr/bin/lsb_release
Requires: lpf >= 0.3
%description
@@ -78,6 +82,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sun Sep 29 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.47.364-1
+- Update to 1.2.47.364.gf06e5cee
+
* Tue Sep 17 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.45.454-1
- Update to 1.2.45.454.gc16ec9f6
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 7c9680b..8da45cd 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -11,7 +11,7 @@
Name: spotify-client
-Version: 1.2.45.454
+Version: 1.2.47.364
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -24,7 +24,7 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.gc16ec9f6_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.gf06e5cee_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -34,7 +34,7 @@ Source2: %{repo}/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb
BuildRequires: desktop-file-utils
BuildRequires: python3
-BuildRequires: redhat-lsb-core
+BuildRequires: /usr/bin/lsb_release
Requires: dbus-x11
Requires: hicolor-icon-theme
@@ -92,6 +92,9 @@ hard drive.
%changelog
+* Sun Sep 29 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.47.364-1
+- Update to 1.2.47.364.gf06e5cee
+
* Tue Sep 17 2024 Sérgio Basto <sergio(a)serjux.com> - 1.2.45.454-1
- Update to 1.2.45.454.gc16ec9f6
1 month, 3 weeks