Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] spotifyd: update to 0.3.4
@ 2022-12-15 23:21 mdkcore0
  2022-12-16 18:30 ` [PR REVIEW] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mdkcore0 @ 2022-12-15 23:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-spotifyd
https://github.com/void-linux/void-packages/pull/41125

spotifyd: update to 0.3.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - i686-libc


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

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

From 1b3df04817425a4324576c88e6dbfe390330d409 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 15 Dec 2022 18:52:02 -0300
Subject: [PATCH] spotifyd: update to 0.3.4

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

diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template
index 6c16a1b12a29..0dfd2e00346d 100644
--- a/srcpkgs/spotifyd/template
+++ b/srcpkgs/spotifyd/template
@@ -1,6 +1,6 @@
 # Template file for 'spotifyd'
 pkgname=spotifyd
-version=0.3.3
+version=0.3.4
 revision=1
 build_style=cargo
 configure_args="--no-default-features"
@@ -12,8 +12,8 @@ short_desc="Spotify client running as a UNIX daemon"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Spotifyd/spotifyd"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=7fec8244a0052449d9c598535013dfe2a01bd6a1a55b271a713af4fcbeb98360
+distfiles="https://github.com/Spotifyd/spotifyd/archive/v${version}.tar.gz"
+checksum=c14df2499fa192cae5b6ade16c5cea70d29a5e977928dab283fa1fc12a3184df
 
 build_options="alsa pulseaudio portaudio dbus"
 build_options_default="alsa pulseaudio portaudio dbus"

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

* Re: [PR REVIEW] spotifyd: update to 0.3.4
  2022-12-15 23:21 [PR PATCH] spotifyd: update to 0.3.4 mdkcore0
@ 2022-12-16 18:30 ` paper42
  2022-12-16 19:02 ` mdkcore0
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-16 18:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41125#discussion_r1051040880

Comment:
```suggestion
distfiles="https://github.com/Spotifyd/spotifyd/archive/v${version}.tar.gz"
changelog="https://raw.githubusercontent.com/Spotifyd/spotifyd/master/CHANGELOG.md"
```

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

* Re: [PR REVIEW] spotifyd: update to 0.3.4
  2022-12-15 23:21 [PR PATCH] spotifyd: update to 0.3.4 mdkcore0
  2022-12-16 18:30 ` [PR REVIEW] " paper42
@ 2022-12-16 19:02 ` mdkcore0
  2022-12-16 19:02 ` [PR PATCH] [Updated] " mdkcore0
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2022-12-16 19:02 UTC (permalink / raw)
  To: ml

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

New review comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/41125#discussion_r1051068463

Comment:
nice one, updating

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

* Re: [PR PATCH] [Updated] spotifyd: update to 0.3.4
  2022-12-15 23:21 [PR PATCH] spotifyd: update to 0.3.4 mdkcore0
  2022-12-16 18:30 ` [PR REVIEW] " paper42
  2022-12-16 19:02 ` mdkcore0
@ 2022-12-16 19:02 ` mdkcore0
  2022-12-16 19:04 ` mdkcore0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2022-12-16 19:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mdkcore0 against master on the void-packages repository

https://github.com/mdkcore0/void-packages update-spotifyd
https://github.com/void-linux/void-packages/pull/41125

spotifyd: update to 0.3.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - i686-libc


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

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

From ec9fb27c2645043d569188cc66e7473f42d07cd5 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 15 Dec 2022 18:52:02 -0300
Subject: [PATCH] spotifyd: update to 0.3.4

---
 srcpkgs/spotifyd/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template
index 6c16a1b12a29..7e99aa02105c 100644
--- a/srcpkgs/spotifyd/template
+++ b/srcpkgs/spotifyd/template
@@ -1,6 +1,6 @@
 # Template file for 'spotifyd'
 pkgname=spotifyd
-version=0.3.3
+version=0.3.4
 revision=1
 build_style=cargo
 configure_args="--no-default-features"
