Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fuse-mp3fs: update to 1.1.1.
@ 2021-03-28 16:29 zdykstra
  2021-03-28 16:47 ` zdykstra
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: zdykstra @ 2021-03-28 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages fuse-mp3fs-1.1.1
https://github.com/void-linux/void-packages/pull/29814

fuse-mp3fs: update to 1.1.1.
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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/29814.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fuse-mp3fs-1.1.1-29814.patch --]
[-- Type: text/x-diff, Size: 1035 bytes --]

From 79cfa5c934ee042eb09fbca05c006ce6972d86c6 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sun, 28 Mar 2021 11:28:16 -0500
Subject: [PATCH] fuse-mp3fs: update to 1.1.1.

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

diff --git a/srcpkgs/fuse-mp3fs/template b/srcpkgs/fuse-mp3fs/template
index 09d11682cd84..2fa28da06aaa 100644
--- a/srcpkgs/fuse-mp3fs/template
+++ b/srcpkgs/fuse-mp3fs/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse-mp3fs'
 pkgname=fuse-mp3fs
-version=1.0
+version=1.1.1
 revision=1
 wrksrc="mp3fs-${version}"
 build_style=gnu-configure
@@ -11,4 +11,4 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://khenriks.github.io/mp3fs/"
 distfiles="https://github.com/khenriks/mp3fs/releases/download/v${version}/mp3fs-${version}.tar.gz"
-checksum=cbb52062d712e8dfd3491d0b105e2e05715d493a0fd14b53a23919694a348069
+checksum=942b588fb623ea58ce8cac8844e6ff2829ad4bc9b4c163bba58e3fa9ebc15608

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

* Re: fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
@ 2021-03-28 16:47 ` zdykstra
  2021-03-28 19:14 ` Piraty
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2021-03-28 16:47 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/29814#issuecomment-808922994

Comment:
The mp3fs checks wants mount/unmount capabilities to actually _use_ the FUSE module. Is there a way to allow those permissions in the build environment, or should I stub out / no-op `do_check` ?

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

* Re: fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
  2021-03-28 16:47 ` zdykstra
@ 2021-03-28 19:14 ` Piraty
  2021-03-28 19:15 ` Piraty
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2021-03-28 19:14 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/29814#issuecomment-808944747

Comment:
either patch relevant tests out or nop `do_test` 

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

* Re: fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
  2021-03-28 16:47 ` zdykstra
  2021-03-28 19:14 ` Piraty
@ 2021-03-28 19:15 ` Piraty
  2021-03-28 19:18 ` [PR PATCH] [Updated] " zdykstra
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2021-03-28 19:15 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/29814#issuecomment-808944747

Comment:
either patch out relevant tests or nop `do_test` 

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

* Re: [PR PATCH] [Updated] fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
                   ` (2 preceding siblings ...)
  2021-03-28 19:15 ` Piraty
@ 2021-03-28 19:18 ` zdykstra
  2021-03-28 19:56 ` ericonr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2021-03-28 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages fuse-mp3fs-1.1.1
https://github.com/void-linux/void-packages/pull/29814

fuse-mp3fs: update to 1.1.1.
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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/29814.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fuse-mp3fs-1.1.1-29814.patch --]
[-- Type: text/x-diff, Size: 1114 bytes --]

From cadc74795fc1e72dcba9aacb7e6e6b99eea50f72 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sun, 28 Mar 2021 11:28:16 -0500
Subject: [PATCH] fuse-mp3fs: update to 1.1.1.

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

diff --git a/srcpkgs/fuse-mp3fs/template b/srcpkgs/fuse-mp3fs/template
index 09d11682cd84..8d0db5696651 100644
--- a/srcpkgs/fuse-mp3fs/template
+++ b/srcpkgs/fuse-mp3fs/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse-mp3fs'
 pkgname=fuse-mp3fs
-version=1.0
+version=1.1.1
 revision=1
 wrksrc="mp3fs-${version}"
 build_style=gnu-configure
@@ -11,4 +11,9 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://khenriks.github.io/mp3fs/"
 distfiles="https://github.com/khenriks/mp3fs/releases/download/v${version}/mp3fs-${version}.tar.gz"
-checksum=cbb52062d712e8dfd3491d0b105e2e05715d493a0fd14b53a23919694a348069
+checksum=942b588fb623ea58ce8cac8844e6ff2829ad4bc9b4c163bba58e3fa9ebc15608
+
+do_check() {
+	# The checks all need mount/unmount capabilities
+	:
+}

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

* Re: fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
                   ` (3 preceding siblings ...)
  2021-03-28 19:18 ` [PR PATCH] [Updated] " zdykstra
@ 2021-03-28 19:56 ` ericonr
  2021-03-28 20:02 ` [PR PATCH] [Updated] " zdykstra
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-03-28 19:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29814#issuecomment-808950444

Comment:
`make_check=no` with a comment as to why is preferred ;)

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

* Re: [PR PATCH] [Updated] fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
                   ` (4 preceding siblings ...)
  2021-03-28 19:56 ` ericonr
