Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] btrfs-progs: update to 5.16.2.
@ 2022-03-09  9:48 ypsvlq
  2022-03-13  0:28 ` 0x5c
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: ypsvlq @ 2022-03-09  9:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ypsvlq/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/36058

btrfs-progs: update to 5.16.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36058.patch is attached

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

From 998ceb246a082bfb1e331563bb107e1554b61512 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Wed, 9 Mar 2022 09:45:32 +0000
Subject: [PATCH] btrfs-progs: update to 5.16.2.

---
 srcpkgs/btrfs-progs/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 971267a50435..d2fd6e78d8b6 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,6 +1,6 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
+version=5.16.2
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=gnu-configure
@@ -9,14 +9,14 @@ configure_args="--disable-backtrace --disable-python"
 hostmakedepends="asciidoc pkg-config xmlto"
 makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
  $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')
- zlib-devel"
+ zlib-devel eudev-libudev-devel"
 short_desc="Btrfs filesystem utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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=9e9b303a1d0fd9ceaaf204ee74c1c8fa1fd55794e223d9fe2bc62875ecbd53d2
 # Most of the tests depend on `mount` and `fallocate` commands, which are not
 # presented in chroot-util-linux
 make_check=no
@@ -67,5 +67,6 @@ libbtrfsutil-devel_package() {
 		vmove usr/include/btrfsutil.h
 		vmove usr/lib/libbtrfsutil.a
 		vmove usr/lib/libbtrfsutil.so
+		vmove usr/lib/pkgconfig/libbtrfsutil.pc
 	}
 }

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

* Re: btrfs-progs: update to 5.16.2.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
@ 2022-03-13  0:28 ` 0x5c
  2022-04-07 22:43 ` [PR PATCH] [Updated] " ypsvlq
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: 0x5c @ 2022-03-13  0:28 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/36058#issuecomment-1065991793

Comment:
Obsoletes https://github.com/void-linux/void-packages/pull/34794

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

* Re: [PR PATCH] [Updated] btrfs-progs: update to 5.16.2.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
  2022-03-13  0:28 ` 0x5c
@ 2022-04-07 22:43 ` ypsvlq
  2022-04-30 17:56 ` ypsvlq
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ypsvlq @ 2022-04-07 22:43 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ypsvlq against master on the void-packages repository

https://github.com/ypsvlq/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/36058

btrfs-progs: update to 5.16.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36058.patch is attached

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

From ca78b2b2a3920a3e15aabd2857b62bc6b9443696 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Wed, 9 Mar 2022 09:45:32 +0000
Subject: [PATCH] btrfs-progs: update to 5.16.2.

---
 srcpkgs/btrfs-progs/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 971267a50435..d2fd6e78d8b6 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,6 +1,6 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
+version=5.16.2
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=gnu-configure
@@ -9,14 +9,14 @@ configure_args="--disable-backtrace --disable-python"
 hostmakedepends="asciidoc pkg-config xmlto"
 makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
  $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')
- zlib-devel"
+ zlib-devel eudev-libudev-devel"
 short_desc="Btrfs filesystem utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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=9e9b303a1d0fd9ceaaf204ee74c1c8fa1fd55794e223d9fe2bc62875ecbd53d2
 # Most of the tests depend on `mount` and `fallocate` commands, which are not
 # presented in chroot-util-linux
 make_check=no
@@ -67,5 +67,6 @@ libbtrfsutil-devel_package() {
 		vmove usr/include/btrfsutil.h
 		vmove usr/lib/libbtrfsutil.a
 		vmove usr/lib/libbtrfsutil.so
+		vmove usr/lib/pkgconfig/libbtrfsutil.pc
 	}
 }

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

* Re: [PR PATCH] [Updated] btrfs-progs: update to 5.16.2.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
  2022-03-13  0:28 ` 0x5c
  2022-04-07 22:43 ` [PR PATCH] [Updated] " ypsvlq
@ 2022-04-30 17:56 ` ypsvlq
  2022-05-01  1:25 ` [PR PATCH] [Updated] btrfs-progs: update to 5.17 ypsvlq
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ypsvlq @ 2022-04-30 17:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ypsvlq against master on the void-packages repository

https://github.com/ypsvlq/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/36058

btrfs-progs: update to 5.16.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36058.patch is attached

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

From 3b055653fecfaee7ee57ba7ab5baaf0d3f7f7a6c Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sat, 30 Apr 2022 18:56:11 +0100
Subject: [PATCH] btrfs-progs: update to 5.17.

---
 srcpkgs/btrfs-progs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 5be94b6daaff..1bcd7842140e 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,7 +1,7 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
