Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfsprogs: update to 6.2.0.
@ 2023-04-05 18:47 mhmdanas
  2023-04-11 20:30 ` [PR PATCH] [Updated] " mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-05 18:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages xfsprogs-6.2.0
https://github.com/void-linux/void-packages/pull/43289

xfsprogs: update to 6.2.0.
<!-- 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, (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/43289.patch is attached

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

From a33a680dde1049cb286cfb62253f385b578d91c8 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 5 Apr 2023 19:46:13 +0100
Subject: [PATCH] xfsprogs: update to 6.2.0.

---
 srcpkgs/xfsprogs/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index 1fd93d1911db..2e55f5e0b458 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,17 +1,19 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.19.0
+version=6.2.0
 revision=1
 build_style=gnu-configure
-configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
-hostmakedepends="gettext libuuid-devel"
-makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel"
+configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib
+ --enable-lto"
+hostmakedepends="gettext"
+makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel
+ libuuid-devel"
 short_desc="Utilities for managing the XFS filesystem"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://xfs.org/index.php/Main_Page"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
-checksum=4b6c6c98c036a37f6d90c82cb7fe9405d3b5856d9345662032d01ff4b140592c
+checksum=d67dcba5a28e0904b60886b6e5f752bc7c9c3a5c7096153855b5adca9db86c51
 
 do_install() {
 	make install install-dev DIST_ROOT=${DESTDIR} \

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

* Re: [PR PATCH] [Updated] xfsprogs: update to 6.2.0.
  2023-04-05 18:47 [PR PATCH] xfsprogs: update to 6.2.0 mhmdanas
@ 2023-04-11 20:30 ` mhmdanas
  2023-05-21 15:04 ` mhmdanas
  2023-05-26 13:14 ` [PR PATCH] [Merged]: xfsprogs: update to 6.3.0 leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-11 20:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages xfsprogs-6.2.0
https://github.com/void-linux/void-packages/pull/43289

xfsprogs: update to 6.2.0.
<!-- 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, (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/43289.patch is attached

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

From 1ed709bb34b017445efafc8928ac4c163a647302 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 5 Apr 2023 19:46:13 +0100
Subject: [PATCH] xfsprogs: update to 6.2.0.

---
 srcpkgs/xfsprogs/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index 1fd93d1911db..2e55f5e0b458 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,17 +1,19 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.19.0
+version=6.2.0
 revision=1
 build_style=gnu-configure
-configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
-hostmakedepends="gettext libuuid-devel"
-makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel"
+configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib
+ --enable-lto"
+hostmakedepends="gettext"
+makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel
+ libuuid-devel"
 short_desc="Utilities for managing the XFS filesystem"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://xfs.org/index.php/Main_Page"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
-checksum=4b6c6c98c036a37f6d90c82cb7fe9405d3b5856d9345662032d01ff4b140592c
+checksum=d67dcba5a28e0904b60886b6e5f752bc7c9c3a5c7096153855b5adca9db86c51
 
 do_install() {
 	make install install-dev DIST_ROOT=${DESTDIR} \

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

* Re: [PR PATCH] [Updated] xfsprogs: update to 6.2.0.
  2023-04-05 18:47 [PR PATCH] xfsprogs: update to 6.2.0 mhmdanas
  2023-04-11 20:30 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-05-21 15:04 ` mhmdanas
  2023-05-26 13:14 ` [PR PATCH] [Merged]: xfsprogs: update to 6.3.0 leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-05-21 15:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages xfsprogs-6.2.0
https://github.com/void-linux/void-packages/pull/43289

xfsprogs: update to 6.2.0.
<!-- 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, (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/43289.patch is attached

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

From eb36edce50ee6fe2f9f3ec52c3c29e39fcbb5e93 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Wed, 5 Apr 2023 19:46:13 +0100
Subject: [PATCH] xfsprogs: update to 6.2.0.

---
 srcpkgs/xfsprogs/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/xfsprogs/template b/srcpkgs/xfsprogs/template
index 1108d9f6666d..2e55f5e0b458 100644
--- a/srcpkgs/xfsprogs/template
+++ b/srcpkgs/xfsprogs/template
@@ -1,17 +1,19 @@
 # Template file for 'xfsprogs'
 pkgname=xfsprogs
-version=5.19.0
-revision=2
+version=6.2.0
+revision=1
 build_style=gnu-configure
-configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib"
-hostmakedepends="gettext libuuid-devel"
-makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel"
+configure_args="--enable-editline=yes --enable-lib64=no --libdir=/usr/lib
+ --enable-lto"
+hostmakedepends="gettext"
+makedepends="libblkid-devel libedit-devel inih-devel liburcu-devel
+ libuuid-devel"
 short_desc="Utilities for managing the XFS filesystem"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://xfs.org/index.php/Main_Page"
 distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
-checksum=4b6c6c98c036a37f6d90c82cb7fe9405d3b5856d9345662032d01ff4b140592c
+checksum=d67dcba5a28e0904b60886b6e5f752bc7c9c3a5c7096153855b5adca9db86c51
 
 do_install() {
 	make install install-dev DIST_ROOT=${DESTDIR} \

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

* Re: [PR PATCH] [Merged]: xfsprogs: update to 6.3.0.
  2023-04-05 18:47 [PR PATCH] xfsprogs: update to 6.2.0 mhmdanas
  2023-04-11 20:30 ` [PR PATCH] [Updated] " mhmdanas
  2023-05-21 15:04 ` mhmdanas
@ 2023-05-26 13:14 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-05-26 13:14 UTC (permalink / raw)
  To: ml

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

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

xfsprogs: update to 6.3.0.
https://github.com/void-linux/void-packages/pull/43289

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-05-26 13:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05 18:47 [PR PATCH] xfsprogs: update to 6.2.0 mhmdanas
2023-04-11 20:30 ` [PR PATCH] [Updated] " mhmdanas
2023-05-21 15:04 ` mhmdanas
2023-05-26 13:14 ` [PR PATCH] [Merged]: xfsprogs: update to 6.3.0 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).