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

* Re: spotify: downgrade version to 1.1.26
  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
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dataCobra @ 2024-02-26 20:13 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1965168359

Comment:
Latest upstream works fine on my Laptop and Desktop PC.

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

* Re: spotify: downgrade version to 1.1.26
  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
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-02-26 20:30 UTC (permalink / raw)
  To: ml

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

New comment by hsnovel on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1965210272

Comment:
Do you mean 1.2.26 (latest on this void-packages repo) or 1.2.31 (latest on the debian upstream repo)?

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

* Re: spotify: downgrade version to 1.1.26
  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
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dataCobra @ 2024-02-27  6:17 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1965861147

Comment:
I meant the latest version that spotify is providing. But I can confirm 1.2.26 and 1.2.31 are working fine on my machines.

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

* Re: spotify: downgrade version to 1.1.26
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (2 preceding siblings ...)
  2024-02-27  6:17 ` dataCobra
@ 2024-02-27  6:18 ` dataCobra
  2024-02-27 20:13 ` hsnovel
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dataCobra @ 2024-02-27  6:18 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1965862449

Comment:
As your error message suggests it seems that spotify is not able to reach the network.

In that case you could create an issue for help and close this PR.

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

* Re: spotify: downgrade version to 1.1.26
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (3 preceding siblings ...)
  2024-02-27  6:18 ` dataCobra
@ 2024-02-27 20:13 ` hsnovel
  2024-02-27 20:18 ` hsnovel
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-02-27 20:13 UTC (permalink / raw)
  To: ml

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

New comment by hsnovel on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1967516524

Comment:
I can reach the network very well. I downloaded other packages from xbps-install to test if the issue was only happening on Spotify but it is not. The upstream simply does not exist. I am writing this message with a very stable internet connection. Unless this link `http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.26.1187.g36b715a1_amd64.deb` is blocked in Germany I should be able to reach but I can not as it does not exist.

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

* Re: spotify: downgrade version to 1.1.26
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (4 preceding siblings ...)
  2024-02-27 20:13 ` hsnovel
@ 2024-02-27 20:18 ` hsnovel
  2024-02-27 20:24 ` hsnovel
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-02-27 20:18 UTC (permalink / raw)
  To: ml

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

New comment by hsnovel on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1967516524

Comment:
I can reach the network very well. I downloaded other packages from xbps-install to test if the issue was only happening on Spotify and it is. The upstream simply does not exist. I am writing this message with a very stable internet connection. Unless this link `http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.26.1187.g36b715a1_amd64.deb` is blocked in Germany I should be able to reach but I can not as it does not exist.

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

* Re: spotify: downgrade version to 1.1.26
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (5 preceding siblings ...)
  2024-02-27 20:18 ` hsnovel
@ 2024-02-27 20:24 ` hsnovel
  2024-02-28  6:45 ` dataCobra
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-02-27 20:24 UTC (permalink / raw)
  To: ml

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

New comment by hsnovel on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1967530919

Comment:
> As your error message suggests it seems that spotify is not able to reach the network.
> 
> In that case you could create an issue for help and close this PR.

I can close the pr but the current upstream does not exist. wget the address: `http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.26.1187.g36b715a1_amd64.deb` and tell me if it returns anything. Even if I close the pr the current upstream does not exists. In that case I can push another commit to upgrade the version to 1.2.31.

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

* Re: spotify: downgrade version to 1.1.26
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (6 preceding siblings ...)
  2024-02-27 20:24 ` hsnovel
@ 2024-02-28  6:45 ` dataCobra
  2024-02-28 10:22 ` [PR PATCH] [Updated] " hsnovel
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dataCobra @ 2024-02-28  6:45 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1968334527

Comment:
Sadly Spotify overwrites versions if there is a new one.

http://repository.spotify.com/pool/non-free/s/spotify-client/

So the `1.2.26` got overwritten by `1.2.31`.
As said I've already tested `1.2.31` fine on both my machines. So feel free to update and test it out once again. Did you found the reason why Spotify isn't working on your test machine?

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

* Re: [PR PATCH] [Updated] spotify: downgrade version to 1.1.26
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (7 preceding siblings ...)
  2024-02-28  6:45 ` dataCobra
@ 2024-02-28 10:22 ` hsnovel
  2024-02-28 10:26 ` hsnovel
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-02-28 10:22 UTC (permalink / raw)
  To: ml

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

There is an updated 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.~

Edit:
I am unsure as if this problem only exists for me but even tough Spotify launches correctly it gives an error during login saying:
`A firewall may be blocking Spotify. Please update your firewall to allow Spotify. Additionally you could try changing the currently used proxy settings`

I need further confirmation and testing as both 1.2.31 and 1.1.26 seem to be working incorrectly on my machine.

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: 2287 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 1/2] 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 91a924b935a71a..eb91758dd980b4 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

From f40c6727b026c041d765bbc5d454bdd1125946b7 Mon Sep 17 00:00:00 2001
From: xcatalyst <cagankorkmaz35@gmail.com>
Date: Wed, 28 Feb 2024 12:22:37 +0100
Subject: [PATCH 2/2] spotify: update 1.2.31

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

diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template
index eb91758dd980b4..cad4174516505b 100644
--- a/srcpkgs/spotify/template
+++ b/srcpkgs/spotify/template
@@ -1,8 +1,8 @@
 # Template file for 'spotify'
 pkgname=spotify
-version=1.1.26
+version=1.2.31
 revision=1
-_subver=501.gbe11e53b-15
+_subver=1205.g4d59ad7c
 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=54ba1bd91020913273c469591cedeebfa34aedc250033dde7c8b3fded94a9c71