-revision=2
+version=5.17
+revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=gnu-configure
 make_check_target=test

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

* Re: [PR PATCH] [Updated] btrfs-progs: update to 5.17.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
                   ` (2 preceding siblings ...)
  2022-04-30 17:56 ` ypsvlq
@ 2022-05-01  1:25 ` ypsvlq
  2022-06-01 15:42 ` ologantr
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ypsvlq @ 2022-05-01  1:25 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ypsvlq against master on the void-packages repository

https://github.com/ypsvlq/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/36058

btrfs-progs: update to 5.17.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36058.patch is attached

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

From f366cbeeac83447142e57e8dabc22f0d8c2004c0 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Sun, 1 May 2022 02:25:45 +0100
Subject: [PATCH] btrfs-progs: update to 5.17.

---
 srcpkgs/btrfs-progs/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 5be94b6daaff..538c5ae64a7e 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,22 +1,22 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
-revision=2
+version=5.17
+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"
+hostmakedepends="pkg-config python3-Sphinx"
 makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
  $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')
- zlib-devel"
+ eudev-libudev-devel zlib-devel"
 short_desc="Btrfs filesystem utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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=63b778fe4c2bad18e371dce58ed35488e08f583921367454fdd88507a3d0d89e
 # 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] 11+ messages in thread

* Re: btrfs-progs: update to 5.17.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
                   ` (3 preceding siblings ...)
  2022-05-01  1:25 ` [PR PATCH] [Updated] btrfs-progs: update to 5.17 ypsvlq
@ 2022-06-01 15:42 ` ologantr
  2022-06-01 17:41 ` [PR PATCH] [Updated] " ypsvlq
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ologantr @ 2022-06-01 15:42 UTC (permalink / raw)
  To: ml

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

New comment by ologantr on void-packages repository

https://github.com/void-linux/void-packages/pull/36058#issuecomment-1143773645

Comment:
Tested for a while without problems on x86_64-glibc 
with Linux 5.16.x and now 5.18.1.
Also, just wanted to let you know that btrfs-progs 5.18 is out now :)

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

* Re: [PR PATCH] [Updated] btrfs-progs: update to 5.17.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
                   ` (4 preceding siblings ...)
  2022-06-01 15:42 ` ologantr
@ 2022-06-01 17:41 ` ypsvlq
  2022-06-01 21:38 ` [PR PATCH] [Updated] btrfs-progs: update to 5.18 ypsvlq
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ypsvlq @ 2022-06-01 17:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ypsvlq against master on the void-packages repository

https://github.com/ypsvlq/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/36058

btrfs-progs: update to 5.17.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36058.patch is attached

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

From 62923579a57afed71848d39d1f4ca1ac48f8332d Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Wed, 1 Jun 2022 18:40:54 +0100
Subject: [PATCH] btrfs-progs: update to 5.18.

---
 srcpkgs/btrfs-progs/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 5be94b6daaff..f2495ce4af19 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,22 +1,22 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
-revision=2
+version=5.18
+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"
+hostmakedepends="pkgconf python3-Sphinx"
 makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
- $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')
- zlib-devel"
+ eudev-libudev-devel zlib-devel
+ $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')"
 short_desc="Btrfs filesystem utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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=1de6107622b0be2f6d77261f97a2bdd40291dbb682aac7dce08632d171f7a134
 # 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] 11+ messages in thread

* Re: [PR PATCH] [Updated] btrfs-progs: update to 5.18.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
                   ` (5 preceding siblings ...)
  2022-06-01 17:41 ` [PR PATCH] [Updated] " ypsvlq
@ 2022-06-01 21:38 ` ypsvlq
  2022-06-10  9:06 ` ypsvlq
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ypsvlq @ 2022-06-01 21:38 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ypsvlq against master on the void-packages repository

https://github.com/ypsvlq/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/36058

btrfs-progs: update to 5.18.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36058.patch is attached

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

From 8595750b4151cea638ba1a3dd9f6701e2cd909bc Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Wed, 1 Jun 2022 18:40:54 +0100
Subject: [PATCH] btrfs-progs: update to 5.18.

---
 srcpkgs/btrfs-progs/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 5be94b6daaff..f2495ce4af19 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,22 +1,22 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
-revision=2
+version=5.18
+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"
+hostmakedepends="pkgconf python3-Sphinx"
 makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
- $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')
- zlib-devel"
+ eudev-libudev-devel zlib-devel
+ $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')"
 short_desc="Btrfs filesystem utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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=1de6107622b0be2f6d77261f97a2bdd40291dbb682aac7dce08632d171f7a134
 # 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] 11+ messages in thread

