Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hexchat: update to 2.16.2.
@ 2024-02-13 22:14 caughtquick
  2024-02-13 22:18 ` classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: caughtquick @ 2024-02-13 22:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages hexchat
https://github.com/void-linux/void-packages/pull/48709

hexchat: update to 2.16.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-glibc)



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

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

From e35e4953021cb5515026bf06a200f4b758100ecc Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Tue, 13 Feb 2024 14:13:40 -0800
Subject: [PATCH] hexchat: update to 2.16.2.

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

diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template
index b894acbd74a97..dc07b4ffa949d 100644
--- a/srcpkgs/hexchat/template
+++ b/srcpkgs/hexchat/template
@@ -1,6 +1,6 @@
 # Template file for 'hexchat'
 pkgname=hexchat
-version=2.16.1
+version=2.16.2
 revision=7
 build_style=meson
 configure_args="-Ddbus=enabled -Dtls=enabled
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://hexchat.github.io/"
 changelog="https://hexchat.readthedocs.org/en/latest/changelog.html"
 distfiles="https://github.com/hexchat/hexchat/archive/v${version}.tar.gz"
-checksum=f15bc487312a96a902e042e8f197a8494a29bcf4a00bbfd276a5e8154263bfe5
+checksum=486d73cdb6a89fa91cfbe242107901d06e777bea25956a7786c4a831a2caa0e3
 build_options="LuaJIT"
 lib32disabled=yes
 

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

* Re: hexchat: update to 2.16.2.
  2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
@ 2024-02-13 22:18 ` classabbyamp
  2024-02-13 23:11 ` caughtquick
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-02-13 22:18 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48709#issuecomment-1942733385

Comment:
@0x5c 

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

* Re: hexchat: update to 2.16.2.
  2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
  2024-02-13 22:18 ` classabbyamp
@ 2024-02-13 23:11 ` caughtquick
  2024-02-13 23:15 ` [PR PATCH] [Updated] " caughtquick
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: caughtquick @ 2024-02-13 23:11 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/48709#issuecomment-1942803502

Comment:
For context, this is the last update Hexchat should receive

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

* Re: [PR PATCH] [Updated] hexchat: update to 2.16.2.
  2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
  2024-02-13 22:18 ` classabbyamp
  2024-02-13 23:11 ` caughtquick
@ 2024-02-13 23:15 ` caughtquick
  2024-02-14  7:22 ` 0x5c
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: caughtquick @ 2024-02-13 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages hexchat
https://github.com/void-linux/void-packages/pull/48709

hexchat: update to 2.16.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-glibc)



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

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

From 42bad03f8ffc5455ac39c23ebdbc01118c0d8ab9 Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Tue, 13 Feb 2024 14:13:40 -0800
Subject: [PATCH] hexchat: update to 2.16.2.

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

diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template
index b894acbd74a974..fa3b8837a071ef 100644
--- a/srcpkgs/hexchat/template
+++ b/srcpkgs/hexchat/template
@@ -1,7 +1,7 @@
 # Template file for 'hexchat'
 pkgname=hexchat
-version=2.16.1
-revision=7
+version=2.16.2
+revision=1
 build_style=meson
 configure_args="-Ddbus=enabled -Dtls=enabled
  -Dwith-perl=/usr/bin/perl -Dwith-python=python3
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://hexchat.github.io/"
 changelog="https://hexchat.readthedocs.org/en/latest/changelog.html"
 distfiles="https://github.com/hexchat/hexchat/archive/v${version}.tar.gz"
-checksum=f15bc487312a96a902e042e8f197a8494a29bcf4a00bbfd276a5e8154263bfe5
+checksum=486d73cdb6a89fa91cfbe242107901d06e777bea25956a7786c4a831a2caa0e3
 build_options="LuaJIT"
 lib32disabled=yes
 

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

* Re: hexchat: update to 2.16.2.
  2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
                   ` (2 preceding siblings ...)
  2024-02-13 23:15 ` [PR PATCH] [Updated] " caughtquick
@ 2024-02-14  7:22 ` 0x5c
  2024-02-14  7:24 ` caughtquick
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: 0x5c @ 2024-02-14  7:22 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/48709#issuecomment-1943208340

Comment:
While package update PRs from new contributors are generally appreciated, please don't do that for recently released versions of packages with active maintainers. Especially if the update is less than ~1month and you answer "briefly" to the question about testing.

Instead, target packages that are orphaned, and/or have had an update available for months; other than core packages like glibc/musl/gcc/llvm/rust/etc, those updates tend to be easy and very appreciated. Sometimes those packages don't get the attention they should have.
If you build a history of contribution to void, you could even [adopt](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#adopting-a-template) one of them and [submit new packages](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#creating-a-new-template).

As for this update specifically, there's no rush; it's not like there'd be a new update two days after merging this one. I can take the time to properly test the update and gather patches to fix bugs that we normally would rely on being fixed upstream.

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

* Re: hexchat: update to 2.16.2.
  2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
                   ` (3 preceding siblings ...)
  2024-02-14  7:22 ` 0x5c
@ 2024-02-14  7:24 ` caughtquick
  2024-02-14  7:24 ` caughtquick
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: caughtquick @ 2024-02-14  7:24 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/48709#issuecomment-1943209752

Comment:
Sounds good @0x5c, won't do that in the future 

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

* Re: hexchat: update to 2.16.2.
  2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
                   ` (4 preceding siblings ...)
  2024-02-14  7:24 ` caughtquick
@ 2024-02-14  7:24 ` caughtquick
  2024-02-14  7:25 ` 0x5c
  2024-02-14  7:27 ` [PR PATCH] [Closed]: " caughtquick
  7 siblings, 0 replies; 9+ messages in thread
From: caughtquick @ 2024-02-14  7:24 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/48709#issuecomment-1943209752

Comment:
Sounds good @0x5c, won't do that in the future; should I close this PR?

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

* Re: hexchat: update to 2.16.2.
  2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
                   ` (5 preceding siblings ...)
  2024-02-14  7:24 ` caughtquick
@ 2024-02-14  7:25 ` 0x5c
  2024-02-14  7:27 ` [PR PATCH] [Closed]: " caughtquick
  7 siblings, 0 replies; 9+ messages in thread
From: 0x5c @ 2024-02-14  7:25 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/48709#issuecomment-1943211259

Comment:
> should I close this PR?

Yes, it'll prevent it being merged accidentally

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

* Re: [PR PATCH] [Closed]: hexchat: update to 2.16.2.
  2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
                   ` (6 preceding siblings ...)
  2024-02-14  7:25 ` 0x5c
@ 2024-02-14  7:27 ` caughtquick
  7 siblings, 0 replies; 9+ messages in thread
From: caughtquick @ 2024-02-14  7:27 UTC (permalink / raw)
  To: ml

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

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

hexchat: update to 2.16.2.
https://github.com/void-linux/void-packages/pull/48709

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-glibc)



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

end of thread, other threads:[~2024-02-14  7:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 22:14 [PR PATCH] hexchat: update to 2.16.2 caughtquick
2024-02-13 22:18 ` classabbyamp
2024-02-13 23:11 ` caughtquick
2024-02-13 23:15 ` [PR PATCH] [Updated] " caughtquick
2024-02-14  7:22 ` 0x5c
2024-02-14  7:24 ` caughtquick
2024-02-14  7:24 ` caughtquick
2024-02-14  7:25 ` 0x5c
2024-02-14  7:27 ` [PR PATCH] [Closed]: " caughtquick

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