Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Updating ZMusic to 1.1.12
@ 2023-05-20 11:05 SpidFightFR
  2023-06-09  7:13 ` [PR REVIEW] " classabbyamp
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: SpidFightFR @ 2023-05-20 11:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update_zmusic
https://github.com/void-linux/void-packages/pull/43958

Updating ZMusic to 1.1.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

Little update for the zmusic package that might be required for gzdoom.

#### Testing the changes
- I tested the changes in this PR: **briefly (i tested on x64)**

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
-->


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

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

From 9255a4e4810e9a1045d87317a7808259eccf4178 Mon Sep 17 00:00:00 2001
From: SpidFightFR <vincent.bardot@outlook.fr>
Date: Sat, 20 May 2023 09:45:15 +0000
Subject: [PATCH] ZMusic: update to 1.1.12.

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

diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template
index 8a66744e49cd..8496f8f9cd35 100644
--- a/srcpkgs/ZMusic/template
+++ b/srcpkgs/ZMusic/template
@@ -1,6 +1,6 @@
 # Template file for 'ZMusic'
 pkgname=ZMusic
-version=1.1.10
+version=1.1.12
 revision=1
 build_style=cmake
 configure_args="-DDYN_SNDFILE=OFF -DDYN_FLUIDSYNTH=OFF -DDYN_MPG123=OFF"
@@ -11,7 +11,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/coelckers/ZMusic"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba
+checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" musl-fts-devel"

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

* Re: [PR REVIEW] Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
@ 2023-06-09  7:13 ` classabbyamp
  2023-06-09  7:48 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-06-09  7:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43958#discussion_r1223931673

Comment:
```suggestion
distfiles="https://github.com/coelckers/ZMusic/archive/${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
  2023-06-09  7:13 ` [PR REVIEW] " classabbyamp
@ 2023-06-09  7:48 ` SpidFightFR
  2023-06-14 17:28 ` Duncaen
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: SpidFightFR @ 2023-06-09  7:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update_zmusic
https://github.com/void-linux/void-packages/pull/43958

Updating ZMusic to 1.1.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

Little update for the zmusic package that might be required for gzdoom.

#### Testing the changes
- I tested the changes in this PR: **briefly (i tested on x64)**

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
-->


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

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

From 9255a4e4810e9a1045d87317a7808259eccf4178 Mon Sep 17 00:00:00 2001
From: SpidFightFR <vincent.bardot@outlook.fr>
Date: Sat, 20 May 2023 09:45:15 +0000
Subject: [PATCH 1/2] ZMusic: update to 1.1.12.

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

diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template
index 8a66744e49cd..8496f8f9cd35 100644
--- a/srcpkgs/ZMusic/template
+++ b/srcpkgs/ZMusic/template
@@ -1,6 +1,6 @@
 # Template file for 'ZMusic'
 pkgname=ZMusic
-version=1.1.10
+version=1.1.12
 revision=1
 build_style=cmake
 configure_args="-DDYN_SNDFILE=OFF -DDYN_FLUIDSYNTH=OFF -DDYN_MPG123=OFF"
@@ -11,7 +11,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/coelckers/ZMusic"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba
+checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" musl-fts-devel"

From 263b4c6207148f7f5ee55b6d36e572529ceec29f Mon Sep 17 00:00:00 2001
From: SpidFightFR <60798703+SpidFightFR@users.noreply.github.com>
Date: Fri, 9 Jun 2023 09:48:53 +0200
Subject: [PATCH 2/2] Update srcpkgs/ZMusic/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/ZMusic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template
index 8496f8f9cd35..e35e9cb5bc61 100644
--- a/srcpkgs/ZMusic/template
+++ b/srcpkgs/ZMusic/template
@@ -10,7 +10,7 @@ short_desc="GZDoom's music system"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/coelckers/ZMusic"
-distfiles="${homepage}/archive/${version}.tar.gz"
+distfiles="https://github.com/coelckers/ZMusic/archive/${version}.tar.gz"
 checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
  2023-06-09  7:13 ` [PR REVIEW] " classabbyamp
  2023-06-09  7:48 ` [PR PATCH] [Updated] " SpidFightFR
