Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fatsort: update to 1.6.4.625.
@ 2021-09-21 16:43 tibequadorian
  2021-09-21 16:58 ` tibequadorian
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tibequadorian @ 2021-09-21 16:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages fatsort
https://github.com/void-linux/void-packages/pull/33045

fatsort: update to 1.6.4.625.
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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
-->


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

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

From dc7a896f9079075dbb5f6fa75086a5c8b182c9fc Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 21 Sep 2021 18:39:00 +0200
Subject: [PATCH] fatsort: update to 1.6.4.625.

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

diff --git a/srcpkgs/fatsort/template b/srcpkgs/fatsort/template
index 5cba67f8dfe4..80db8e063e9b 100644
--- a/srcpkgs/fatsort/template
+++ b/srcpkgs/fatsort/template
@@ -1,6 +1,6 @@
 # Template file for 'fatsort'
 pkgname=fatsort
-version=1.6.3.622
+version=1.6.4.625
 revision=1
 build_style=gnu-makefile
 make_check_target=tests
@@ -11,7 +11,7 @@ maintainer="tibequadorian <tibequadorian@posteo.de>"
 license="GPL-2.0-or-later"
 homepage="https://fatsort.sourceforge.io/"
 distfiles="${SOURCEFORGE_SITE}/project/fatsort/fatsort-${version}.tar.xz"
-checksum=481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc
+checksum=9a6f89a0640bb782d82ff23a780c9f0aec3dfbe4682c0a8eda157e0810642ead
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	broken="most tests are failed"

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

* Re: fatsort: update to 1.6.4.625.
  2021-09-21 16:43 [PR PATCH] fatsort: update to 1.6.4.625 tibequadorian
@ 2021-09-21 16:58 ` tibequadorian
  2021-09-21 16:58 ` tibequadorian
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2021-09-21 16:58 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/33045#issuecomment-924176206

Comment:
tests fail because ISO-8859-1 locale is not enabled

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

* Re: fatsort: update to 1.6.4.625.
  2021-09-21 16:43 [PR PATCH] fatsort: update to 1.6.4.625 tibequadorian
  2021-09-21 16:58 ` tibequadorian
@ 2021-09-21 16:58 ` tibequadorian
  2021-09-21 17:49 ` Johnnynator
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2021-09-21 16:58 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/33045#issuecomment-924176206

Comment:
test fails because ISO-8859-1 locale is not enabled

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

* Re: fatsort: update to 1.6.4.625.
  2021-09-21 16:43 [PR PATCH] fatsort: update to 1.6.4.625 tibequadorian
  2021-09-21 16:58 ` tibequadorian
  2021-09-21 16:58 ` tibequadorian
@ 2021-09-21 17:49 ` Johnnynator
  2021-09-21 18:09 ` [PR PATCH] [Updated] " tibequadorian
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2021-09-21 17:49 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/33045#issuecomment-924218660

Comment:
You can disable the mentioned check in `pre_check` (the `ts_amd64` is always used in our setup)
```bash
pre_check() {  
	vsed -e '/tc_pos_char_enc_iso8859-1/d' \   
		-i tests/ts_amd64
}
```

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

* Re: [PR PATCH] [Updated] fatsort: update to 1.6.4.625.
  2021-09-21 16:43 [PR PATCH] fatsort: update to 1.6.4.625 tibequadorian
                   ` (2 preceding siblings ...)
  2021-09-21 17:49 ` Johnnynator
@ 2021-09-21 18:09 ` tibequadorian
  2021-09-21 18:10 ` tibequadorian
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2021-09-21 18:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages fatsort
https://github.com/void-linux/void-packages/pull/33045

fatsort: update to 1.6.4.625.
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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
-->


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

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

From 1bbbcf53f1ca1c266783dff3cfa665b433264d3e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 21 Sep 2021 18:39:00 +0200
Subject: [PATCH] fatsort: update to 1.6.4.625.

---
 srcpkgs/fatsort/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fatsort/template b/srcpkgs/fatsort/template
index 5cba67f8dfe4..0bc5803d3969 100644
--- a/srcpkgs/fatsort/template
+++ b/srcpkgs/fatsort/template
@@ -1,6 +1,6 @@
 # Template file for 'fatsort'
 pkgname=fatsort
-version=1.6.3.622
+version=1.6.4.625
 revision=1
 build_style=gnu-makefile
 make_check_target=tests
@@ -11,8 +11,13 @@ maintainer="tibequadorian <tibequadorian@posteo.de>"
 license="GPL-2.0-or-later"
 homepage="https://fatsort.sourceforge.io/"
 distfiles="${SOURCEFORGE_SITE}/project/fatsort/fatsort-${version}.tar.xz"
-checksum=481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc
+checksum=9a6f89a0640bb782d82ff23a780c9f0aec3dfbe4682c0a8eda157e0810642ead
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	broken="most tests are failed"
 fi
+
+pre_check() {
+	vsed -e '/tc_pos_char_enc_iso8859-1/d' \
+		-i tests/ts_amd64
+}

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

* Re: fatsort: update to 1.6.4.625.
  2021-09-21 16:43 [PR PATCH] fatsort: update to 1.6.4.625 tibequadorian
                   ` (3 preceding siblings ...)
  2021-09-21 18:09 ` [PR PATCH] [Updated] " tibequadorian
@ 2021-09-21 18:10 ` tibequadorian
  2021-09-21 18:11 ` tibequadorian
  2021-09-21 18:13 ` [PR PATCH] [Merged]: " Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2021-09-21 18:10 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/33045#issuecomment-924235607

Comment:
> You can disable the mentioned check in `pre_check` (the `ts_amd64` is always used in our setup)
> 
> ```shell
> pre_check() {  
> 	vsed -e '/tc_pos_char_enc_iso8859-1/d' \   
> 		-i tests/ts_amd64
> }
> ```

thank you

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

* Re: fatsort: update to 1.6.4.625.
  2021-09-21 16:43 [PR PATCH] fatsort: update to 1.6.4.625 tibequadorian
                   ` (4 preceding siblings ...)
  2021-09-21 18:10 ` tibequadorian
@ 2021-09-21 18:11 ` tibequadorian
  2021-09-21 18:13 ` [PR PATCH] [Merged]: " Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2021-09-21 18:11 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/33045#issuecomment-924235607

Comment:
@Johnnynator thank you

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

* Re: [PR PATCH] [Merged]: fatsort: update to 1.6.4.625.
  2021-09-21 16:43 [PR PATCH] fatsort: update to 1.6.4.625 tibequadorian
                   ` (5 preceding siblings ...)
  2021-09-21 18:11 ` tibequadorian
@ 2021-09-21 18:13 ` Johnnynator
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2021-09-21 18:13 UTC (permalink / raw)
  To: ml

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

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

fatsort: update to 1.6.4.625.
https://github.com/void-linux/void-packages/pull/33045

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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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
-->


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

end of thread, other threads:[~2021-09-21 18:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 16:43 [PR PATCH] fatsort: update to 1.6.4.625 tibequadorian
2021-09-21 16:58 ` tibequadorian
2021-09-21 16:58 ` tibequadorian
2021-09-21 17:49 ` Johnnynator
2021-09-21 18:09 ` [PR PATCH] [Updated] " tibequadorian
2021-09-21 18:10 ` tibequadorian
2021-09-21 18:11 ` tibequadorian
2021-09-21 18:13 ` [PR PATCH] [Merged]: " Johnnynator

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