* Re: [PR PATCH] [Updated] btrfs-progs: update to 5.18.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
                   ` (6 preceding siblings ...)
  2022-06-01 21:38 ` [PR PATCH] [Updated] btrfs-progs: update to 5.18 ypsvlq
@ 2022-06-10  9:06 ` ypsvlq
  2022-06-10  9:06 ` ypsvlq
  2022-06-10 13:13 ` [PR PATCH] [Merged]: btrfs-progs: update to 5.18.1 leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: ypsvlq @ 2022-06-10  9:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ypsvlq against master on the void-packages repository

https://github.com/ypsvlq/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/36058

btrfs-progs: update to 5.18.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36058.patch is attached

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

From 6ec4143792bfd64bbf58b40d03cf0749ed9d75a3 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Fri, 10 Jun 2022 10:05:54 +0100
Subject: [PATCH] btrfs-progs: update to 5.18.1.

---
 srcpkgs/btrfs-progs/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 5be94b6daaff..f6c53d8587e1 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,22 +1,22 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
-revision=2
+version=5.18.1
+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"
+hostmakedepends="pkgconf python3-Sphinx"
 makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
- $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')
- zlib-devel"
+ eudev-libudev-devel zlib-devel
+ $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')"
 short_desc="Btrfs filesystem utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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=6e98a75ccff52e9354daa1ad284c614c490f844273a2fa524cbac9eb841c7255
 # 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] 11+ messages in thread

* Re: [PR PATCH] [Updated] btrfs-progs: update to 5.18.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
                   ` (7 preceding siblings ...)
  2022-06-10  9:06 ` ypsvlq
@ 2022-06-10  9:06 ` ypsvlq
  2022-06-10 13:13 ` [PR PATCH] [Merged]: btrfs-progs: update to 5.18.1 leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: ypsvlq @ 2022-06-10  9:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ypsvlq against master on the void-packages repository

https://github.com/ypsvlq/void-packages btrfs-progs
https://github.com/void-linux/void-packages/pull/36058

btrfs-progs: update to 5.18.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36058.patch is attached

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

From 4e24a643b133f31f97da9c15ac90891603f69fe2 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Fri, 10 Jun 2022 10:05:54 +0100
Subject: [PATCH] btrfs-progs: update to 5.18.1.

---
 srcpkgs/btrfs-progs/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 5be94b6daaff..f6c53d8587e1 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -1,22 +1,22 @@
 # Template file for 'btrfs-progs'
 pkgname=btrfs-progs
-version=5.14.1
-revision=2
+version=5.18.1
+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"
+hostmakedepends="pkgconf python3-Sphinx"
 makedepends="acl-devel libzstd-devel lzo-devel libblkid-devel libuuid-devel
- $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')
- zlib-devel"
+ eudev-libudev-devel zlib-devel
+ $(vopt_if e2fs 'e2fsprogs-devel') $(vopt_if reiserfs 'reiserfsprogs')"
 short_desc="Btrfs filesystem utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 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=6e98a75ccff52e9354daa1ad284c614c490f844273a2fa524cbac9eb841c7255
 # 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] 11+ messages in thread

* Re: [PR PATCH] [Merged]: btrfs-progs: update to 5.18.1.
  2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
                   ` (8 preceding siblings ...)
  2022-06-10  9:06 ` ypsvlq
@ 2022-06-10 13:13 ` leahneukirchen
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2022-06-10 13:13 UTC (permalink / raw)
  To: ml

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

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

btrfs-progs: update to 5.18.1.
https://github.com/void-linux/void-packages/pull/36058

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 11+ messages in thread

end of thread, other threads:[~2022-06-10 13:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09  9:48 [PR PATCH] btrfs-progs: update to 5.16.2 ypsvlq
2022-03-13  0:28 ` 0x5c
2022-04-07 22:43 ` [PR PATCH] [Updated] " ypsvlq
2022-04-30 17:56 ` ypsvlq
2022-05-01  1:25 ` [PR PATCH] [Updated] btrfs-progs: update to 5.17 ypsvlq
2022-06-01 15:42 ` ologantr
2022-06-01 17:41 ` [PR PATCH] [Updated] " ypsvlq
2022-06-01 21:38 ` [PR PATCH] [Updated] btrfs-progs: update to 5.18 ypsvlq
2022-06-10  9:06 ` ypsvlq
2022-06-10  9:06 ` ypsvlq
2022-06-10 13:13 ` [PR PATCH] [Merged]: btrfs-progs: update to 5.18.1 leahneukirchen

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