@ 2023-06-14 17:28 ` Duncaen
  2023-06-18  9:28 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2023-06-14 17:28 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43958#issuecomment-1591707692

Comment:
The commits need to be squashed and follow the standard format, like the first commit.

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

* Re: [PR PATCH] [Updated] Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
                   ` (2 preceding siblings ...)
  2023-06-14 17:28 ` Duncaen
@ 2023-06-18  9:28 ` SpidFightFR
  2023-06-18  9:28 ` SpidFightFR
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: SpidFightFR @ 2023-06-18  9:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update_zmusic
https://github.com/void-linux/void-packages/pull/43958

Updating ZMusic to 1.1.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

Little update for the zmusic package that might be required for gzdoom.

#### Testing the changes
- I tested the changes in this PR: **briefly (i tested on x64)**

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
-->


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

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

From 5c2426db401786aa22a0577626cdc241e5163533 Mon Sep 17 00:00:00 2001
From: SpidFightFR <vincent.bardot@outlook.fr>
Date: Sun, 18 Jun 2023 09:26:56 +0000
Subject: [PATCH] ZMusic: update to 1.1.12.

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

diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template
index 8a66744e49cd..8496f8f9cd35 100644
--- a/srcpkgs/ZMusic/template
+++ b/srcpkgs/ZMusic/template
@@ -1,6 +1,6 @@
 # Template file for 'ZMusic'
 pkgname=ZMusic
-version=1.1.10
+version=1.1.12
 revision=1
 build_style=cmake
 configure_args="-DDYN_SNDFILE=OFF -DDYN_FLUIDSYNTH=OFF -DDYN_MPG123=OFF"
@@ -11,7 +11,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/coelckers/ZMusic"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba
+checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" musl-fts-devel"

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

* Re: Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
                   ` (3 preceding siblings ...)
  2023-06-18  9:28 ` [PR PATCH] [Updated] " SpidFightFR
@ 2023-06-18  9:28 ` SpidFightFR
  2023-06-18  9:33 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: SpidFightFR @ 2023-06-18  9:28 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/43958#issuecomment-1596058955

Comment:
> The commits need to be squashed and follow the standard format, like the first commit.

Agreed, and done. ^^

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

* Re: [PR REVIEW] Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
                   ` (4 preceding siblings ...)
  2023-06-18  9:28 ` SpidFightFR
@ 2023-06-18  9:33 ` classabbyamp
  2023-06-25 20:36 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-06-18  9:33 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43958#discussion_r1233238117

Comment:
This was lost

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

* Re: [PR PATCH] [Updated] Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
                   ` (5 preceding siblings ...)
  2023-06-18  9:33 ` [PR REVIEW] " classabbyamp
@ 2023-06-25 20:36 ` SpidFightFR
  2023-06-25 21:08 ` classabbyamp
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: SpidFightFR @ 2023-06-25 20:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update_zmusic
https://github.com/void-linux/void-packages/pull/43958

Updating ZMusic to 1.1.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

Little update for the zmusic package that might be required for gzdoom.

#### Testing the changes
- I tested the changes in this PR: **briefly (i tested on x64)**

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
-->


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

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

From 5c2426db401786aa22a0577626cdc241e5163533 Mon Sep 17 00:00:00 2001
From: SpidFightFR <vincent.bardot@outlook.fr>
Date: Sun, 18 Jun 2023 09:26:56 +0000
Subject: [PATCH 1/2] ZMusic: update to 1.1.12.

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

diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template
index 8a66744e49cd..8496f8f9cd35 100644
--- a/srcpkgs/ZMusic/template
+++ b/srcpkgs/ZMusic/template
@@ -1,6 +1,6 @@
 # Template file for 'ZMusic'
 pkgname=ZMusic
-version=1.1.10
+version=1.1.12
 revision=1
 build_style=cmake
 configure_args="-DDYN_SNDFILE=OFF -DDYN_FLUIDSYNTH=OFF -DDYN_MPG123=OFF"
@@ -11,7 +11,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/coelckers/ZMusic"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba
+checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" musl-fts-devel"

From 71a1dde1e9ccbae5deba134d21e0487298b6b76d Mon Sep 17 00:00:00 2001
From: SpidFightFR <60798703+SpidFightFR@users.noreply.github.com>
Date: Sun, 25 Jun 2023 22:36:54 +0200
Subject: [PATCH 2/2] Update srcpkgs/ZMusic/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/ZMusic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template
index 8496f8f9cd35..e35e9cb5bc61 100644
--- a/srcpkgs/ZMusic/template
+++ b/srcpkgs/ZMusic/template
@@ -10,7 +10,7 @@ short_desc="GZDoom's music system"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/coelckers/ZMusic"
-distfiles="${homepage}/archive/${version}.tar.gz"
+distfiles="https://github.com/coelckers/ZMusic/archive/${version}.tar.gz"
 checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then

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

* Re: Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
                   ` (6 preceding siblings ...)
  2023-06-25 20:36 ` [PR PATCH] [Updated] " SpidFightFR
@ 2023-06-25 21:08 ` classabbyamp
  2023-06-26 15:20 ` [PR PATCH] [Updated] " SpidFightFR
  2023-06-26 16:33 ` [PR PATCH] [Merged]: " Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-06-25 21:08 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43958#issuecomment-1606261890

