Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] spotify: downgrade version to 1.1.26
@ 2024-02-26 19:41 hsnovel
  2024-02-26 20:13 ` dataCobra
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: hsnovel @ 2024-02-26 19:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2456 bytes --]

There is a new pull request by hsnovel against master on the void-packages repository

https://github.com/hsnovel/void-packages spotify-update
https://github.com/void-linux/void-packages/pull/48955

spotify: downgrade version to 1.1.26
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

Current upstream does not work. Log:
```
=> xbps-src: updating repositories for host (x86_64)...
[*] Updating repository `https://repo-default.voidlinux.org/current/bootstrap/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/debug/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/multilib/bootstrap/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> spotify-1.2.26_1: removing autodeps, please wait...
=> spotify-1.2.26_1: building for x86_64...
   [host] libcurl-8.6.0_1: found (https://repo-default.voidlinux.org/current)
   [runtime] libcurl-8.6.0_1: found (https://repo-default.voidlinux.org/current)
=> spotify-1.2.26_1: installing host dependencies: libcurl-8.6.0_1 ...
=> spotify-1.2.26_1: running do-fetch hook: 00-distfiles ...
=> spotify-1.2.26_1: fetching distfile 'spotify-client_1.2.26.1187.g36b715a1_amd64.deb' from 'http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.26.1187.g36b715a1_amd64.deb'...
http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.26.1187.g36b715a1_amd64.deb: Not Found
=> ERROR: spotify-1.2.26_1: failed to fetch 'spotify-client_1.2.26.1187.g36b715a1_amd64.deb'.
```

Version 1.2.31 exists on the upstream but Spotify launches with a gray screen on my testing machine. Current upstream does not exist thus, it might be a good idea to downgrade the version unless installation of 1.2.31 is confirmed to work correctly.

A patch file from https://github.com/void-linux/void-packages/pull/48955.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spotify-update-48955.patch --]
[-- Type: text/x-diff, Size: 1139 bytes --]

From 1cd30c1e26551c33dd0b03b7c496cab915087dd9 Mon Sep 17 00:00:00 2001
From: xcatalyst <cagankorkmaz35@gmail.com>
Date: Mon, 26 Feb 2024 21:31:16 +0100
Subject: [PATCH] spotify: update subversion

---
 srcpkgs/spotify/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template
index 91a924b935a71..eb91758dd980b 100644
--- a/srcpkgs/spotify/template
+++ b/srcpkgs/spotify/template
@@ -1,8 +1,8 @@
 # Template file for 'spotify'
 pkgname=spotify
-version=1.2.26
+version=1.1.26
 revision=1
-_subver=1187.g36b715a1
+_subver=501.gbe11e53b-15
 archs="x86_64"
 create_wrksrc=yes
 hostmakedepends="libcurl"
@@ -12,7 +12,7 @@ maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
 license="custom:Proprietary"
 homepage="https://www.spotify.com"
 distfiles="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}.${_subver}_amd64.deb"
-checksum=83abdf8bd65348353110b6d858cb7adb53ef9d751d5f348af3fb8868f9eb1151
+checksum=54ba1bd91020913273c469591cedeebfa34aedc250033dde7c8b3fded94a9c71
 repository=nonfree
 restricted=yes
 nostrip=yes

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-03-27  5:35 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
2024-02-26 20:13 ` dataCobra
2024-02-26 20:30 ` hsnovel
2024-02-27  6:17 ` dataCobra
2024-02-27  6:18 ` dataCobra
2024-02-27 20:13 ` hsnovel
2024-02-27 20:18 ` hsnovel
2024-02-27 20:24 ` hsnovel
2024-02-28  6:45 ` dataCobra
2024-02-28 10:22 ` [PR PATCH] [Updated] " hsnovel
2024-02-28 10:26 ` hsnovel
2024-02-28 11:57 ` Clos3y
2024-02-28 12:45 ` [PR PATCH] [Updated] spotify: update to 1.2.31 hsnovel
2024-02-28 12:46 ` hsnovel
2024-03-02 15:54 ` classabbyamp
2024-03-02 16:29 ` [PR PATCH] [Updated] " hsnovel
2024-03-27  5:35 ` classabbyamp
2024-03-27  5:35 ` [PR PATCH] [Closed]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).