* [PR PATCH] aerc: update to 0.18.0
@ 2024-07-02 22:29 mgazeel
2024-07-03 7:22 ` balejk
` (11 more replies)
0 siblings, 12 replies; 13+ messages in thread
From: mgazeel @ 2024-07-02 22:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There is a new pull request by mgazeel against master on the void-packages repository
https://github.com/mgazeel/void-packages master
https://github.com/void-linux/void-packages/pull/51086
aerc: update to 0.18.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/51086.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51086.patch --]
[-- Type: text/x-diff, Size: 1030 bytes --]
From 643b6197a607407352a617d042738a9795231d0c Mon Sep 17 00:00:00 2001
From: mgazeel <171210953+mgazeel@users.noreply.github.com>
Date: Wed, 3 Jul 2024 00:27:41 +0200
Subject: [PATCH] aerc: update to 0.18.0
---
srcpkgs/aerc/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index f1a48df6cfab3e..cbc234c4a606f6 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,6 +1,6 @@
# Template file for 'aerc'
pkgname=aerc
-version=0.17.0
+version=0.18.0
revision=1
build_style=go
go_import_path="git.sr.ht/~rjarry/aerc"
@@ -14,7 +14,7 @@ license="MIT"
homepage="https://aerc-mail.org"
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
-checksum=a8a1af36b4d4989afd670601d83fc2088e14d804c66bd1e3bdd14561bd89c2cc
+checksum=d20382d7eb6a93b8b6fe508b87c83eb1bb600a0443f173ab1edef0e81ea9f66a
ignore_elf_dirs="/usr/share/aerc/filters"
post_install() {
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: aerc: update to 0.18.0
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
@ 2024-07-03 7:22 ` balejk
2024-07-16 18:56 ` balejk
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: balejk @ 2024-07-03 7:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 394 bytes --]
New comment by balejk on void-packages repository
https://github.com/void-linux/void-packages/pull/51086#issuecomment-2205276042
Comment:
Thank you for the update.
Let me mention in this context that #45617 is still relevant. Without it the aerc tests suite will not pass on musl based Void and can potentially cause some issues for the users of the `wrap` filter (see the PR description).
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: aerc: update to 0.18.0
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
2024-07-03 7:22 ` balejk
@ 2024-07-16 18:56 ` balejk
2024-07-17 19:55 ` [PR PATCH] [Updated] " mgazeel
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: balejk @ 2024-07-16 18:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 208 bytes --]
New comment by balejk on void-packages repository
https://github.com/void-linux/void-packages/pull/51086#issuecomment-2231621228
Comment:
0.18.1 is [available](https://git.sr.ht/~rjarry/aerc/refs/0.18.1).
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] aerc: update to 0.18.0
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
2024-07-03 7:22 ` balejk
2024-07-16 18:56 ` balejk
@ 2024-07-17 19:55 ` mgazeel
2024-07-17 19:55 ` mgazeel
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: mgazeel @ 2024-07-17 19:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]
There is an updated pull request by mgazeel against master on the void-packages repository
https://github.com/mgazeel/void-packages master
https://github.com/void-linux/void-packages/pull/51086
aerc: update to 0.18.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/51086.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51086.patch --]
[-- Type: text/x-diff, Size: 1030 bytes --]
From 4c386aa32355545a9f91888fc7f451d13eeedc25 Mon Sep 17 00:00:00 2001
From: mgazeel <171210953+mgazeel@users.noreply.github.com>
Date: Wed, 3 Jul 2024 00:27:41 +0200
Subject: [PATCH] aerc: update to 0.18.1
---
srcpkgs/aerc/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index f1a48df6cfab3e..cbc234c4a606f6 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,6 +1,6 @@
# Template file for 'aerc'
pkgname=aerc
-version=0.17.0
+version=0.18.0
revision=1
build_style=go
go_import_path="git.sr.ht/~rjarry/aerc"
@@ -14,7 +14,7 @@ license="MIT"
homepage="https://aerc-mail.org"
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
-checksum=a8a1af36b4d4989afd670601d83fc2088e14d804c66bd1e3bdd14561bd89c2cc
+checksum=d20382d7eb6a93b8b6fe508b87c83eb1bb600a0443f173ab1edef0e81ea9f66a
ignore_elf_dirs="/usr/share/aerc/filters"
post_install() {
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: aerc: update to 0.18.0
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (2 preceding siblings ...)
2024-07-17 19:55 ` [PR PATCH] [Updated] " mgazeel
@ 2024-07-17 19:55 ` mgazeel
2024-07-17 22:28 ` balejk
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: mgazeel @ 2024-07-17 19:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
New comment by mgazeel on void-packages repository
https://github.com/void-linux/void-packages/pull/51086#issuecomment-2234144062
Comment:
I've updated to `0.18.1`, tested and it still works.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: aerc: update to 0.18.0
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (3 preceding siblings ...)
2024-07-17 19:55 ` mgazeel
@ 2024-07-17 22:28 ` balejk
2024-07-29 11:46 ` balejk
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: balejk @ 2024-07-17 22:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 180 bytes --]
New comment by balejk on void-packages repository
https://github.com/void-linux/void-packages/pull/51086#issuecomment-2234452712
Comment:
It seems you haven't pushed it though.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: aerc: update to 0.18.0
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (4 preceding siblings ...)
2024-07-17 22:28 ` balejk
@ 2024-07-29 11:46 ` balejk
2024-07-31 15:59 ` [PR PATCH] [Updated] " mgazeel
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: balejk @ 2024-07-29 11:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 252 bytes --]
New comment by balejk on void-packages repository
https://github.com/void-linux/void-packages/pull/51086#issuecomment-2255717435
Comment:
@mgazeel It seems that you have updated the commit message but not the
template, would you please fix that up?
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] aerc: update to 0.18.0
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (5 preceding siblings ...)
2024-07-29 11:46 ` balejk
@ 2024-07-31 15:59 ` mgazeel
2024-07-31 15:59 ` mgazeel
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: mgazeel @ 2024-07-31 15:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]
There is an updated pull request by mgazeel against master on the void-packages repository
https://github.com/mgazeel/void-packages master
https://github.com/void-linux/void-packages/pull/51086
aerc: update to 0.18.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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, (x86_64-musl)
A patch file from https://github.com/void-linux/void-packages/pull/51086.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51086.patch --]
[-- Type: text/x-diff, Size: 1030 bytes --]
From 0463f7e3695a483fae59712dfdcfb203837f8cd1 Mon Sep 17 00:00:00 2001
From: mgazeel <171210953+mgazeel@users.noreply.github.com>
Date: Wed, 3 Jul 2024 00:27:41 +0200
Subject: [PATCH] aerc: update to 0.18.1
---
srcpkgs/aerc/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index f1a48df6cfab3e..8bf9189f0e23ff 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,6 +1,6 @@
# Template file for 'aerc'
pkgname=aerc
-version=0.17.0
+version=0.18.1
revision=1
build_style=go
go_import_path="git.sr.ht/~rjarry/aerc"
@@ -14,7 +14,7 @@ license="MIT"
homepage="https://aerc-mail.org"
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
-checksum=a8a1af36b4d4989afd670601d83fc2088e14d804c66bd1e3bdd14561bd89c2cc
+checksum=f8a2923b1749b1b0eaa9ce221121536d13974297143b597f812b11ebbef0c1bf
ignore_elf_dirs="/usr/share/aerc/filters"
post_install() {
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: aerc: update to 0.18.0
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (6 preceding siblings ...)
2024-07-31 15:59 ` [PR PATCH] [Updated] " mgazeel
@ 2024-07-31 15:59 ` mgazeel
2024-07-31 16:08 ` aerc: update to 0.18.1 balejk
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: mgazeel @ 2024-07-31 15:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
New comment by mgazeel on void-packages repository
https://github.com/void-linux/void-packages/pull/51086#issuecomment-2260858719
Comment:
Ah indeed, sorry for that fixed it
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: aerc: update to 0.18.1
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (7 preceding siblings ...)
2024-07-31 15:59 ` mgazeel
@ 2024-07-31 16:08 ` balejk
2024-10-30 2:00 ` github-actions
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: balejk @ 2024-07-31 16:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
New comment by balejk on void-packages repository
https://github.com/void-linux/void-packages/pull/51086#issuecomment-2260876798
Comment:
Thanks.
0.18.2 came out in the meantime by the way.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: aerc: update to 0.18.1
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (8 preceding siblings ...)
2024-07-31 16:08 ` aerc: update to 0.18.1 balejk
@ 2024-10-30 2:00 ` github-actions
2024-10-30 16:15 ` leahneukirchen
2024-11-05 10:47 ` [PR PATCH] [Closed]: " Johnnynator
11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2024-10-30 2:00 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/51086#issuecomment-2445660203
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] 13+ messages in thread
* Re: aerc: update to 0.18.1
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (9 preceding siblings ...)
2024-10-30 2:00 ` github-actions
@ 2024-10-30 16:15 ` leahneukirchen
2024-11-05 10:47 ` [PR PATCH] [Closed]: " Johnnynator
11 siblings, 0 replies; 13+ messages in thread
From: leahneukirchen @ 2024-10-30 16:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by leahneukirchen on void-packages repository
https://github.com/void-linux/void-packages/pull/51086#issuecomment-2447687652
Comment:
Please rebase.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Closed]: aerc: update to 0.18.1
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
` (10 preceding siblings ...)
2024-10-30 16:15 ` leahneukirchen
@ 2024-11-05 10:47 ` Johnnynator
11 siblings, 0 replies; 13+ messages in thread
From: Johnnynator @ 2024-11-05 10:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 944 bytes --]
There's a closed pull request on the void-packages repository
aerc: update to 0.18.1
https://github.com/void-linux/void-packages/pull/51086
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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, (x86_64-musl)
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-11-05 10:47 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-02 22:29 [PR PATCH] aerc: update to 0.18.0 mgazeel
2024-07-03 7:22 ` balejk
2024-07-16 18:56 ` balejk
2024-07-17 19:55 ` [PR PATCH] [Updated] " mgazeel
2024-07-17 19:55 ` mgazeel
2024-07-17 22:28 ` balejk
2024-07-29 11:46 ` balejk
2024-07-31 15:59 ` [PR PATCH] [Updated] " mgazeel
2024-07-31 15:59 ` mgazeel
2024-07-31 16:08 ` aerc: update to 0.18.1 balejk
2024-10-30 2:00 ` github-actions
2024-10-30 16:15 ` leahneukirchen
2024-11-05 10:47 ` [PR PATCH] [Closed]: " Johnnynator
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).