Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fd: update to 10.0.0
@ 2024-05-06  6:27 tranzystorekk
  2024-05-06 17:33 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-05-06  6:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages fd
https://github.com/void-linux/void-packages/pull/50208

fd: update to 10.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From dc5c773f58232554575d278d6a634acd98e57102 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 6 May 2024 08:25:43 +0200
Subject: [PATCH] fd: update to 10.0.0

---
 srcpkgs/fd/patches/drop-rust-version-patch.patch | 13 +++++++++++++
 srcpkgs/fd/template                              |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/fd/patches/drop-rust-version-patch.patch

diff --git a/srcpkgs/fd/patches/drop-rust-version-patch.patch b/srcpkgs/fd/patches/drop-rust-version-patch.patch
new file mode 100644
index 00000000000000..7cd8267acd7d52
--- /dev/null
+++ b/srcpkgs/fd/patches/drop-rust-version-patch.patch
@@ -0,0 +1,13 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index c15ba52..206049c 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -18,7 +18,7 @@ readme = "README.md"
+ repository = "https://github.com/sharkdp/fd"
+ version = "10.0.0"
+ edition= "2021"
+-rust-version = "1.77.2"
++rust-version = "1.77"
+ 
+ [badges.appveyor]
+ repository = "sharkdp/fd"
diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template
index 4630938b1645b3..0a10a49e109ac6 100644
--- a/srcpkgs/fd/template
+++ b/srcpkgs/fd/template
@@ -1,7 +1,7 @@
 # Template file for 'fd'
 pkgname=fd
-version=9.0.0
-revision=2
+version=10.0.0
+revision=1
 build_style=cargo
 build_helper=qemu
 short_desc="Simple, fast and user-friendly alternative to find"
@@ -10,7 +10,7 @@ license="Apache-2.0, MIT"
 homepage="https://github.com/sharkdp/fd"
 changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md"
 distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz"
-checksum=306d7662994e06e23d25587246fa3fb1f528579e42a84f5128e75feec635a370
+checksum=a8e95bf363dc70896f5404bf7b0ab10f7d5e98a13485369e0dfd6579bf461a05
 
 if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
 	make_check_args="-- --skip test_type_executable"

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

* Re: [PR PATCH] [Merged]: fd: update to 10.0.0
  2024-05-06  6:27 [PR PATCH] fd: update to 10.0.0 tranzystorekk
@ 2024-05-06 17:33 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-05-06 17:33 UTC (permalink / raw)
  To: ml

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

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

fd: update to 10.0.0
https://github.com/void-linux/void-packages/pull/50208

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

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

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-05-06 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-06  6:27 [PR PATCH] fd: update to 10.0.0 tranzystorekk
2024-05-06 17:33 ` [PR PATCH] [Merged]: " cinerea0

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