Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitui: update to 0.22.1.
@ 2022-11-22 19:05 jcgruenhage
  2022-11-22 19:36 ` cinerea0
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jcgruenhage @ 2022-11-22 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages gitui-0.22.1_1
https://github.com/void-linux/void-packages/pull/40699

gitui: update to 0.22.1.
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitui-0.22.1_1-40699.patch --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From ca30c18f913e707d5e5415d54c3655e106e10a77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Nov 2022 20:02:04 +0100
Subject: [PATCH] gitui: update to 0.22.1.

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

diff --git a/srcpkgs/gitui/template b/srcpkgs/gitui/template
index 61ac3cad31e6..d946f0fb56c2 100644
--- a/srcpkgs/gitui/template
+++ b/srcpkgs/gitui/template
@@ -1,6 +1,6 @@
 # Template file for 'gitui'
 pkgname=gitui
-version=0.21.0
+version=0.22.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config python3"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/extrawurst/gitui"
 changelog="https://github.com/extrawurst/gitui/blob/master/CHANGELOG.md"
 distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
-checksum=da99defad08bd455c12398438e846aa71c160acfbcc60d06b9c852c5d7ef1d99
+checksum=285e86c136ee7f410fdd52c5284ccf0d19011cc5f7709e5e10bb02f439a218ea
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: gitui: update to 0.22.1.
  2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
@ 2022-11-22 19:36 ` cinerea0
  2022-11-22 19:39 ` jcgruenhage
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-11-22 19:36 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40699#issuecomment-1324152268

Comment:
Testing this myself and it works well, it fixed the performance regression in v0.22.0.

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

* Re: gitui: update to 0.22.1.
  2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
  2022-11-22 19:36 ` cinerea0
@ 2022-11-22 19:39 ` jcgruenhage
  2022-11-22 20:28 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2022-11-22 19:39 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40699#issuecomment-1324154962

Comment:
@cinerea0 do you use this? I don't really, I just update it because I'm currently listed as the maintainer. If you actually use it, you might be better suited to those maintainer duties though

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

* Re: [PR REVIEW] gitui: update to 0.22.1.
  2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
  2022-11-22 19:36 ` cinerea0
  2022-11-22 19:39 ` jcgruenhage
@ 2022-11-22 20:28 ` paper42
  2022-11-22 23:02 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-11-22 20:28 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40699#discussion_r1029791409

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/extrawurst/gitui/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] gitui: update to 0.22.1.
  2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-11-22 20:28 ` [PR REVIEW] " paper42
@ 2022-11-22 23:02 ` jcgruenhage
  2022-11-23  1:48 ` cinerea0
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2022-11-22 23:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages gitui-0.22.1_1
https://github.com/void-linux/void-packages/pull/40699

gitui: update to 0.22.1.
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitui-0.22.1_1-40699.patch --]
[-- Type: text/x-diff, Size: 1260 bytes --]

From c13a98e090d8f9a8872eb6782871670768977597 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Nov 2022 20:02:04 +0100
Subject: [PATCH] gitui: update to 0.22.1.

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

diff --git a/srcpkgs/gitui/template b/srcpkgs/gitui/template
index 61ac3cad31e6..85c14ea8a605 100644
--- a/srcpkgs/gitui/template
+++ b/srcpkgs/gitui/template
@@ -1,6 +1,6 @@
 # Template file for 'gitui'
 pkgname=gitui
-version=0.21.0
+version=0.22.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config python3"
@@ -9,9 +9,9 @@ short_desc="Blazing fast terminal-ui for git"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/extrawurst/gitui"
-changelog="https://github.com/extrawurst/gitui/blob/master/CHANGELOG.md"
+changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
 distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
-checksum=da99defad08bd455c12398438e846aa71c160acfbcc60d06b9c852c5d7ef1d99
+checksum=285e86c136ee7f410fdd52c5284ccf0d19011cc5f7709e5e10bb02f439a218ea
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: gitui: update to 0.22.1.
  2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-11-22 23:02 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-11-23  1:48 ` cinerea0
  2022-11-23  8:51 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cinerea0 @ 2022-11-23  1:48 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40699#issuecomment-1324448156

Comment:
@jcgruenhage Yes, I do use this. If you don't want to be the maintainer anymore, I'd be happy to take ownership.

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

* Re: [PR PATCH] [Updated] gitui: update to 0.22.1.
  2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-11-23  1:48 ` cinerea0
@ 2022-11-23  8:51 ` jcgruenhage
  2022-11-23  8:51 ` jcgruenhage
  2022-11-24  0:14 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2022-11-23  8:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages gitui-0.22.1_1
https://github.com/void-linux/void-packages/pull/40699

gitui: update to 0.22.1.
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitui-0.22.1_1-40699.patch --]
[-- Type: text/x-diff, Size: 1340 bytes --]

From fdba37bf3ba38438e0150c4d06f58ae570117fee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Nov 2022 20:02:04 +0100
Subject: [PATCH] gitui: update to 0.22.1.

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

diff --git a/srcpkgs/gitui/template b/srcpkgs/gitui/template
index 61ac3cad31e6..a97b179e2331 100644
--- a/srcpkgs/gitui/template
+++ b/srcpkgs/gitui/template
@@ -1,17 +1,17 @@
 # Template file for 'gitui'
 pkgname=gitui
-version=0.21.0
+version=0.22.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config python3"
 makedepends="libxcb-devel libgit2-devel"
 short_desc="Blazing fast terminal-ui for git"
-maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/extrawurst/gitui"
-changelog="https://github.com/extrawurst/gitui/blob/master/CHANGELOG.md"
+changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
 distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
-checksum=da99defad08bd455c12398438e846aa71c160acfbcc60d06b9c852c5d7ef1d99
+checksum=285e86c136ee7f410fdd52c5284ccf0d19011cc5f7709e5e10bb02f439a218ea
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: gitui: update to 0.22.1.
  2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-11-23  8:51 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-11-23  8:51 ` jcgruenhage
  2022-11-24  0:14 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2022-11-23  8:51 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40699#issuecomment-1324722333

Comment:
Pushed a new commit setting you as the maintainer ^^

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

* Re: [PR PATCH] [Merged]: gitui: update to 0.22.1.
  2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
                   ` (6 preceding siblings ...)
  2022-11-23  8:51 ` jcgruenhage
@ 2022-11-24  0:14 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-11-24  0:14 UTC (permalink / raw)
  To: ml

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

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

gitui: update to 0.22.1.
https://github.com/void-linux/void-packages/pull/40699

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-11-24  0:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 19:05 [PR PATCH] gitui: update to 0.22.1 jcgruenhage
2022-11-22 19:36 ` cinerea0
2022-11-22 19:39 ` jcgruenhage
2022-11-22 20:28 ` [PR REVIEW] " paper42
2022-11-22 23:02 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-23  1:48 ` cinerea0
2022-11-23  8:51 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-23  8:51 ` jcgruenhage
2022-11-24  0:14 ` [PR PATCH] [Merged]: " classabbyamp

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