Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fish-shell: update to 3.6.4.
@ 2023-12-06 15:58 akierig
  2023-12-06 16:28 ` mhmdanas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: akierig @ 2023-12-06 15:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages fish-3.6.4
https://github.com/void-linux/void-packages/pull/47619

fish-shell: update to 3.6.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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

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

From f971ced5ad8f88356949545d19739c4626c81861 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Wed, 6 Dec 2023 09:57:47 -0600
Subject: [PATCH] fish-shell: update to 3.6.4.

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

diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template
index aa2ae47f34e53..f9b3d758edc10 100644
--- a/srcpkgs/fish-shell/template
+++ b/srcpkgs/fish-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'fish-shell'
 pkgname=fish-shell
-version=3.6.3
+version=3.6.4
 revision=1
 build_style=cmake
 hostmakedepends="gettext"
@@ -12,7 +12,7 @@ license="GPL-2.0-only"
 homepage="https://fishshell.com/"
 changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
 distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
-checksum=55520128c8ef515908a3821423b430db9258527a6c6acb61c7cb95626b5a48d5
+checksum=0f3f610e580de092fbe882c8aa76623ecf91bb16fdf0543241e6e90d5d4bc393
 register_shell="/bin/fish /usr/bin/fish"
 # tests don't work as root
 make_check=ci-skip

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

* Re: fish-shell: update to 3.6.4.
  2023-12-06 15:58 [PR PATCH] fish-shell: update to 3.6.4 akierig
@ 2023-12-06 16:28 ` mhmdanas
  2023-12-06 22:47 ` akierig
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-12-06 16:28 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47619#issuecomment-1843243342

Comment:
The release is just a test fix, is it worth the bump?

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

* Re: fish-shell: update to 3.6.4.
  2023-12-06 15:58 [PR PATCH] fish-shell: update to 3.6.4 akierig
  2023-12-06 16:28 ` mhmdanas
@ 2023-12-06 22:47 ` akierig
  2023-12-07  1:44 ` mhmdanas
  2023-12-22 23:31 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-12-06 22:47 UTC (permalink / raw)
  To: ml

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

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/47619#issuecomment-1843811849

Comment:
@mhmdanas is there a reason not to keep the versions in sync? Is there some big overhead i don't know about?

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

* Re: fish-shell: update to 3.6.4.
  2023-12-06 15:58 [PR PATCH] fish-shell: update to 3.6.4 akierig
  2023-12-06 16:28 ` mhmdanas
  2023-12-06 22:47 ` akierig
@ 2023-12-07  1:44 ` mhmdanas
  2023-12-22 23:31 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-12-07  1:44 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47619#issuecomment-1844011641

Comment:
Nothing in particular, a rebuild just seems unnecessary to me, especially seeing as the tests are already passing for 3.6.3 on Void (https://github.com/void-linux/void-packages/pull/47574).

This is just my two cents though, it's not the end of the world if fish-shell is rebuilt :D

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

* Re: [PR PATCH] [Merged]: fish-shell: update to 3.6.4.
  2023-12-06 15:58 [PR PATCH] fish-shell: update to 3.6.4 akierig
                   ` (2 preceding siblings ...)
  2023-12-07  1:44 ` mhmdanas
@ 2023-12-22 23:31 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-12-22 23:31 UTC (permalink / raw)
  To: ml

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

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

fish-shell: update to 3.6.4.
https://github.com/void-linux/void-packages/pull/47619

Description:
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl


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

end of thread, other threads:[~2023-12-22 23:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06 15:58 [PR PATCH] fish-shell: update to 3.6.4 akierig
2023-12-06 16:28 ` mhmdanas
2023-12-06 22:47 ` akierig
2023-12-07  1:44 ` mhmdanas
2023-12-22 23:31 ` [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).