@ 2021-03-28 20:02 ` zdykstra
  2021-03-28 20:03 ` zdykstra
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2021-03-28 20:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages fuse-mp3fs-1.1.1
https://github.com/void-linux/void-packages/pull/29814

fuse-mp3fs: update to 1.1.1.
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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/29814.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fuse-mp3fs-1.1.1-29814.patch --]
[-- Type: text/x-diff, Size: 1051 bytes --]

From cda5b15d8a9fc255e69d75cb867a27d34b9f0269 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sun, 28 Mar 2021 11:28:16 -0500
Subject: [PATCH] fuse-mp3fs: update to 1.1.1.

---
 srcpkgs/fuse-mp3fs/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fuse-mp3fs/template b/srcpkgs/fuse-mp3fs/template
index 09d11682cd84..44b0757c0dbc 100644
--- a/srcpkgs/fuse-mp3fs/template
+++ b/srcpkgs/fuse-mp3fs/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse-mp3fs'
 pkgname=fuse-mp3fs
-version=1.0
+version=1.1.1
 revision=1
 wrksrc="mp3fs-${version}"
 build_style=gnu-configure
@@ -11,4 +11,5 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://khenriks.github.io/mp3fs/"
 distfiles="https://github.com/khenriks/mp3fs/releases/download/v${version}/mp3fs-${version}.tar.gz"
-checksum=cbb52062d712e8dfd3491d0b105e2e05715d493a0fd14b53a23919694a348069
+checksum=942b588fb623ea58ce8cac8844e6ff2829ad4bc9b4c163bba58e3fa9ebc15608
+make_check=no

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

* Re: [PR PATCH] [Updated] fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
                   ` (5 preceding siblings ...)
  2021-03-28 20:02 ` [PR PATCH] [Updated] " zdykstra
@ 2021-03-28 20:03 ` zdykstra
  2021-03-28 20:03 ` zdykstra
  2021-03-29 12:26 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2021-03-28 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages fuse-mp3fs-1.1.1
https://github.com/void-linux/void-packages/pull/29814

fuse-mp3fs: update to 1.1.1.
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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/29814.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fuse-mp3fs-1.1.1-29814.patch --]
[-- Type: text/x-diff, Size: 1100 bytes --]

From 3b7a3db7ddf0e5159780703d3d39fdff6889e60d Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sun, 28 Mar 2021 11:28:16 -0500
Subject: [PATCH] fuse-mp3fs: update to 1.1.1.

---
 srcpkgs/fuse-mp3fs/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fuse-mp3fs/template b/srcpkgs/fuse-mp3fs/template
index 09d11682cd84..86b1bbfdc2fb 100644
--- a/srcpkgs/fuse-mp3fs/template
+++ b/srcpkgs/fuse-mp3fs/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse-mp3fs'
 pkgname=fuse-mp3fs
-version=1.0
+version=1.1.1
 revision=1
 wrksrc="mp3fs-${version}"
 build_style=gnu-configure
@@ -11,4 +11,5 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://khenriks.github.io/mp3fs/"
 distfiles="https://github.com/khenriks/mp3fs/releases/download/v${version}/mp3fs-${version}.tar.gz"
-checksum=cbb52062d712e8dfd3491d0b105e2e05715d493a0fd14b53a23919694a348069
+checksum=942b588fb623ea58ce8cac8844e6ff2829ad4bc9b4c163bba58e3fa9ebc15608
+make_check=no # checks require fuse + mount/unmount privileges

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

* Re: fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
                   ` (6 preceding siblings ...)
  2021-03-28 20:03 ` zdykstra
@ 2021-03-28 20:03 ` zdykstra
  2021-03-29 12:26 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: zdykstra @ 2021-03-28 20:03 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/29814#issuecomment-808951484

Comment:
> `make_check=no` with a comment as to why is preferred ;)

Done!


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

* Re: [PR PATCH] [Merged]: fuse-mp3fs: update to 1.1.1.
  2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
                   ` (7 preceding siblings ...)
  2021-03-28 20:03 ` zdykstra
@ 2021-03-29 12:26 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-03-29 12:26 UTC (permalink / raw)
  To: ml

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

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

fuse-mp3fs: update to 1.1.1.
https://github.com/void-linux/void-packages/pull/29814

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

end of thread, other threads:[~2021-03-29 12:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-28 16:29 [PR PATCH] fuse-mp3fs: update to 1.1.1 zdykstra
2021-03-28 16:47 ` zdykstra
2021-03-28 19:14 ` Piraty
2021-03-28 19:15 ` Piraty
2021-03-28 19:18 ` [PR PATCH] [Updated] " zdykstra
2021-03-28 19:56 ` ericonr
2021-03-28 20:02 ` [PR PATCH] [Updated] " zdykstra
2021-03-28 20:03 ` zdykstra
2021-03-28 20:03 ` zdykstra
2021-03-29 12:26 ` [PR PATCH] [Merged]: " ericonr

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