Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] newsboat: update to 2.22.
@ 2021-01-08 16:05 subsonik
  2021-01-08 16:51 ` Minoru
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: subsonik @ 2021-01-08 16:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subsonik/void-packages newsboat
https://github.com/void-linux/void-packages/pull/27765

newsboat: update to 2.22.
Tested OK on x86_64-musl.

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

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

From 17004b509f94eaec66359936a7f2e748b21e5322 Mon Sep 17 00:00:00 2001
From: John Rowley <hey@johnrowley.me>
Date: Fri, 8 Jan 2021 16:58:58 +0100
Subject: [PATCH] newsboat: update to 2.22.

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

diff --git a/srcpkgs/newsboat/template b/srcpkgs/newsboat/template
index e0ebdeeea50..352ff25c394 100644
--- a/srcpkgs/newsboat/template
+++ b/srcpkgs/newsboat/template
@@ -1,6 +1,6 @@
 # Template file for 'newsboat'
 pkgname=newsboat
-version=2.21
+version=2.22
 revision=1
 build_style=configure
 build_helper="rust"
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://newsboat.org/"
 changelog="https://raw.githubusercontent.com/newsboat/newsboat/master/CHANGELOG.md"
 distfiles="https://newsboat.org/releases/${version}/newsboat-${version}.tar.xz"
-checksum=0c46b3dd46bb578dd6dd4915db4cfdffb4352ab258f251080ad14655c75a9c31
+checksum=5286f815d9a00b4752a5572d99bbd9bc512b69c06931453faa415968881cd790
 
 do_check() {
 	make test

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

* Re: newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
@ 2021-01-08 16:51 ` Minoru
  2021-01-08 16:52 ` Minoru
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Minoru @ 2021-01-08 16:51 UTC (permalink / raw)
  To: ml

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

New comment by Minoru on void-packages repository

https://github.com/void-linux/void-packages/pull/27765#issuecomment-756867028

Comment:
Hi! I'm the maintainer of Newsboat. You might want to hold this off a bit since I'm going to release 2.22.1 tomorrow. It got three bugfixes for pretty inconvenient regressions in 2.22.

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

* Re: newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
  2021-01-08 16:51 ` Minoru
@ 2021-01-08 16:52 ` Minoru
  2021-01-08 16:59 ` subsonik
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Minoru @ 2021-01-08 16:52 UTC (permalink / raw)
  To: ml

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

New comment by Minoru on void-packages repository

https://github.com/void-linux/void-packages/pull/27765#issuecomment-756867366

Comment:
…And also a fix for the warning that failed your CI builds :)

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

* Re: newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
  2021-01-08 16:51 ` Minoru
  2021-01-08 16:52 ` Minoru
@ 2021-01-08 16:59 ` subsonik
  2021-01-13 20:49 ` [PR PATCH] [Closed]: [WIP] " subsonik
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: subsonik @ 2021-01-08 16:59 UTC (permalink / raw)
  To: ml

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

New comment by subsonik on void-packages repository

https://github.com/void-linux/void-packages/pull/27765#issuecomment-756872517

Comment:
Awesome, I'll keep an eye out for the point release tomorrow, thanks @Minoru.

I'm a regular (and very happy) user of newsboat + podboat btw, keep up the excellent work! :smile: 

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

* Re: [PR PATCH] [Closed]: [WIP] newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
                   ` (2 preceding siblings ...)
  2021-01-08 16:59 ` subsonik
@ 2021-01-13 20:49 ` subsonik
  2021-01-13 20:51 ` ericonr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: subsonik @ 2021-01-13 20:49 UTC (permalink / raw)
  To: ml

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

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

[WIP] newsboat: update to 2.22.
https://github.com/void-linux/void-packages/pull/27765

Description:
Tested OK on x86_64-musl.

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

* Re: [WIP] newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
                   ` (3 preceding siblings ...)
  2021-01-13 20:49 ` [PR PATCH] [Closed]: [WIP] " subsonik
@ 2021-01-13 20:51 ` ericonr
  2021-01-13 21:17 ` subsonik
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-13 20:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27765#issuecomment-759731880

Comment:
Why close?

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

* Re: [WIP] newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
                   ` (4 preceding siblings ...)
  2021-01-13 20:51 ` ericonr
@ 2021-01-13 21:17 ` subsonik
  2021-01-13 21:19 ` ericonr
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: subsonik @ 2021-01-13 21:17 UTC (permalink / raw)
  To: ml

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

New comment by subsonik on void-packages repository

https://github.com/void-linux/void-packages/pull/27765#issuecomment-759744789

Comment:
There was a new version released (2.22.1), so I assumed it required a new PR. Was that wrong?

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

* Re: [WIP] newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
                   ` (5 preceding siblings ...)
  2021-01-13 21:17 ` subsonik
@ 2021-01-13 21:19 ` ericonr
  2021-01-13 21:21 ` subsonik
  2021-01-13 22:26 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-13 21:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27765#issuecomment-759745986

Comment:
Kinda. Just rename the PR and force push. It's less noisy for us.

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

* Re: [WIP] newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
                   ` (6 preceding siblings ...)
  2021-01-13 21:19 ` ericonr
@ 2021-01-13 21:21 ` subsonik
  2021-01-13 22:26 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: subsonik @ 2021-01-13 21:21 UTC (permalink / raw)
  To: ml

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

New comment by subsonik on void-packages repository

https://github.com/void-linux/void-packages/pull/27765#issuecomment-759747113

Comment:
Ah OK, apologies, I'll bear this in mind in future. :)

I've already opened another PR for the new version, should I close that one and reopen this?

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

* Re: [WIP] newsboat: update to 2.22.
  2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
                   ` (7 preceding siblings ...)
  2021-01-13 21:21 ` subsonik
@ 2021-01-13 22:26 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-13 22:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27765#issuecomment-759777911

Comment:
Np. In this case just leave as is.

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

end of thread, other threads:[~2021-01-13 22:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 16:05 [PR PATCH] newsboat: update to 2.22 subsonik
2021-01-08 16:51 ` Minoru
2021-01-08 16:52 ` Minoru
2021-01-08 16:59 ` subsonik
2021-01-13 20:49 ` [PR PATCH] [Closed]: [WIP] " subsonik
2021-01-13 20:51 ` ericonr
2021-01-13 21:17 ` subsonik
2021-01-13 21:19 ` ericonr
2021-01-13 21:21 ` subsonik
2021-01-13 22:26 ` 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).