* [PR PATCH] btrfs-progs: update to 6.9.2.
@ 2024-07-25 2:10 Suyun114
2024-07-25 2:11 ` classabbyamp
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Suyun114 @ 2024-07-25 2:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]
There is a new pull request by Suyun114 against master on the void-packages repository
https://github.com/Suyun114/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/51435
btrfs-progs: update to 6.9.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-musl
A patch file from https://github.com/void-linux/void-packages/pull/51435.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-btrfs-progs-51435.patch --]
[-- Type: text/x-diff, Size: 1555 bytes --]
From 93ff063d0efec8b208d63d9cdcc2f939195509b0 Mon Sep 17 00:00:00 2001
From: Suyun114 <suyun@aosc.io>
Date: Thu, 25 Jul 2024 18:06:20 +0800
Subject: [PATCH] btrfs-progs: update to 6.9.2.
---
srcpkgs/btrfs-progs/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 680b932a4a1973..c6d0de88083013 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,11 +1,11 @@
# Template file for 'btrfs-progs'
pkgname=btrfs-progs
-version=6.5.1
+version=6.9.2
revision=1
build_style=gnu-configure
make_check_target=test
configure_args="--disable-backtrace --disable-python"
-hostmakedepends="pkgconf python3-Sphinx"
+hostmakedepends="pkgconf python3-Sphinx python3-sphinx_rtd_theme"
makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
eudev-libudev-devel zlib-devel
$(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')"
@@ -15,7 +15,7 @@ license="GPL-2.0-only, LGPL-2.1-or-later"
homepage="https://btrfs.wiki.kernel.org/index.php/Main_Page"
changelog="https://raw.githubusercontent.com/kdave/btrfs-progs/master/CHANGES"
distfiles="${KERNEL_SITE}/kernel/people/kdave/btrfs-progs/btrfs-progs-v${version}.tar.xz"
-checksum=dacbb28136e82586af802205263a428c3d1941778bc3fdc9b1b386ea12eb904e
+checksum=43865bb272dc0ab2585de3605434d81ba217578f0897bf700cd36c14ac40652a
# Most of the tests depend on `mount` and `fallocate` commands, which are not
# presented in chroot-util-linux
make_check=no
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: btrfs-progs: update to 6.9.2.
2024-07-25 2:10 [PR PATCH] btrfs-progs: update to 6.9.2 Suyun114
@ 2024-07-25 2:11 ` classabbyamp
2024-07-25 16:07 ` dataCobra
2024-07-25 18:35 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-07-25 2:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 250 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/51435#issuecomment-2249226717
Comment:
next time, use `git commit --amend` and `git push --force` to edit the commit and push the new version
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: btrfs-progs: update to 6.9.2.
2024-07-25 2:10 [PR PATCH] btrfs-progs: update to 6.9.2 Suyun114
2024-07-25 2:11 ` classabbyamp
@ 2024-07-25 16:07 ` dataCobra
2024-07-25 18:35 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2024-07-25 16:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/51435#issuecomment-2250826118
Comment:
Worked for my on a `x86_64-glibc`. :+1:
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: btrfs-progs: update to 6.9.2.
2024-07-25 2:10 [PR PATCH] btrfs-progs: update to 6.9.2 Suyun114
2024-07-25 2:11 ` classabbyamp
2024-07-25 16:07 ` dataCobra
@ 2024-07-25 18:35 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-07-25 18:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 955 bytes --]
There's a merged pull request on the void-packages repository
btrfs-progs: update to 6.9.2.
https://github.com/void-linux/void-packages/pull/51435
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-musl
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-25 18:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25 2:10 [PR PATCH] btrfs-progs: update to 6.9.2 Suyun114
2024-07-25 2:11 ` classabbyamp
2024-07-25 16:07 ` dataCobra
2024-07-25 18:35 ` [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).