@@ -12,8 +12,9 @@ short_desc="Spotify client running as a UNIX daemon"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Spotifyd/spotifyd"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=7fec8244a0052449d9c598535013dfe2a01bd6a1a55b271a713af4fcbeb98360
+distfiles="https://github.com/Spotifyd/spotifyd/archive/v${version}.tar.gz"
+changelog="https://raw.githubusercontent.com/Spotifyd/spotifyd/master/CHANGELOG.md"
+checksum=c14df2499fa192cae5b6ade16c5cea70d29a5e977928dab283fa1fc12a3184df
 
 build_options="alsa pulseaudio portaudio dbus"
 build_options_default="alsa pulseaudio portaudio dbus"

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

* Re: [PR PATCH] [Updated] spotifyd: update to 0.3.4
  2022-12-15 23:21 [PR PATCH] spotifyd: update to 0.3.4 mdkcore0
                   ` (2 preceding siblings ...)
  2022-12-16 19:02 ` [PR PATCH] [Updated] " mdkcore0
@ 2022-12-16 19:04 ` mdkcore0
  2022-12-16 19:10 ` [PR REVIEW] " mdkcore0
  2022-12-17  0:33 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2022-12-16 19:04 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mdkcore0 against master on the void-packages repository

https://github.com/mdkcore0/void-packages update-spotifyd
https://github.com/void-linux/void-packages/pull/41125

spotifyd: update to 0.3.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - i686-libc


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

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

From 734712ae55529b946290820f5a2f034fa984753d Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Thu, 15 Dec 2022 18:52:02 -0300
Subject: [PATCH] spotifyd: update to 0.3.4

---
 srcpkgs/spotifyd/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/spotifyd/template b/srcpkgs/spotifyd/template
index 6c16a1b12a29..09d5a51219de 100644
--- a/srcpkgs/spotifyd/template
+++ b/srcpkgs/spotifyd/template
@@ -1,6 +1,6 @@
 # Template file for 'spotifyd'
 pkgname=spotifyd
-version=0.3.3
+version=0.3.4
 revision=1
 build_style=cargo
 configure_args="--no-default-features"
@@ -12,8 +12,9 @@ short_desc="Spotify client running as a UNIX daemon"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Spotifyd/spotifyd"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=7fec8244a0052449d9c598535013dfe2a01bd6a1a55b271a713af4fcbeb98360
+changelog="https://raw.githubusercontent.com/Spotifyd/spotifyd/master/CHANGELOG.md"
+distfiles="https://github.com/Spotifyd/spotifyd/archive/v${version}.tar.gz"
+checksum=c14df2499fa192cae5b6ade16c5cea70d29a5e977928dab283fa1fc12a3184df
 
 build_options="alsa pulseaudio portaudio dbus"
 build_options_default="alsa pulseaudio portaudio dbus"

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

* Re: [PR REVIEW] spotifyd: update to 0.3.4
  2022-12-15 23:21 [PR PATCH] spotifyd: update to 0.3.4 mdkcore0
                   ` (3 preceding siblings ...)
  2022-12-16 19:04 ` mdkcore0
@ 2022-12-16 19:10 ` mdkcore0
  2022-12-17  0:33 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: mdkcore0 @ 2022-12-16 19:10 UTC (permalink / raw)
  To: ml

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

New review comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/41125#discussion_r1051068463

Comment:
nice one, updating

just changed order because of this:
```
Error: Place distfiles= after changelog=
Error: Process completed with exit code 1.
```

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

* Re: [PR PATCH] [Merged]: spotifyd: update to 0.3.4
  2022-12-15 23:21 [PR PATCH] spotifyd: update to 0.3.4 mdkcore0
                   ` (4 preceding siblings ...)
  2022-12-16 19:10 ` [PR REVIEW] " mdkcore0
@ 2022-12-17  0:33 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-17  0:33 UTC (permalink / raw)
  To: ml

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

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

spotifyd: update to 0.3.4
https://github.com/void-linux/void-packages/pull/41125

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - i686-libc


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

end of thread, other threads:[~2022-12-17  0:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 23:21 [PR PATCH] spotifyd: update to 0.3.4 mdkcore0
2022-12-16 18:30 ` [PR REVIEW] " paper42
2022-12-16 19:02 ` mdkcore0
2022-12-16 19:02 ` [PR PATCH] [Updated] " mdkcore0
2022-12-16 19:04 ` mdkcore0
2022-12-16 19:10 ` [PR REVIEW] " mdkcore0
2022-12-17  0:33 ` [PR PATCH] [Merged]: " paper42

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).