Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nautilus: update to 45.1.
@ 2023-11-08 12:28 ifreund
  2023-11-08 21:34 ` [PR REVIEW] " oreo639
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: ifreund @ 2023-11-08 12:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages nautilus-bump
https://github.com/void-linux/void-packages/pull/47121

nautilus: update to 45.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

I ended up needing this to debug https://github.com/riverwm/river/issues/890 so I thought I might as well send along the patch :)


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

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

From 6be4ff9ede4077d14db273756db5944492496e44 Mon Sep 17 00:00:00 2001
From: Isaac Freund <mail@isaacfreund.com>
Date: Wed, 8 Nov 2023 13:20:43 +0100
Subject: [PATCH 1/2] libgexiv2: update to 0.14.2.

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

diff --git a/srcpkgs/libgexiv2/template b/srcpkgs/libgexiv2/template
index 23780e5397dc4..adeb8349546c9 100644
--- a/srcpkgs/libgexiv2/template
+++ b/srcpkgs/libgexiv2/template
@@ -1,7 +1,7 @@
 # Template file for 'libgexiv2'
 pkgname=libgexiv2
-version=0.14.0
-revision=3
+version=0.14.2
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)
@@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/gexiv2"
 distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
-checksum=e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e
+checksum=2a0c9cf48fbe8b3435008866ffd40b8eddb0667d2212b42396fdf688e93ce0be
 
 build_options="gir vala"
 build_options_default="gir vala"

From a2ee85dfece4738192f4dcdfd61aa7c6bb303997 Mon Sep 17 00:00:00 2001
From: Isaac Freund <mail@isaacfreund.com>
Date: Wed, 8 Nov 2023 13:20:51 +0100
Subject: [PATCH 2/2] nautilus: update to 45.1.

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

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index 8ace3c593a76e..0b60d39eb0c34 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=44.2.1
+version=45.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,7 +10,7 @@ hostmakedepends="gettext glib-devel libxslt pkg-config tracker desktop-file-util
 makedepends="exempi-devel gnome-autoar-devel gnome-desktop-devel gtk4-devel
  libexif-devel libgexiv2-devel libglib-devel libnotify-devel libseccomp-devel
  libxml2-devel tracker-devel gst-plugins-base1-devel harfbuzz-devel
- libadwaita-devel libportal-gtk4-devel"
+ libadwaita-devel libportal-gtk4-devel libgexiv2-devel libxkbcommon-devel"
 depends="desktop-file-utils gsettings-desktop-schemas hicolor-icon-theme
  tracker-miners tracker"
 checkdepends="tracker tracker-miners python3-gobject dbus"
@@ -21,7 +21,7 @@ homepage="https://wiki.gnome.org/Nautilus"
 #changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/master/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-44/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=d9c62f024727f7a76fc6a5da788a2b0247df01a71c2a601143c62aac0ff41e4c
+checksum=23bdaa9a85466c5937a89daddd080ed03bcc2b49e8b64af607206353bde82fe3
 # tests timeout:
 # 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
 make_check=ci-skip

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

* Re: [PR REVIEW] nautilus: update to 45.1.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
@ 2023-11-08 21:34 ` oreo639
  2023-11-08 23:17 ` [PR PATCH] [Updated] " ifreund
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2023-11-08 21:34 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/47121#discussion_r1387224291

Comment:
This should be: `https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-45/NEWS`

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

* Re: [PR PATCH] [Updated] nautilus: update to 45.1.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
  2023-11-08 21:34 ` [PR REVIEW] " oreo639
@ 2023-11-08 23:17 ` ifreund
  2023-11-08 23:17 ` [PR REVIEW] " ifreund
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ifreund @ 2023-11-08 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages nautilus-bump
https://github.com/void-linux/void-packages/pull/47121

nautilus: update to 45.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

I ended up needing this to debug https://github.com/riverwm/river/issues/890 so I thought I might as well send along the patch :)


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

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

From 6be4ff9ede4077d14db273756db5944492496e44 Mon Sep 17 00:00:00 2001
From: Isaac Freund <mail@isaacfreund.com>
Date: Wed, 8 Nov 2023 13:20:43 +0100
Subject: [PATCH 1/2] libgexiv2: update to 0.14.2.

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