+checksum=71b724bd9ec37ccc37b340606bc37f46d47320b5fa429a4c9dce5bd24e07adb8
 repository=nonfree
 restricted=yes
 nostrip=yes

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

* Re: spotify: downgrade version to 1.1.26
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (8 preceding siblings ...)
  2024-02-28 10:22 ` [PR PATCH] [Updated] " hsnovel
@ 2024-02-28 10:26 ` hsnovel
  2024-02-28 11:57 ` Clos3y
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-02-28 10:26 UTC (permalink / raw)
  To: ml

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

New comment by hsnovel on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1968679187

Comment:
Yes I found the problem. 

Since I barley use any GUI apps on my testing machine I never noticed `DBUS_SESSION_BUS_ADDRESS` was only set in `.bashrc` and not in `.profile` so GUI apps didn't pick up the address. I pushed another commit to update to version 1.2.31.

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

* Re: spotify: downgrade version to 1.1.26
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (9 preceding siblings ...)
  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
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Clos3y @ 2024-02-28 11:57 UTC (permalink / raw)
  To: ml

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

New comment by Clos3y on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1968829318

Comment:
> I pushed another commit to update to version 1.2.31.

You need to squash the commits and rename the PR. 

https://github.com/void-linux/void-packages/blob/6511144e2f5db113373b7fe34d6970e3890b89f8/CONTRIBUTING.md?plain=1#L127

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

* Re: [PR PATCH] [Updated] spotify: update to 1.2.31
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (10 preceding siblings ...)
  2024-02-28 11:57 ` Clos3y
@ 2024-02-28 12:45 ` hsnovel
  2024-02-28 12:46 ` hsnovel
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-02-28 12:45 UTC (permalink / raw)
  To: ml

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

There is an updated 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: update to 1.2.31
#### 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.~

Edit:
I am unsure as if this problem only exists for me but even tough Spotify launches correctly it gives an error during login saying:
`A firewall may be blocking Spotify. Please update your firewall to allow Spotify. Additionally you could try changing the currently used proxy settings`

I need further confirmation and testing as both 1.2.31 and 1.1.26 seem to be working incorrectly on my machine.

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: 1162 bytes --]

From 4407998bec1eb0457745307d45a0ab1ca21e1e1a 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

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

diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template
index 91a924b935a71a..cad4174516505b 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.2.31
 revision=1
-_subver=1187.g36b715a1
+_subver=1205.g4d59ad7c
 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=71b724bd9ec37ccc37b340606bc37f46d47320b5fa429a4c9dce5bd24e07adb8
 repository=nonfree
 restricted=yes
 nostrip=yes

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

* Re: spotify: update to 1.2.31
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (11 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-02-28 12:46 UTC (permalink / raw)
  To: ml

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

New comment by hsnovel on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1968910818

Comment:
done.

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

* Re: spotify: update to 1.2.31
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (12 preceding siblings ...)
  2024-02-28 12:46 ` hsnovel
@ 2024-03-02 15:54 ` classabbyamp
  2024-03-02 16:29 ` [PR PATCH] [Updated] " hsnovel
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-03-02 15:54 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-1974835971

Comment:
commit message should just be `spotify: update to 1.2.31.`

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

* Re: [PR PATCH] [Updated] spotify: update to 1.2.31.
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (13 preceding siblings ...)
  2024-03-02 15:54 ` classabbyamp
@ 2024-03-02 16:29 ` hsnovel
  2024-03-27  5:35 ` [PR PATCH] [Closed]: " classabbyamp
  2024-03-27  5:35 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: hsnovel @ 2024-03-02 16:29 UTC (permalink / raw)
  To: ml

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

There is an updated 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: update to 1.2.31.
#### 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.~

Edit:
I am unsure as if this problem only exists for me but even tough Spotify launches correctly it gives an error during login saying:
`A firewall may be blocking Spotify. Please update your firewall to allow Spotify. Additionally you could try changing the currently used proxy settings`

I need further confirmation and testing as both 1.2.31 and 1.1.26 seem to be working incorrectly on my machine.

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: 1162 bytes --]

From 1b70294fc0473e6f84bba98c1092d0d87338af70 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 to 1.2.31.

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

diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template
index 91a924b935a71a..cad4174516505b 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.2.31
 revision=1
-_subver=1187.g36b715a1
+_subver=1205.g4d59ad7c
 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=71b724bd9ec37ccc37b340606bc37f46d47320b5fa429a4c9dce5bd24e07adb8
 repository=nonfree
 restricted=yes
 nostrip=yes

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

* Re: spotify: update to 1.2.31.
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (15 preceding siblings ...)
  2024-03-27  5:35 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-03-27  5:35 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-03-27  5:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48955#issuecomment-2021982337

Comment:
#49559

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

* Re: [PR PATCH] [Closed]: spotify: update to 1.2.31.
  2024-02-26 19:41 [PR PATCH] spotify: downgrade version to 1.1.26 hsnovel
                   ` (14 preceding siblings ...)
  2024-03-02 16:29 ` [PR PATCH] [Updated] " hsnovel
@ 2024-03-27  5:35 ` classabbyamp
  2024-03-27  5:35 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2024-03-27  5:35 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

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

Description:
#### 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.~

Edit:
I am unsure as if this problem only exists for me but even tough Spotify launches correctly it gives an error during login saying:
`A firewall may be blocking Spotify. Please update your firewall to allow Spotify. Additionally you could try changing the currently used proxy settings`

I need further confirmation and testing as both 1.2.31 and 1.1.26 seem to be working incorrectly on my machine.

^ 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 ` [PR PATCH] [Closed]: " classabbyamp
2024-03-27  5:35 ` 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).