Github messages for voidlinux
 help / color / mirror / Atom feed
From: ypsvlq <ypsvlq@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] btrfs-progs: update to 5.17.
Date: Wed, 01 Jun 2022 19:41:43 +0200	[thread overview]
Message-ID: <20220601174143.vF1L0qv4dboUWo26DwYQ_P37I0_e_YR8eL9cZwMKVaE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36058@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2022-06-01 17:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` ypsvlq [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220601174143.vF1L0qv4dboUWo26DwYQ_P37I0_e_YR8eL9cZwMKVaE@z \
    --to=ypsvlq@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).