diff --git a/srcpkgs/libgexiv2/template b/srcpkgs/libgexiv2/template
index 23780e5397dc4..adeb8349546c9 100644
--- a/srcpkgs/libgexiv2/template
+++ b/srcpkgs/libgexiv2/template
@@ -1,7 +1,7 @@
 # Template file for 'libgexiv2'
 pkgname=libgexiv2
-version=0.14.0
-revision=3
+version=0.14.2
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)
@@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/gexiv2"
 distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
-checksum=e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e
+checksum=2a0c9cf48fbe8b3435008866ffd40b8eddb0667d2212b42396fdf688e93ce0be
 
 build_options="gir vala"
 build_options_default="gir vala"

From d14850d5eb3bb061a25c46ee7f5b1b022659638a Mon Sep 17 00:00:00 2001
From: Isaac Freund <mail@isaacfreund.com>
Date: Wed, 8 Nov 2023 13:20:51 +0100
Subject: [PATCH 2/2] nautilus: update to 45.1.

---
 srcpkgs/nautilus/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index 8ace3c593a76e..14ff562a027d4 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=44.2.1
+version=45.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,7 +10,7 @@ hostmakedepends="gettext glib-devel libxslt pkg-config tracker desktop-file-util
 makedepends="exempi-devel gnome-autoar-devel gnome-desktop-devel gtk4-devel
  libexif-devel libgexiv2-devel libglib-devel libnotify-devel libseccomp-devel
  libxml2-devel tracker-devel gst-plugins-base1-devel harfbuzz-devel
- libadwaita-devel libportal-gtk4-devel"
+ libadwaita-devel libportal-gtk4-devel libgexiv2-devel libxkbcommon-devel"
 depends="desktop-file-utils gsettings-desktop-schemas hicolor-icon-theme
  tracker-miners tracker"
 checkdepends="tracker tracker-miners python3-gobject dbus"
@@ -19,9 +19,9 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Nautilus"
 #changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/master/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-44/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-45/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=d9c62f024727f7a76fc6a5da788a2b0247df01a71c2a601143c62aac0ff41e4c
+checksum=23bdaa9a85466c5937a89daddd080ed03bcc2b49e8b64af607206353bde82fe3
 # tests timeout:
 # 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
 make_check=ci-skip

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

* Re: [PR REVIEW] nautilus: update to 45.1.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
  2023-11-08 21:34 ` [PR REVIEW] " oreo639
  2023-11-08 23:17 ` [PR PATCH] [Updated] " ifreund
@ 2023-11-08 23:17 ` ifreund
  2023-12-03 20:10 ` Duncaen
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ifreund @ 2023-11-08 23:17 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/47121#discussion_r1387301185

Comment:
Done, thanks.

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

* Re: nautilus: update to 45.1.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
                   ` (2 preceding siblings ...)
  2023-11-08 23:17 ` [PR REVIEW] " ifreund
@ 2023-12-03 20:10 ` Duncaen
  2023-12-04 12:07 ` [PR PATCH] [Updated] " ifreund
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2023-12-03 20:10 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/47121#issuecomment-1837586621

Comment:
There is a merge conflict in `srcpkgs/libgexiv2/template`.

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

* Re: [PR PATCH] [Updated] nautilus: update to 45.1.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
                   ` (3 preceding siblings ...)
  2023-12-03 20:10 ` Duncaen
@ 2023-12-04 12:07 ` ifreund
  2023-12-04 12:08 ` nautilus: update to 45.2 ifreund
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ifreund @ 2023-12-04 12:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages nautilus-bump
https://github.com/void-linux/void-packages/pull/47121

nautilus: update to 45.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

I ended up needing this to debug https://github.com/riverwm/river/issues/890 so I thought I might as well send along the patch :)


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

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

From 7db4b3972abe23aa325c53f27cd5db18785b3622 Mon Sep 17 00:00:00 2001
From: Isaac Freund <mail@isaacfreund.com>
Date: Wed, 8 Nov 2023 13:20:51 +0100
Subject: [PATCH] nautilus: update to 45.2.

