Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfsdump: update to 3.1.9.
@ 2020-01-31 19:18 voidlinux-github
  2020-01-31 20:03 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-31 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages xfsdump
https://github.com/void-linux/void-packages/pull/18696

xfsdump: update to 3.1.9.


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

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

From 8eddc23c7534a15a18975c422457866106e1cf33 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 31 Jan 2020 20:17:06 +0100
Subject: [PATCH] xfsdump: update to 3.1.9.

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

diff --git a/srcpkgs/xfsdump/template b/srcpkgs/xfsdump/template
index 3396e6f8896..211783f23c6 100644
--- a/srcpkgs/xfsdump/template
+++ b/srcpkgs/xfsdump/template
@@ -1,10 +1,10 @@
 # Template file for 'xfsdump'
 pkgname=xfsdump
-version=3.1.8
-revision=2
+version=3.1.9
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin"
-makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel"
+makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel gettext"
 short_desc="XFS filesystem incremental dump/restore utility"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"
@@ -17,7 +17,6 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 post_extract() {
-	sed -i 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/g' common/fs.c
 	case "$XBPS_TARGET_MACHINE" in
 	*-musl)
 		sed -i -e 's/SIGCLD/SIGCHLD/g' \

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

* Re: [PR PATCH] [Updated] xfsdump: update to 3.1.9.
  2020-01-31 19:18 [PR PATCH] xfsdump: update to 3.1.9 voidlinux-github
@ 2020-01-31 20:03 ` voidlinux-github
  2020-01-31 21:12 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-31 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages xfsdump
https://github.com/void-linux/void-packages/pull/18696

xfsdump: update to 3.1.9.


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

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

From 213f8cd2091ca4bace1ac4c0741b53455d3a5b93 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 31 Jan 2020 21:03:19 +0100
Subject: [PATCH] xfsdump: update to 3.1.9.

---
 srcpkgs/xfsdump/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xfsdump/template b/srcpkgs/xfsdump/template
index 3396e6f8896..3fd481a45f6 100644
--- a/srcpkgs/xfsdump/template
+++ b/srcpkgs/xfsdump/template
@@ -1,23 +1,22 @@
 # Template file for 'xfsdump'
 pkgname=xfsdump
-version=3.1.8
-revision=2
+version=3.1.9
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin"
-makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel"
+makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel gettext"
 short_desc="XFS filesystem incremental dump/restore utility"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"
 homepage="https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsdump/xfsdump-${version}.tar.xz"
-checksum=ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585
+checksum=55aeede6232ddce6c9e79e2af88d6f808534df1552eb2bfaf7fb85b92add6dd1
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="fails to build";;
 esac
 
 post_extract() {
-	sed -i 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/g' common/fs.c
 	case "$XBPS_TARGET_MACHINE" in
 	*-musl)
 		sed -i -e 's/SIGCLD/SIGCHLD/g' \

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

* Re: [PR PATCH] [Updated] xfsdump: update to 3.1.9.
  2020-01-31 19:18 [PR PATCH] xfsdump: update to 3.1.9 voidlinux-github
  2020-01-31 20:03 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-31 21:12 ` voidlinux-github
  2020-02-01  0:04 ` voidlinux-github
  2020-02-01  7:19 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-31 21:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages xfsdump
https://github.com/void-linux/void-packages/pull/18696

xfsdump: update to 3.1.9.


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

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

From 1496e93e9155fa49ad41612992b92895f612dc29 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 31 Jan 2020 22:12:13 +0100
Subject: [PATCH] xfsdump: update to 3.1.9.

---
 srcpkgs/xfsdump/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xfsdump/template b/srcpkgs/xfsdump/template
index 3396e6f8896..07f518ec3a2 100644
--- a/srcpkgs/xfsdump/template
+++ b/srcpkgs/xfsdump/template
@@ -1,23 +1,23 @@
 # Template file for 'xfsdump'
 pkgname=xfsdump
-version=3.1.8
-revision=2
+version=3.1.9
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin"
+hostmakedepends="gettext"
 makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel"
 short_desc="XFS filesystem incremental dump/restore utility"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"
 homepage="https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsdump/xfsdump-${version}.tar.xz"
-checksum=ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585
+checksum=55aeede6232ddce6c9e79e2af88d6f808534df1552eb2bfaf7fb85b92add6dd1
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="fails to build";;
 esac
 
 post_extract() {
-	sed -i 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/g' common/fs.c
 	case "$XBPS_TARGET_MACHINE" in
 	*-musl)
 		sed -i -e 's/SIGCLD/SIGCHLD/g' \

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

* Re: [PR PATCH] [Updated] xfsdump: update to 3.1.9.
  2020-01-31 19:18 [PR PATCH] xfsdump: update to 3.1.9 voidlinux-github
  2020-01-31 20:03 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-31 21:12 ` voidlinux-github
@ 2020-02-01  0:04 ` voidlinux-github
  2020-02-01  7:19 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-02-01  0:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages xfsdump
https://github.com/void-linux/void-packages/pull/18696

xfsdump: update to 3.1.9.


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

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

From 64e4eb10e8ee37f60e312d5eb613d88675f30065 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Fri, 31 Jan 2020 22:12:13 +0100
Subject: [PATCH] xfsdump: update to 3.1.9.

---
 srcpkgs/xfsdump/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xfsdump/template b/srcpkgs/xfsdump/template
index 3396e6f8896..07f518ec3a2 100644
--- a/srcpkgs/xfsdump/template
+++ b/srcpkgs/xfsdump/template
@@ -1,23 +1,23 @@
 # Template file for 'xfsdump'
 pkgname=xfsdump
-version=3.1.8
-revision=2
+version=3.1.9
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin"
+hostmakedepends="gettext"
 makedepends="libuuid-devel ncurses-devel xfsprogs-devel attr-devel"
 short_desc="XFS filesystem incremental dump/restore utility"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"
 homepage="https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsdump/xfsdump-${version}.tar.xz"
-checksum=ed14e67ae5b273c2698e767b43a46f033d361e540fe13feaaf9b110ee0edc585
+checksum=55aeede6232ddce6c9e79e2af88d6f808534df1552eb2bfaf7fb85b92add6dd1
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="fails to build";;
 esac
 
 post_extract() {
-	sed -i 's/xfs_fsop_geom_v1_t/struct xfs_fsop_geom_v1/g' common/fs.c
 	case "$XBPS_TARGET_MACHINE" in
 	*-musl)
 		sed -i -e 's/SIGCLD/SIGCHLD/g' \

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

* Re: [PR PATCH] [Merged]: xfsdump: update to 3.1.9.
  2020-01-31 19:18 [PR PATCH] xfsdump: update to 3.1.9 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-02-01  0:04 ` voidlinux-github
@ 2020-02-01  7:19 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-02-01  7:19 UTC (permalink / raw)
  To: ml

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

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

xfsdump: update to 3.1.9.
https://github.com/void-linux/void-packages/pull/18696

Description:


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

end of thread, other threads:[~2020-02-01  7:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 19:18 [PR PATCH] xfsdump: update to 3.1.9 voidlinux-github
2020-01-31 20:03 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-31 21:12 ` voidlinux-github
2020-02-01  0:04 ` voidlinux-github
2020-02-01  7:19 ` [PR PATCH] [Merged]: " voidlinux-github

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