* [PR PATCH] gajim: update to 2.0.4.
@ 2025-03-20 21:51 lissine0
2025-04-08 20:44 ` [PR PATCH] [Updated] " lissine0
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: lissine0 @ 2025-03-20 21:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 518 bytes --]
There is a new pull request by lissine0 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-2.0.4
https://github.com/void-linux/void-packages/pull/54778
gajim: update to 2.0.4.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)
- I built this PR locally for armv6l
A patch file from https://github.com/void-linux/void-packages/pull/54778.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-2.0.4-54778.patch --]
[-- Type: text/x-diff, Size: 1029 bytes --]
From 0530e5b6cfb190a10b1233f19ef5d41a265b7ecf Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 20 Mar 2025 22:45:38 +0100
Subject: [PATCH] gajim: update to 2.0.4.
---
srcpkgs/gajim/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 5f2e6aae39b83a..075254b62186a9 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=2.0.3
+version=2.0.4
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,7 +18,7 @@ license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=0db33cd1fc89fa3c01f5873dbdfa220ea5bb4b1ecc0d1d0e1241dd382ea7446e
+checksum=7af247b4cfcc3a41e519531e14963ee10d366490c64ca044dab8e3a5ea35f600
post_build() {
./make.py build --dist=unix
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] gajim: update to 2.0.4.
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
@ 2025-04-08 20:44 ` lissine0
2025-04-13 21:50 ` [PR PATCH] [Updated] gajim: update to 2.1.0 lissine0
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: lissine0 @ 2025-04-08 20:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 602 bytes --]
There is an updated pull request by lissine0 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-2.0.4
https://github.com/void-linux/void-packages/pull/54778
gajim: update to 2.0.4.
* **python3-nbxmpp: update to 6.1.0.**
* **gajim: update to 2.1.0.**
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)
- I built this PR locally for armv6l
A patch file from https://github.com/void-linux/void-packages/pull/54778.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-2.0.4-54778.patch --]
[-- Type: text/x-diff, Size: 2155 bytes --]
From 91971bd026a18ad69afd76027fa6d3d770629035 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Tue, 8 Apr 2025 20:59:23 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 6.1.0.
---
srcpkgs/python3-nbxmpp/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bf7ff58df06007..bd21c2ce61ea76 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
-version=6.0.2
+version=6.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://python-nbxmpp.gajim.org/"
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=41ca53c0e827d8363138df16094417468a7ddeb1c734947e31cf54ecac9d5581
+checksum=2def86738baaad2b2f4125395bf1b7b425827acbef38d6290ad2670882a81a52
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From 26d14fe64ebbe2393d72547776614f5a8b53e987 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 20 Mar 2025 22:45:38 +0100
Subject: [PATCH 2/2] gajim: update to 2.1.0.
---
srcpkgs/gajim/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 5f2e6aae39b83a..450c231e8a9f9f 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=2.0.3
+version=2.1.0
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,7 +18,7 @@ license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=0db33cd1fc89fa3c01f5873dbdfa220ea5bb4b1ecc0d1d0e1241dd382ea7446e
+checksum=2ee82ebce92a1431c6e3af89d90d2b5e744746e8957421bce05b99f0278b0d81
post_build() {
./make.py build --dist=unix
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] gajim: update to 2.1.0.
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
2025-04-08 20:44 ` [PR PATCH] [Updated] " lissine0
@ 2025-04-13 21:50 ` lissine0
2025-04-16 22:30 ` [PR PATCH] [Updated] gajim: update to 2.1.1 lissine0
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: lissine0 @ 2025-04-13 21:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 602 bytes --]
There is an updated pull request by lissine0 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-2.0.4
https://github.com/void-linux/void-packages/pull/54778
gajim: update to 2.1.0.
* **python3-nbxmpp: update to 6.1.1.**
* **gajim: update to 2.1.0.**
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)
- I built this PR locally for armv6l
A patch file from https://github.com/void-linux/void-packages/pull/54778.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-2.0.4-54778.patch --]
[-- Type: text/x-diff, Size: 2155 bytes --]
From 9dabd43f0de4748dd462c24d4d9ff7eaf536d83d Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Tue, 8 Apr 2025 20:59:23 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 6.1.1.
---
srcpkgs/python3-nbxmpp/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bf7ff58df06007..7275f8d275876a 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
-version=6.0.2
+version=6.1.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://python-nbxmpp.gajim.org/"
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=41ca53c0e827d8363138df16094417468a7ddeb1c734947e31cf54ecac9d5581
+checksum=b6f3e03046460cd67f4b2b43edbb648d04ff85d244828a7b387924f9a3e65ae6
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From 5b1a68b904d076cd56ee364da1e07b5189d6d575 Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 20 Mar 2025 22:45:38 +0100
Subject: [PATCH 2/2] gajim: update to 2.1.0.
---
srcpkgs/gajim/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 5f2e6aae39b83a..450c231e8a9f9f 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=2.0.3
+version=2.1.0
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,7 +18,7 @@ license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=0db33cd1fc89fa3c01f5873dbdfa220ea5bb4b1ecc0d1d0e1241dd382ea7446e
+checksum=2ee82ebce92a1431c6e3af89d90d2b5e744746e8957421bce05b99f0278b0d81
post_build() {
./make.py build --dist=unix
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] gajim: update to 2.1.1.
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
2025-04-08 20:44 ` [PR PATCH] [Updated] " lissine0
2025-04-13 21:50 ` [PR PATCH] [Updated] gajim: update to 2.1.0 lissine0
@ 2025-04-16 22:30 ` lissine0
2025-05-16 8:31 ` Emru1
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: lissine0 @ 2025-04-16 22:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 602 bytes --]
There is an updated pull request by lissine0 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-2.0.4
https://github.com/void-linux/void-packages/pull/54778
gajim: update to 2.1.1.
* **python3-nbxmpp: update to 6.1.1.**
* **gajim: update to 2.1.1.**
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)
- I built this PR locally for armv6l
A patch file from https://github.com/void-linux/void-packages/pull/54778.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-2.0.4-54778.patch --]
[-- Type: text/x-diff, Size: 2155 bytes --]
From 9dabd43f0de4748dd462c24d4d9ff7eaf536d83d Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Tue, 8 Apr 2025 20:59:23 +0100
Subject: [PATCH 1/2] python3-nbxmpp: update to 6.1.1.
---
srcpkgs/python3-nbxmpp/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bf7ff58df06007..7275f8d275876a 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
-version=6.0.2
+version=6.1.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://python-nbxmpp.gajim.org/"
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=41ca53c0e827d8363138df16094417468a7ddeb1c734947e31cf54ecac9d5581
+checksum=b6f3e03046460cd67f4b2b43edbb648d04ff85d244828a7b387924f9a3e65ae6
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From 9eb5afc2dcf62ef90efd18535d188ab717bb7deb Mon Sep 17 00:00:00 2001
From: lissine <lissine@ellini.org>
Date: Thu, 20 Mar 2025 22:45:38 +0100
Subject: [PATCH 2/2] gajim: update to 2.1.1.
---
srcpkgs/gajim/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 5f2e6aae39b83a..bfca7516ede79d 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=2.0.3
+version=2.1.1
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,7 +18,7 @@ license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=0db33cd1fc89fa3c01f5873dbdfa220ea5bb4b1ecc0d1d0e1241dd382ea7446e
+checksum=d693eb73b973c5a2cad506f1b25198192f313b1b93db7d51bd9addbd678614e9
post_build() {
./make.py build --dist=unix
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: gajim: update to 2.1.1.
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
` (2 preceding siblings ...)
2025-04-16 22:30 ` [PR PATCH] [Updated] gajim: update to 2.1.1 lissine0
@ 2025-05-16 8:31 ` Emru1
2025-05-16 11:20 ` lissine0
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Emru1 @ 2025-05-16 8:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 274 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/54778#issuecomment-2886025742
Comment:
Hey, 2.2.0 has been released today
Also, you're much quicker with those PRs :)
Please, fill yourself in into the maintainer field :)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: gajim: update to 2.1.1.
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
` (3 preceding siblings ...)
2025-05-16 8:31 ` Emru1
@ 2025-05-16 11:20 ` lissine0
2025-05-18 20:39 ` gajim: update to 2.2.0 AnInternetTroll
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: lissine0 @ 2025-05-16 11:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 505 bytes --]
New comment by lissine0 on void-packages repository
https://github.com/void-linux/void-packages/pull/54778#issuecomment-2886435925
Comment:
> Hey, 2.2.0 has been released today Also, you're much quicker with those PRs :) Please, fill yourself in into the maintainer field :)
I stopped using GNU / Linux as my main OS recently. So I'd rather you stay the maintainer :)
I invited you (and @AnInternetTroll ) to get write access on my void-packages fork, so you can update this PR if you wish.
Thanks
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: gajim: update to 2.2.0.
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
` (4 preceding siblings ...)
2025-05-16 11:20 ` lissine0
@ 2025-05-18 20:39 ` AnInternetTroll
2025-06-06 20:11 ` [PR PATCH] [Updated] " Emru1
2025-06-07 23:50 ` [PR PATCH] [Merged]: " Duncaen
7 siblings, 0 replies; 9+ messages in thread
From: AnInternetTroll @ 2025-05-18 20:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/54778#issuecomment-2889200974
Comment:
Tested on x86_64-glibc and works as expected!
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] gajim: update to 2.2.0.
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
` (5 preceding siblings ...)
2025-05-18 20:39 ` gajim: update to 2.2.0 AnInternetTroll
@ 2025-06-06 20:11 ` Emru1
2025-06-07 23:50 ` [PR PATCH] [Merged]: " Duncaen
7 siblings, 0 replies; 9+ messages in thread
From: Emru1 @ 2025-06-06 20:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 599 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/lissine0/void-packages gajim-2.0.4
https://github.com/void-linux/void-packages/pull/54778
gajim: update to 2.2.0.
* **python3-nbxmpp: update to 6.2.0.**
* **gajim: update to 2.2.0.**
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)
- I built this PR locally for armv6l
A patch file from https://github.com/void-linux/void-packages/pull/54778.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gajim-2.0.4-54778.patch --]
[-- Type: text/x-diff, Size: 2156 bytes --]
From db5426c24a5cd690e7b63c18eab0563c40d9a33c Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Fri, 16 May 2025 14:25:18 +0200
Subject: [PATCH 1/2] python3-nbxmpp: update to 6.2.0.
---
srcpkgs/python3-nbxmpp/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index bf7ff58df06007..bbd77ddd64ce2e 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,6 +1,6 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
-version=6.0.2
+version=6.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://python-nbxmpp.gajim.org/"
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
-checksum=41ca53c0e827d8363138df16094417468a7ddeb1c734947e31cf54ecac9d5581
+checksum=5ad792f1324edff5a62217cfb9279dbb54ac48177958ef484556b56e8fce7160
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
From 7527380994f5735cfaf51962b7c3ffc97db7358e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Fri, 16 May 2025 14:25:24 +0200
Subject: [PATCH 2/2] gajim: update to 2.2.0.
---
srcpkgs/gajim/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 5f2e6aae39b83a..358f6c9fb54d56 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,6 +1,6 @@
# Template file for 'gajim'
pkgname=gajim
-version=2.0.3
+version=2.2.0
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
@@ -18,7 +18,7 @@ license="GPL-3.0-only"
homepage="https://www.gajim.org"
changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=0db33cd1fc89fa3c01f5873dbdfa220ea5bb4b1ecc0d1d0e1241dd382ea7446e
+checksum=4ce66e32213946368962f356c65d85c82a7ab883be2cb5a245becdf63735c919
post_build() {
./make.py build --dist=unix
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Merged]: gajim: update to 2.2.0.
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
` (6 preceding siblings ...)
2025-06-06 20:11 ` [PR PATCH] [Updated] " Emru1
@ 2025-06-07 23:50 ` Duncaen
7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2025-06-07 23:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 440 bytes --]
There's a merged pull request on the void-packages repository
gajim: update to 2.2.0.
https://github.com/void-linux/void-packages/pull/54778
Description:
* **python3-nbxmpp: update to 6.2.0.**
* **gajim: update to 2.2.0.**
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64-glibc)
- I built this PR locally for armv6l
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-06-07 23:50 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-20 21:51 [PR PATCH] gajim: update to 2.0.4 lissine0
2025-04-08 20:44 ` [PR PATCH] [Updated] " lissine0
2025-04-13 21:50 ` [PR PATCH] [Updated] gajim: update to 2.1.0 lissine0
2025-04-16 22:30 ` [PR PATCH] [Updated] gajim: update to 2.1.1 lissine0
2025-05-16 8:31 ` Emru1
2025-05-16 11:20 ` lissine0
2025-05-18 20:39 ` gajim: update to 2.2.0 AnInternetTroll
2025-06-06 20:11 ` [PR PATCH] [Updated] " Emru1
2025-06-07 23:50 ` [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).