* [PR PATCH] fselect: update to 0.8.8.
@ 2025-01-07 18:44 icp1994
2025-01-08 18:40 ` [PR REVIEW] " tranzystorekk
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2025-01-07 18:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages fselect
https://github.com/void-linux/void-packages/pull/53882
fselect: update to 0.8.8.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/53882.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fselect-53882.patch --]
[-- Type: text/x-diff, Size: 1360 bytes --]
From 38379f48b65630f1ac0e3977e7c4404ea70cf6e6 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 19 Dec 2024 22:07:11 +0530
Subject: [PATCH] fselect: update to 0.8.8.
---
srcpkgs/fselect/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/fselect/template b/srcpkgs/fselect/template
index 21801edf44931c..d6dca98b4d0d88 100644
--- a/srcpkgs/fselect/template
+++ b/srcpkgs/fselect/template
@@ -1,19 +1,19 @@
# Template file for 'fselect'
pkgname=fselect
-version=0.8.6
+version=0.8.8
revision=1
build_style=cargo
# disable automatic update checking
configure_args="--no-default-features --features users"
hostmakedepends="cmake pkg-config"
-makedepends="libzstd-devel"
+makedepends="libzstd-devel openssl-devel libgit2-1.8-devel"
short_desc="Find files with SQL-like queries"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="Apache-2.0, MIT"
-homepage="https://github.com/jhspetersson/fselect"
+homepage="https://fselect.rocks"
changelog="https://github.com/jhspetersson/fselect/releases"
distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
-checksum=4b7a6dc5f6f3da39c3242856a1c78734c7b14bd801dc4d7e32bc6f5a1809bc63
+checksum=0f586c3870a66d4a3ab7b92409dcf0f68a23bd8031ec0cc3f1622efebe190c9e
case "$XBPS_TARGET_MACHINE" in
ppc64le*) ;;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR REVIEW] fselect: update to 0.8.8.
2025-01-07 18:44 [PR PATCH] fselect: update to 0.8.8 icp1994
@ 2025-01-08 18:40 ` tranzystorekk
2025-01-09 18:57 ` [PR PATCH] [Updated] " icp1994
2025-01-09 20:24 ` [PR PATCH] [Merged]: " tranzystorekk
2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2025-01-08 18:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 201 bytes --]
New review comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/53882#discussion_r1907636204
Comment:
```suggestion
license="Apache-2.0 OR MIT"
```
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] fselect: update to 0.8.8.
2025-01-07 18:44 [PR PATCH] fselect: update to 0.8.8 icp1994
2025-01-08 18:40 ` [PR REVIEW] " tranzystorekk
@ 2025-01-09 18:57 ` icp1994
2025-01-09 20:24 ` [PR PATCH] [Merged]: " tranzystorekk
2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2025-01-09 18:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages fselect
https://github.com/void-linux/void-packages/pull/53882
fselect: update to 0.8.8.
#### 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**
A patch file from https://github.com/void-linux/void-packages/pull/53882.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fselect-53882.patch --]
[-- Type: text/x-diff, Size: 1392 bytes --]
From 097b3cfd52c892845a9b362969220c51e4eb6fa1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 19 Dec 2024 22:07:11 +0530
Subject: [PATCH] fselect: update to 0.8.8.
---
srcpkgs/fselect/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/fselect/template b/srcpkgs/fselect/template
index 21801edf44931c..f72bf6e7f12b42 100644
--- a/srcpkgs/fselect/template
+++ b/srcpkgs/fselect/template
@@ -1,19 +1,19 @@
# Template file for 'fselect'
pkgname=fselect
-version=0.8.6
+version=0.8.8
revision=1
build_style=cargo
# disable automatic update checking
configure_args="--no-default-features --features users"
hostmakedepends="cmake pkg-config"
-makedepends="libzstd-devel"
+makedepends="libzstd-devel openssl-devel libgit2-1.8-devel"
short_desc="Find files with SQL-like queries"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
-license="Apache-2.0, MIT"
-homepage="https://github.com/jhspetersson/fselect"
+license="Apache-2.0 OR MIT"
+homepage="https://fselect.rocks"
changelog="https://github.com/jhspetersson/fselect/releases"
distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
-checksum=4b7a6dc5f6f3da39c3242856a1c78734c7b14bd801dc4d7e32bc6f5a1809bc63
+checksum=0f586c3870a66d4a3ab7b92409dcf0f68a23bd8031ec0cc3f1622efebe190c9e
case "$XBPS_TARGET_MACHINE" in
ppc64le*) ;;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: fselect: update to 0.8.8.
2025-01-07 18:44 [PR PATCH] fselect: update to 0.8.8 icp1994
2025-01-08 18:40 ` [PR REVIEW] " tranzystorekk
2025-01-09 18:57 ` [PR PATCH] [Updated] " icp1994
@ 2025-01-09 20:24 ` tranzystorekk
2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2025-01-09 20:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
There's a merged pull request on the void-packages repository
fselect: update to 0.8.8.
https://github.com/void-linux/void-packages/pull/53882
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**
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-09 20:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-07 18:44 [PR PATCH] fselect: update to 0.8.8 icp1994
2025-01-08 18:40 ` [PR REVIEW] " tranzystorekk
2025-01-09 18:57 ` [PR PATCH] [Updated] " icp1994
2025-01-09 20:24 ` [PR PATCH] [Merged]: " tranzystorekk
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).