---
 srcpkgs/nautilus/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index 8ace3c593a76e..ab74c3508a1a3 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=44.2.1
+version=45.2
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,7 +10,8 @@ hostmakedepends="gettext glib-devel libxslt pkg-config tracker desktop-file-util
 makedepends="exempi-devel gnome-autoar-devel gnome-desktop-devel gtk4-devel
  libexif-devel libgexiv2-devel libglib-devel libnotify-devel libseccomp-devel
  libxml2-devel tracker-devel gst-plugins-base1-devel harfbuzz-devel
- libadwaita-devel libportal-gtk4-devel"
+ libadwaita-devel libportal-gtk4-devel exiv2-devel libgexiv2-devel
+ libxkbcommon-devel"
 depends="desktop-file-utils gsettings-desktop-schemas hicolor-icon-theme
  tracker-miners tracker"
 checkdepends="tracker tracker-miners python3-gobject dbus"
@@ -19,9 +20,9 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Nautilus"
 #changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/master/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-44/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-45/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=d9c62f024727f7a76fc6a5da788a2b0247df01a71c2a601143c62aac0ff41e4c
+checksum=44bc28085337fce53fd8596c32761ffe2d7f32cb14a21212f77197b4c0fd675f
 # tests timeout:
 # 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
 make_check=ci-skip

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

* Re: nautilus: update to 45.2.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
                   ` (4 preceding siblings ...)
  2023-12-04 12:07 ` [PR PATCH] [Updated] " ifreund
@ 2023-12-04 12:08 ` ifreund
  2024-03-04  1:47 ` github-actions
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ifreund @ 2023-12-04 12:08 UTC (permalink / raw)
  To: ml

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

New comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/47121#issuecomment-1838504677

Comment:
> There is a merge conflict in `srcpkgs/libgexiv2/template`.

Rebased and updated to 45.2

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

* Re: nautilus: update to 45.2.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
                   ` (5 preceding siblings ...)
  2023-12-04 12:08 ` nautilus: update to 45.2 ifreund
@ 2024-03-04  1:47 ` github-actions
  2024-03-04  3:55 ` oreo639
  2024-03-04 11:44 ` [PR PATCH] [Closed]: " oreo639
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-03-04  1:47 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/47121#issuecomment-1975511574

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] 10+ messages in thread

* Re: nautilus: update to 45.2.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
                   ` (6 preceding siblings ...)
  2024-03-04  1:47 ` github-actions
@ 2024-03-04  3:55 ` oreo639
  2024-03-04 11:44 ` [PR PATCH] [Closed]: " oreo639
  8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2024-03-04  3:55 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/47121#issuecomment-1975652295

Comment:
Bump, will test this when I am available.

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

* Re: [PR PATCH] [Closed]: nautilus: update to 45.2.
  2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
                   ` (7 preceding siblings ...)
  2024-03-04  3:55 ` oreo639
@ 2024-03-04 11:44 ` oreo639
  8 siblings, 0 replies; 10+ messages in thread
From: oreo639 @ 2024-03-04 11:44 UTC (permalink / raw)
  To: ml

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

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

nautilus: update to 45.2.
https://github.com/void-linux/void-packages/pull/47121

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

I ended up needing this to debug https://github.com/riverwm/river/issues/890 so I thought I might as well send along the patch :)


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

end of thread, other threads:[~2024-03-04 11:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
2023-11-08 21:34 ` [PR REVIEW] " oreo639
2023-11-08 23:17 ` [PR PATCH] [Updated] " ifreund
2023-11-08 23:17 ` [PR REVIEW] " ifreund
2023-12-03 20:10 ` Duncaen
2023-12-04 12:07 ` [PR PATCH] [Updated] " ifreund
2023-12-04 12:08 ` nautilus: update to 45.2 ifreund
2024-03-04  1:47 ` github-actions
2024-03-04  3:55 ` oreo639
2024-03-04 11:44 ` [PR PATCH] [Closed]: " oreo639

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