Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mpd: update to 0.22.6.
@ 2021-02-20 10:10 UsernameRandomlyGenerated
  2021-02-21  3:05 ` [PR REVIEW] " ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-20 10:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages mpd0226
https://github.com/void-linux/void-packages/pull/28915

mpd: update to 0.22.6.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 2e6bdd46cb62d34adaac4712862e9e0d1bfaf8c8 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sat, 20 Feb 2021 11:10:35 +0100
Subject: [PATCH] mpd: update to 0.22.6.

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

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index d03c063a324..5ca4ce8154b 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,6 +1,6 @@
 # Template file for 'mpd'
 pkgname=mpd
-version=0.22.4
+version=0.22.6
 revision=1
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
@@ -37,7 +37,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.musicpd.org/"
 changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v${version}/NEWS"
 distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
-checksum=891ea993a539246fa8f670346e5aa6c8cc85ce4be739ff12261712b0b3149dd0
+checksum=2be149a4895c3cb613477f8cf1193593e3d8a1d38a75ffa7d32da8c8316a4d5e
 LDFLAGS+=" -Wl,-z,stack-size=1048576"
 patch_args="-Np1"
 

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

* Re: [PR REVIEW] mpd: update to 0.22.6.
  2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
@ 2021-02-21  3:05 ` ericonr
  2021-02-25 16:14 ` tibequadorian
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-02-21  3:05 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28915#discussion_r579741366

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/master/NEWS"
```

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

* Re: [PR REVIEW] mpd: update to 0.22.6.
  2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
  2021-02-21  3:05 ` [PR REVIEW] " ericonr
@ 2021-02-25 16:14 ` tibequadorian
  2021-02-25 16:15 ` tibequadorian
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-02-25 16:14 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/28915#discussion_r582966712

Comment:
I think it's because musl strptime does not support the `%F` field descriptor

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

* Re: [PR REVIEW] mpd: update to 0.22.6.
  2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
  2021-02-21  3:05 ` [PR REVIEW] " ericonr
  2021-02-25 16:14 ` tibequadorian
@ 2021-02-25 16:15 ` tibequadorian
  2021-02-25 16:15 ` tibequadorian
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-02-25 16:15 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/28915#discussion_r582966712

Comment:
I think it's because musl strptime does not support the `%F` field descriptor

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

* Re: mpd: update to 0.22.6.
  2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2021-02-25 16:15 ` tibequadorian
@ 2021-02-25 16:15 ` tibequadorian
  2021-02-25 16:40 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2021-02-25 16:15 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/28915#issuecomment-786020330

Comment:
> Have you looked at the test failure for musl? It was present on 0.22.4 already, so no reason to hold the update on it, but would be nice to get fixed one way or another.

I think it's because musl strptime does not support the `%F` field descriptor

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

* Re: mpd: update to 0.22.6.
  2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
                   ` (3 preceding siblings ...)
  2021-02-25 16:15 ` tibequadorian
@ 2021-02-25 16:40 ` ericonr
  2021-02-25 17:04 ` ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-02-25 16:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28915#issuecomment-786037886

Comment:
Nice find! I will try to write up a patch.

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

* Re: mpd: update to 0.22.6.
  2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
                   ` (4 preceding siblings ...)
  2021-02-25 16:40 ` ericonr
@ 2021-02-25 17:04 ` ericonr
  2021-02-25 17:42 ` ericonr
  2021-02-25 19:09 ` [PR PATCH] [Closed]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-02-25 17:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28915#issuecomment-786054869

Comment:
Pull in https://github.com/MusicPlayerDaemon/MPD/pull/1110

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

* Re: mpd: update to 0.22.6.
  2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
                   ` (5 preceding siblings ...)
  2021-02-25 17:04 ` ericonr
@ 2021-02-25 17:42 ` ericonr
  2021-02-25 19:09 ` [PR PATCH] [Closed]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-02-25 17:42 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28915#issuecomment-786054869

Comment:
Pull in https://github.com/MusicPlayerDaemon/MPD/pull/1110

Pulling in https://github.com/MusicPlayerDaemon/MPD/pull/1111 doesn't cost anything either :p

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

* Re: [PR PATCH] [Closed]: mpd: update to 0.22.6.
  2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
                   ` (6 preceding siblings ...)
  2021-02-25 17:42 ` ericonr
@ 2021-02-25 19:09 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-02-25 19:09 UTC (permalink / raw)
  To: ml

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

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

mpd: update to 0.22.6.
https://github.com/void-linux/void-packages/pull/28915

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-02-25 19:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 10:10 [PR PATCH] mpd: update to 0.22.6 UsernameRandomlyGenerated
2021-02-21  3:05 ` [PR REVIEW] " ericonr
2021-02-25 16:14 ` tibequadorian
2021-02-25 16:15 ` tibequadorian
2021-02-25 16:15 ` tibequadorian
2021-02-25 16:40 ` ericonr
2021-02-25 17:04 ` ericonr
2021-02-25 17:42 ` ericonr
2021-02-25 19:09 ` [PR PATCH] [Closed]: " ericonr

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