Comment:
squash please

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

* Re: [PR PATCH] [Updated] Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
                   ` (7 preceding siblings ...)
  2023-06-25 21:08 ` classabbyamp
@ 2023-06-26 15:20 ` SpidFightFR
  2023-06-26 16:33 ` [PR PATCH] [Merged]: " Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: SpidFightFR @ 2023-06-26 15:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update_zmusic
https://github.com/void-linux/void-packages/pull/43958

Updating ZMusic to 1.1.12
<!-- Uncomment relevant sections and delete options which are not applicable -->

Little update for the zmusic package that might be required for gzdoom.

#### Testing the changes
- I tested the changes in this PR: **briefly (i tested on x64)**

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
-->


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

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

From 323b83dec0e0a6ddc04352be3fda21a7586b27a0 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight.one@gmail.com>
Date: Mon, 26 Jun 2023 15:18:18 +0000
Subject: [PATCH] ZMusic: update to version 1.1.12.

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

diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template
index 8a66744e49cd..e35e9cb5bc61 100644
--- a/srcpkgs/ZMusic/template
+++ b/srcpkgs/ZMusic/template
@@ -1,6 +1,6 @@
 # Template file for 'ZMusic'
 pkgname=ZMusic
-version=1.1.10
+version=1.1.12
 revision=1
 build_style=cmake
 configure_args="-DDYN_SNDFILE=OFF -DDYN_FLUIDSYNTH=OFF -DDYN_MPG123=OFF"
@@ -10,8 +10,8 @@ short_desc="GZDoom's music system"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/coelckers/ZMusic"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba
+distfiles="https://github.com/coelckers/ZMusic/archive/${version}.tar.gz"
+checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" musl-fts-devel"

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

* Re: [PR PATCH] [Merged]: Updating ZMusic to 1.1.12
  2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
                   ` (8 preceding siblings ...)
  2023-06-26 15:20 ` [PR PATCH] [Updated] " SpidFightFR
@ 2023-06-26 16:33 ` Duncaen
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2023-06-26 16:33 UTC (permalink / raw)
  To: ml

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

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

Updating ZMusic to 1.1.12
https://github.com/void-linux/void-packages/pull/43958

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

Little update for the zmusic package that might be required for gzdoom.

#### Testing the changes
- I tested the changes in this PR: **briefly (i tested on x64)**

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
-->


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

end of thread, other threads:[~2023-06-26 16:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-20 11:05 [PR PATCH] Updating ZMusic to 1.1.12 SpidFightFR
2023-06-09  7:13 ` [PR REVIEW] " classabbyamp
2023-06-09  7:48 ` [PR PATCH] [Updated] " SpidFightFR
2023-06-14 17:28 ` Duncaen
2023-06-18  9:28 ` [PR PATCH] [Updated] " SpidFightFR
2023-06-18  9:28 ` SpidFightFR
2023-06-18  9:33 ` [PR REVIEW] " classabbyamp
2023-06-25 20:36 ` [PR PATCH] [Updated] " SpidFightFR
2023-06-25 21:08 ` classabbyamp
2023-06-26 15:20 ` [PR PATCH] [Updated] " SpidFightFR
2023-06-26 16:33 ` [PR PATCH] [Merged]: " Duncaen

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