* [PR PATCH] xq: update to 1.2.5, add INSTALL.msg
@ 2024-10-07 11:04 realcharmer
2024-10-07 11:54 ` abenson
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: realcharmer @ 2024-10-07 11:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 464 bytes --]
There is a new pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages xq
https://github.com/void-linux/void-packages/pull/52542
xq: update to 1.2.5, add INSTALL.msg
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52542.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xq-52542.patch --]
[-- Type: text/x-diff, Size: 1611 bytes --]
From 8f4254bb991cdc558dd32b7d462123d059eab3a4 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 26 Jul 2024 07:37:02 +0200
Subject: [PATCH 1/2] xq: Add warning about a custom binary name
---
srcpkgs/xq/INSTALL.msg | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 srcpkgs/xq/INSTALL.msg
diff --git a/srcpkgs/xq/INSTALL.msg b/srcpkgs/xq/INSTALL.msg
new file mode 100644
index 00000000000000..f1346eae4daf9e
--- /dev/null
+++ b/srcpkgs/xq/INSTALL.msg
@@ -0,0 +1,2 @@
+Due to conflicting binary names, the `xq` binary is renamed to `xq-go`
+by default.
From 7d7366f12eb93df34a4a5ec8493950b962760c97 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 7 Oct 2024 12:59:07 +0200
Subject: [PATCH 2/2] xq: update to 1.2.5
---
srcpkgs/xq/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/xq/template b/srcpkgs/xq/template
index d8a0bf349be1c6..bd2edf9c29fb72 100644
--- a/srcpkgs/xq/template
+++ b/srcpkgs/xq/template
@@ -1,7 +1,7 @@
# Template file for 'xq'
pkgname=xq
-version=1.2.4
-revision=2
+version=1.2.5
+revision=1
build_style=go
go_import_path=github.com/sibprogrammer/xq
make_check_args="-covermode=atomic"
@@ -10,7 +10,7 @@ maintainer="Emil Miler <em@0x45.cz>"
license="MIT"
homepage="https://github.com/sibprogrammer/xq"
distfiles="https://github.com/sibprogrammer/xq/archive/refs/tags/v${version}.tar.gz"
-checksum=5044de231d2426c236618e52d3d2e59cd45b008e55d5dfa8df97c3269c64354d
+checksum=9432a992d2f0ab82a7350da6317e27f835713c340177518dd08581bd0e918365
post_install() {
mv "$DESTDIR/usr/bin/"{xq,xq-go}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: xq: update to 1.2.5, add INSTALL.msg
2024-10-07 11:04 [PR PATCH] xq: update to 1.2.5, add INSTALL.msg realcharmer
@ 2024-10-07 11:54 ` abenson
2024-10-07 12:03 ` realcharmer
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2024-10-07 11:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/52542#issuecomment-2396718498
Comment:
Please don't open/close PRs; it makes it harder for us to track progress and history. If you need to make changes, just amend the commit and force push to your branch.
Please [squash](https://www.git-tower.com/learn/git/faq/git-squash) the two commits together.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: xq: update to 1.2.5, add INSTALL.msg
2024-10-07 11:04 [PR PATCH] xq: update to 1.2.5, add INSTALL.msg realcharmer
2024-10-07 11:54 ` abenson
@ 2024-10-07 12:03 ` realcharmer
2024-10-07 12:04 ` [PR PATCH] [Updated] " realcharmer
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: realcharmer @ 2024-10-07 12:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/52542#issuecomment-2396738632
Comment:
Sorry, I recreated the PR because I wasn't sure how to restart the CI jobs, since they were blocked by the first comment.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] xq: update to 1.2.5, add INSTALL.msg
2024-10-07 11:04 [PR PATCH] xq: update to 1.2.5, add INSTALL.msg realcharmer
2024-10-07 11:54 ` abenson
2024-10-07 12:03 ` realcharmer
@ 2024-10-07 12:04 ` realcharmer
2024-10-07 12:05 ` realcharmer
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: realcharmer @ 2024-10-07 12:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 469 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages xq
https://github.com/void-linux/void-packages/pull/52542
xq: update to 1.2.5, add INSTALL.msg
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52542.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xq-52542.patch --]
[-- Type: text/x-diff, Size: 1368 bytes --]
From 564e77856f16b6576cc9dd8debe36ac6f63e09af Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 7 Oct 2024 12:59:07 +0200
Subject: [PATCH] xq: update to 1.2.5
---
srcpkgs/xq/INSTALL.msg | 2 ++
srcpkgs/xq/template | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
create mode 100644 srcpkgs/xq/INSTALL.msg
diff --git a/srcpkgs/xq/INSTALL.msg b/srcpkgs/xq/INSTALL.msg
new file mode 100644
index 00000000000000..f1346eae4daf9e
--- /dev/null
+++ b/srcpkgs/xq/INSTALL.msg
@@ -0,0 +1,2 @@
+Due to conflicting binary names, the `xq` binary is renamed to `xq-go`
+by default.
diff --git a/srcpkgs/xq/template b/srcpkgs/xq/template
index d8a0bf349be1c6..bd2edf9c29fb72 100644
--- a/srcpkgs/xq/template
+++ b/srcpkgs/xq/template
@@ -1,7 +1,7 @@
# Template file for 'xq'
pkgname=xq
-version=1.2.4
-revision=2
+version=1.2.5
+revision=1
build_style=go
go_import_path=github.com/sibprogrammer/xq
make_check_args="-covermode=atomic"
@@ -10,7 +10,7 @@ maintainer="Emil Miler <em@0x45.cz>"
license="MIT"
homepage="https://github.com/sibprogrammer/xq"
distfiles="https://github.com/sibprogrammer/xq/archive/refs/tags/v${version}.tar.gz"
-checksum=5044de231d2426c236618e52d3d2e59cd45b008e55d5dfa8df97c3269c64354d
+checksum=9432a992d2f0ab82a7350da6317e27f835713c340177518dd08581bd0e918365
post_install() {
mv "$DESTDIR/usr/bin/"{xq,xq-go}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: xq: update to 1.2.5, add INSTALL.msg
2024-10-07 11:04 [PR PATCH] xq: update to 1.2.5, add INSTALL.msg realcharmer
` (2 preceding siblings ...)
2024-10-07 12:04 ` [PR PATCH] [Updated] " realcharmer
@ 2024-10-07 12:05 ` realcharmer
2024-10-07 12:06 ` [PR PATCH] [Updated] " realcharmer
2024-10-28 21:28 ` [PR PATCH] [Merged]: " leahneukirchen
5 siblings, 0 replies; 7+ messages in thread
From: realcharmer @ 2024-10-07 12:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/52542#issuecomment-2396742545
Comment:
Commits squashed.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] xq: update to 1.2.5, add INSTALL.msg
2024-10-07 11:04 [PR PATCH] xq: update to 1.2.5, add INSTALL.msg realcharmer
` (3 preceding siblings ...)
2024-10-07 12:05 ` realcharmer
@ 2024-10-07 12:06 ` realcharmer
2024-10-28 21:28 ` [PR PATCH] [Merged]: " leahneukirchen
5 siblings, 0 replies; 7+ messages in thread
From: realcharmer @ 2024-10-07 12:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 469 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages xq
https://github.com/void-linux/void-packages/pull/52542
xq: update to 1.2.5, add INSTALL.msg
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52542.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xq-52542.patch --]
[-- Type: text/x-diff, Size: 1385 bytes --]
From aa7d6a6a1ba719c21118d874004886cbf3527aee Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Mon, 7 Oct 2024 12:59:07 +0200
Subject: [PATCH] xq: update to 1.2.5, add INSTALL.msg
---
srcpkgs/xq/INSTALL.msg | 2 ++
srcpkgs/xq/template | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
create mode 100644 srcpkgs/xq/INSTALL.msg
diff --git a/srcpkgs/xq/INSTALL.msg b/srcpkgs/xq/INSTALL.msg
new file mode 100644
index 00000000000000..f1346eae4daf9e
--- /dev/null
+++ b/srcpkgs/xq/INSTALL.msg
@@ -0,0 +1,2 @@
+Due to conflicting binary names, the `xq` binary is renamed to `xq-go`
+by default.
diff --git a/srcpkgs/xq/template b/srcpkgs/xq/template
index d8a0bf349be1c6..bd2edf9c29fb72 100644
--- a/srcpkgs/xq/template
+++ b/srcpkgs/xq/template
@@ -1,7 +1,7 @@
# Template file for 'xq'
pkgname=xq
-version=1.2.4
-revision=2
+version=1.2.5
+revision=1
build_style=go
go_import_path=github.com/sibprogrammer/xq
make_check_args="-covermode=atomic"
@@ -10,7 +10,7 @@ maintainer="Emil Miler <em@0x45.cz>"
license="MIT"
homepage="https://github.com/sibprogrammer/xq"
distfiles="https://github.com/sibprogrammer/xq/archive/refs/tags/v${version}.tar.gz"
-checksum=5044de231d2426c236618e52d3d2e59cd45b008e55d5dfa8df97c3269c64354d
+checksum=9432a992d2f0ab82a7350da6317e27f835713c340177518dd08581bd0e918365
post_install() {
mv "$DESTDIR/usr/bin/"{xq,xq-go}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: xq: update to 1.2.5, add INSTALL.msg
2024-10-07 11:04 [PR PATCH] xq: update to 1.2.5, add INSTALL.msg realcharmer
` (4 preceding siblings ...)
2024-10-07 12:06 ` [PR PATCH] [Updated] " realcharmer
@ 2024-10-28 21:28 ` leahneukirchen
5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2024-10-28 21:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 310 bytes --]
There's a merged pull request on the void-packages repository
xq: update to 1.2.5, add INSTALL.msg
https://github.com/void-linux/void-packages/pull/52542
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-28 21:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-07 11:04 [PR PATCH] xq: update to 1.2.5, add INSTALL.msg realcharmer
2024-10-07 11:54 ` abenson
2024-10-07 12:03 ` realcharmer
2024-10-07 12:04 ` [PR PATCH] [Updated] " realcharmer
2024-10-07 12:05 ` realcharmer
2024-10-07 12:06 ` [PR PATCH] [Updated] " realcharmer
2024-10-28 21:28 ` [PR PATCH] [Merged]: " leahneukirchen
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).