Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] btrfs-progs: update to 5.15
@ 2021-11-09 19:18 uhohspaghetios
  2022-01-29 21:05 ` [PR PATCH] [Closed]: " uhohspaghetios
  0 siblings, 1 reply; 2+ messages in thread
From: uhohspaghetios @ 2021-11-09 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/33992

btrfs-progs: update to 5.15
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

libudev-devel now required to build.

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

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

From 2365ab38c3a5726870bf13ce9230eec7570cdaa6 Mon Sep 17 00:00:00 2001
From: uhohspaghetios <rich@servermonkeys.com>
Date: Tue, 9 Nov 2021 14:18:05 -0500
Subject: [PATCH] btrfs-progs: update to 5.15

---
 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 971267a50435..73711c083bbb 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,13 +1,13 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
+version=5.15
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=gnu-configure
 make_check_target=test
 configure_args="--disable-backtrace --disable-python"
 hostmakedepends="asciidoc pkg-config xmlto"
-makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
+makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libudev-devel libuuid-devel
  $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')
  zlib-devel"
 short_desc="Btrfs filesystem utilities"
@@ -16,7 +16,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/${pkgname}/${pkgname}-v${version}.tar.xz"
-checksum=d54a9346545ca46df128e3ccb77d60c097d90c93b7e314990236e28cfaf8c55b
+checksum=e185fadd473f65a9557a4c05d923141f87e39ac9628a129193902605885f04fe
 # 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] 2+ messages in thread

* Re: [PR PATCH] [Closed]: btrfs-progs: update to 5.15
  2021-11-09 19:18 [PR PATCH] btrfs-progs: update to 5.15 uhohspaghetios
@ 2022-01-29 21:05 ` uhohspaghetios
  0 siblings, 0 replies; 2+ messages in thread
From: uhohspaghetios @ 2022-01-29 21:05 UTC (permalink / raw)
  To: ml

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

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

btrfs-progs: update to 5.15
https://github.com/void-linux/void-packages/pull/33992

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

libudev-devel now required to build.

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

end of thread, other threads:[~2022-01-29 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 19:18 [PR PATCH] btrfs-progs: update to 5.15 uhohspaghetios
2022-01-29 21:05 ` [PR PATCH] [Closed]: " uhohspaghetios

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