Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aerc: update to 0.6.0.
@ 2021-11-29 20:54 kotajacob
  2021-11-29 21:04 ` kotajacob
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kotajacob @ 2021-11-29 20:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kotajacob/void-packages master
https://github.com/void-linux/void-packages/pull/34316

aerc: update to 0.6.0.
The original upstream maintainer, Drew Devault, has stepped down and a
fork was created (with Drew's approval) under the same name. The fork
has patched in a large backlog of crashes and bug fixes and put out a
new version 0.6.0 recently. I think now that the aerc community has
consolidated on this fork it would be appropriate to update out package
to the new upstream.

More info about the fork and new maintainer can be found in this
discussion: https://lists.sr.ht/~sircmpwn/aerc/%3CCFBVJ3G1Y4YB.ZI6C02D0MS0S%40diabtop%3E

#### 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-libc

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

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

From 884a84dc84117a2ff7c50d6e895f2e797f817f8f Mon Sep 17 00:00:00 2001
From: Dakota Walsh <kota@nilsu.org>
Date: Tue, 30 Nov 2021 09:42:07 +1300
Subject: [PATCH] aerc: update to 0.6.0.

The original upstream maintainer, Drew Devault, has stepped down and a
fork was created (with Drew's approval) under the same name. The fork
has patched in a large backlog of crashes and bug fixes and put out a
new version 0.6.0 recently. I think now that the aerc community has
consolidated on this fork it would be appropriate to update out package
to the new upstream.

More info about the fork and new maintainer can be found in this
discussion: https://lists.sr.ht/~sircmpwn/aerc/%3CCFBVJ3G1Y4YB.ZI6C02D0MS0S%40diabtop%3E
---
 srcpkgs/aerc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index 08c81ef0d4eb..989a400caa90 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,6 +1,6 @@
 # Template file for 'aerc'
 pkgname=aerc
-version=0.5.2
+version=0.6.0
 revision=1
 build_style=go
 hostmakedepends="scdoc git"
@@ -9,8 +9,8 @@ short_desc="Terminal email client"
 maintainer="shtayerc <david.murko@mailbox.org>"
 license="MIT"
 homepage="https://aerc-mail.org"
-distfiles="https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz"
-checksum=87b922440e53b99f260d2332996537decb452c838c774e9340b633296f9f68ee
+distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
+checksum=ec4565609938b314f0343d85dfdab1cb0659c07c2845369ff7cf0132c5faed6e
 
 do_configure() {
 	:

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

* Re: aerc: update to 0.6.0.
  2021-11-29 20:54 [PR PATCH] aerc: update to 0.6.0 kotajacob
@ 2021-11-29 21:04 ` kotajacob
  2021-11-29 23:07 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kotajacob @ 2021-11-29 21:04 UTC (permalink / raw)
  To: ml

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

New comment by kotajacob on void-packages repository

https://github.com/void-linux/void-packages/pull/34316#issuecomment-982021173

Comment:
A list of the bugfixes and changes is here: https://lists.sr.ht/~rjarry/aerc-announce/%3CCFLJEY6YD5BT.3A85XMZBQ76L0%40diabtop%3E

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

* Re: aerc: update to 0.6.0.
  2021-11-29 20:54 [PR PATCH] aerc: update to 0.6.0 kotajacob
  2021-11-29 21:04 ` kotajacob
@ 2021-11-29 23:07 ` ericonr
  2021-11-30 15:42 ` shtayerc
  2021-12-02  0:44 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-11-29 23:07 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34316#issuecomment-982103981

Comment:
Thanks for the update and comprehensive commit message. I will try to test this locally soon and merge when I have confirmed it's working.

@shtayerc looks good to you?

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

* Re: aerc: update to 0.6.0.
  2021-11-29 20:54 [PR PATCH] aerc: update to 0.6.0 kotajacob
  2021-11-29 21:04 ` kotajacob
  2021-11-29 23:07 ` ericonr
@ 2021-11-30 15:42 ` shtayerc
  2021-12-02  0:44 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: shtayerc @ 2021-11-30 15:42 UTC (permalink / raw)
  To: ml

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

New comment by shtayerc on void-packages repository

https://github.com/void-linux/void-packages/pull/34316#issuecomment-982758382

Comment:
I was not aware of the fork, thanks for that information. New version is working fine for me on x86_64 glibc.
LGTM

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

* Re: [PR PATCH] [Merged]: aerc: update to 0.6.0.
  2021-11-29 20:54 [PR PATCH] aerc: update to 0.6.0 kotajacob
                   ` (2 preceding siblings ...)
  2021-11-30 15:42 ` shtayerc
@ 2021-12-02  0:44 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-12-02  0:44 UTC (permalink / raw)
  To: ml

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

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

aerc: update to 0.6.0.
https://github.com/void-linux/void-packages/pull/34316

Description:
The original upstream maintainer, Drew Devault, has stepped down and a
fork was created (with Drew's approval) under the same name. The fork
has patched in a large backlog of crashes and bug fixes and put out a
new version 0.6.0 recently. I think now that the aerc community has
consolidated on this fork it would be appropriate to update our package
to the new upstream.

More info about the fork and new maintainer can be found in this
discussion: https://lists.sr.ht/~sircmpwn/aerc/%3CCFBVJ3G1Y4YB.ZI6C02D0MS0S%40diabtop%3E

#### 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-libc

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

end of thread, other threads:[~2021-12-02  0:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 20:54 [PR PATCH] aerc: update to 0.6.0 kotajacob
2021-11-29 21:04 ` kotajacob
2021-11-29 23:07 ` ericonr
2021-11-30 15:42 ` shtayerc
2021-12-02  0:44 ` [PR PATCH] [Merged]: " 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).