Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fselect: update to 0.8.2.
@ 2023-03-04 19:48 icp1994
  2023-03-04 20:01 ` [PR PATCH] [Updated] " icp1994
  2023-03-05  6:11 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-03-04 19:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 476 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/42586

fselect: update to 0.8.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/42586.patch is attached

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

From 4e112969a2d295c1342bc33e3aa136ebc1099d0a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 4 Mar 2023 18:31:23 +0530
Subject: [PATCH] fselect: update to 0.8.2.

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

diff --git a/srcpkgs/fselect/template b/srcpkgs/fselect/template
index bd5cff98d6f8..0a4242c4c8f3 100644
--- a/srcpkgs/fselect/template
+++ b/srcpkgs/fselect/template
@@ -1,14 +1,15 @@
 # Template file for 'fselect'
 pkgname=fselect
-version=0.8.1
+version=0.8.2
 revision=1
 build_style=cargo
 short_desc="Find files with SQL-like queries"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/jhspetersson/fselect"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=1456dd9172903cd997e7ade6ba45b5937cfce023682a2ceb140201b608fbc628
+changelog="https://github.com/jhspetersson/fselect/releases"
+distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
+checksum=db55c067630074724fbd3fbf85ebf3de1cf5b47166f80866b58c72f2ef2ffd48
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64le*) ;;
@@ -17,4 +18,6 @@ esac
 
 post_install() {
 	vlicense LICENSE-MIT
+	vman docs/fselect.1
+	vdoc docs/usage.md
 }

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

* Re: [PR PATCH] [Updated] fselect: update to 0.8.2.
  2023-03-04 19:48 [PR PATCH] fselect: update to 0.8.2 icp1994
@ 2023-03-04 20:01 ` icp1994
  2023-03-05  6:11 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-03-04 20:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 481 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/42586

fselect: update to 0.8.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/42586.patch is attached

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

From 4ae65568614b077397cf40b406bb2358a422e650 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 4 Mar 2023 18:31:23 +0530
Subject: [PATCH] fselect: update to 0.8.2.

---
 srcpkgs/fselect/template | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fselect/template b/srcpkgs/fselect/template
index bd5cff98d6f8..fcd12bb13436 100644
--- a/srcpkgs/fselect/template
+++ b/srcpkgs/fselect/template
@@ -1,20 +1,28 @@
 # Template file for 'fselect'
 pkgname=fselect
-version=0.8.1
+version=0.8.2
 revision=1
 build_style=cargo
 short_desc="Find files with SQL-like queries"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/jhspetersson/fselect"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=1456dd9172903cd997e7ade6ba45b5937cfce023682a2ceb140201b608fbc628
+changelog="https://github.com/jhspetersson/fselect/releases"
+distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
+checksum=db55c067630074724fbd3fbf85ebf3de1cf5b47166f80866b58c72f2ef2ffd48
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64le*) ;;
 	ppc64*) broken="some rustix junk";;
 esac
 
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi
+
 post_install() {
 	vlicense LICENSE-MIT
+	vman docs/fselect.1
+	vdoc docs/usage.md
 }

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

* Re: [PR PATCH] [Merged]: fselect: update to 0.8.2.
  2023-03-04 19:48 [PR PATCH] fselect: update to 0.8.2 icp1994
  2023-03-04 20:01 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-05  6:11 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-03-05  6:11 UTC (permalink / raw)
  To: ml

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

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

fselect: update to 0.8.2.
https://github.com/void-linux/void-packages/pull/42586

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-03-05  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-04 19:48 [PR PATCH] fselect: update to 0.8.2 icp1994
2023-03-04 20:01 ` [PR PATCH] [Updated] " icp1994
2023-03-05  6:11 ` [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).