Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ncspot: update to 1.2.0.
@ 2024-10-31 10:02 dataCobra
  2024-11-08  6:38 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dataCobra @ 2024-10-31 10:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages ncspot
https://github.com/void-linux/void-packages/pull/52857

ncspot: update to 1.2.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


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

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

From 60b52bb19dea927d3d16f72d4d3965b667392282 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 31 Oct 2024 11:01:21 +0100
Subject: [PATCH] ncspot: update to 1.2.0.

---
 srcpkgs/ncspot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
index 1bd8ede7ec6126..19f1c169d7af95 100644
--- a/srcpkgs/ncspot/template
+++ b/srcpkgs/ncspot/template
@@ -1,6 +1,6 @@
 # Template file for 'ncspot'
 pkgname=ncspot
-version=1.1.0
+version=1.2.0
 revision=1
 build_style=cargo
 build_helper="qemu"
@@ -14,7 +14,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/hrkfdn/ncspot"
 changelog="https://raw.githubusercontent.com/hrkfdn/ncspot/main/CHANGELOG.md"
 distfiles="https://github.com/hrkfdn/ncspot/archive/refs/tags/v${version}.tar.gz"
-checksum=d3cd828cebb3e84470f03be16925db566d4dd8289cfd3e230e64278ec9d96338
+checksum=0df821a5ea70a143d3529abadd39bcdd9643720a602c99a9c0f8f31f52b4a0fb
 
 post_build() {
 	cargo auditable build --release --target ${RUST_TARGET} --package xtask

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

* Re: [PR PATCH] [Updated] ncspot: update to 1.2.0.
  2024-10-31 10:02 [PR PATCH] ncspot: update to 1.2.0 dataCobra
@ 2024-11-08  6:38 ` dataCobra
  2025-02-07  1:59 ` github-actions
  2025-02-21  2:00 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2024-11-08  6:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages ncspot
https://github.com/void-linux/void-packages/pull/52857

ncspot: update to 1.2.0.
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


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

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

From 01e8f0126f82718a7cf4b76f4668cd3aa6f81bc6 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Fri, 8 Nov 2024 07:37:45 +0100
Subject: [PATCH] ncspot: update to 1.2.1.

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
index 1bd8ede7ec6126..25ffacda64250e 100644
--- a/srcpkgs/ncspot/template
+++ b/srcpkgs/ncspot/template
@@ -1,11 +1,11 @@
 # Template file for 'ncspot'
 pkgname=ncspot
-version=1.1.0
+version=1.2.1
 revision=1
 build_style=cargo
 build_helper="qemu"
 configure_args="--features alsa_backend,cover"
-hostmakedepends="pkg-config python3"
+hostmakedepends="pkg-config python3 cmake"
 makedepends="openssl-devel dbus-devel pulseaudio-devel alsa-lib-devel"
 depends="ueberzug"
 short_desc="Cross-platform ncurses Spotify client"
@@ -14,7 +14,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/hrkfdn/ncspot"
 changelog="https://raw.githubusercontent.com/hrkfdn/ncspot/main/CHANGELOG.md"
 distfiles="https://github.com/hrkfdn/ncspot/archive/refs/tags/v${version}.tar.gz"
-checksum=d3cd828cebb3e84470f03be16925db566d4dd8289cfd3e230e64278ec9d96338
+checksum=6bd08609a56aa5854a1964c9a872fe58b69a768d7d94c874d40d7a8848241213
 
 post_build() {
 	cargo auditable build --release --target ${RUST_TARGET} --package xtask

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

* Re: ncspot: update to 1.2.0.
  2024-10-31 10:02 [PR PATCH] ncspot: update to 1.2.0 dataCobra
  2024-11-08  6:38 ` [PR PATCH] [Updated] " dataCobra
@ 2025-02-07  1:59 ` github-actions
  2025-02-21  2:00 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-02-07  1:59 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/52857#issuecomment-2641746844

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: ncspot: update to 1.2.0.
  2024-10-31 10:02 [PR PATCH] ncspot: update to 1.2.0 dataCobra
  2024-11-08  6:38 ` [PR PATCH] [Updated] " dataCobra
  2025-02-07  1:59 ` github-actions
@ 2025-02-21  2:00 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-02-21  2:00 UTC (permalink / raw)
  To: ml

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

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

ncspot: update to 1.2.0.
https://github.com/void-linux/void-packages/pull/52857

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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


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

end of thread, other threads:[~2025-02-21  2:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-31 10:02 [PR PATCH] ncspot: update to 1.2.0 dataCobra
2024-11-08  6:38 ` [PR PATCH] [Updated] " dataCobra
2025-02-07  1:59 ` github-actions
2025-02-21  2:00 ` [PR PATCH] [Closed]: " github-actions

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