Github messages for voidlinux
 help / color / mirror / Atom feed
From: hsnovel <hsnovel@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] spotify: update to 1.2.31.
Date: Sat, 02 Mar 2024 17:29:29 +0100	[thread overview]
Message-ID: <20240302162929.E665C2B235@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48955@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2024-03-02 16:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` hsnovel [this message]
2024-03-27  5:35 ` classabbyamp
2024-03-27  5:35 ` [PR PATCH] [Closed]: " classabbyamp
2024-03-26 12:25 [PR PATCH] Updated Spotify " jasoncsleung
2024-03-27  1:46 ` [PR PATCH] [Updated] spotify: update " jasoncsleung
2024-03-27  2:34 ` jasoncsleung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240302162929.E665C2B235@inbox.vuxu.org \
    --to=hsnovel@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).