Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rclone: update to 1.57.0
@ 2021-11-03 23:46 4ricci
  2021-11-04  0:59 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: 4ricci @ 2021-11-03 23:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages rclone
https://github.com/void-linux/void-packages/pull/33884

rclone: update to 1.57.0
- Add mount helper

<!-- 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/33884.patch is attached

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

From f5444ad84b1b91f220a1297fbf93c893a0d8c4a3 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 3 Nov 2021 10:00:26 +0100
Subject: [PATCH] rclone: update to 1.57.0

- Add mount helper
---
 srcpkgs/rclone/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template
index 4f0d695053ae..a16eb3bd5e5b 100644
--- a/srcpkgs/rclone/template
+++ b/srcpkgs/rclone/template
@@ -1,6 +1,6 @@
 # Template file for 'rclone'
 pkgname=rclone
-version=1.56.2
+version=1.57.0
 revision=1
 wrksrc="rclone-v${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://rclone.org/"
 changelog="https://rclone.org/changelog/"
 distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
-checksum=a8813d25c4640e52495fee83e525e76283c63f01d1cce8fbb58d8486b0c20c8a
+checksum=3a762c02c202a9142c2d5c1a3927563a556d1683abadd25d2f695e237e4ea693
 
 pre_build() {
 	if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
@@ -32,6 +32,7 @@ do_check() {
 }
 
 post_install() {
+	ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
 	vlicense COPYING
 	vman rclone.1
 }

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

* Re: rclone: update to 1.57.0
  2021-11-03 23:46 [PR PATCH] rclone: update to 1.57.0 4ricci
@ 2021-11-04  0:59 ` ericonr
  2021-11-04  1:26 ` 4ricci
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-11-04  0:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33884#issuecomment-960349150

Comment:
Tests are failing on i686, I'm trying again/

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

* Re: rclone: update to 1.57.0
  2021-11-03 23:46 [PR PATCH] rclone: update to 1.57.0 4ricci
  2021-11-04  0:59 ` ericonr
@ 2021-11-04  1:26 ` 4ricci
  2021-11-05  0:27 ` 4ricci
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 4ricci @ 2021-11-04  1:26 UTC (permalink / raw)
  To: ml

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

New comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/33884#issuecomment-960359754

Comment:
> Tests are failing on i686, I'm trying again/

They fail locally too. Maybe tomorrow I will investigate better.

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

* Re: rclone: update to 1.57.0
  2021-11-03 23:46 [PR PATCH] rclone: update to 1.57.0 4ricci
  2021-11-04  0:59 ` ericonr
  2021-11-04  1:26 ` 4ricci
@ 2021-11-05  0:27 ` 4ricci
  2021-11-05 13:56 ` [PR PATCH] [Updated] " 4ricci
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 4ricci @ 2021-11-05  0:27 UTC (permalink / raw)
  To: ml

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

New comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/33884#issuecomment-961535419

Comment:
Two tests fail: [`backend/cache`](https://github.com/rclone/rclone/issues/5784) and [`cmd/serve/ftp`.](https://github.com/rclone/rclone/issues/5783) The first is a deprecated feature anyway; the second just times out, it passes if the time limit is increased.
I think this can be merged.

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

* Re: [PR PATCH] [Updated] rclone: update to 1.57.0
  2021-11-03 23:46 [PR PATCH] rclone: update to 1.57.0 4ricci
                   ` (2 preceding siblings ...)
  2021-11-05  0:27 ` 4ricci
@ 2021-11-05 13:56 ` 4ricci
  2021-11-05 14:08 ` 4ricci
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: 4ricci @ 2021-11-05 13:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages rclone
https://github.com/void-linux/void-packages/pull/33884

rclone: update to 1.57.0
- Add mount helper

<!-- 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/33884.patch is attached

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

From f5444ad84b1b91f220a1297fbf93c893a0d8c4a3 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 3 Nov 2021 10:00:26 +0100
Subject: [PATCH] rclone: update to 1.57.0

- Add mount helper
---
 srcpkgs/rclone/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template
index 4f0d695053ae..a16eb3bd5e5b 100644
--- a/srcpkgs/rclone/template
+++ b/srcpkgs/rclone/template
@@ -1,6 +1,6 @@
 # Template file for 'rclone'
 pkgname=rclone
-version=1.56.2
+version=1.57.0
 revision=1
 wrksrc="rclone-v${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://rclone.org/"
 changelog="https://rclone.org/changelog/"
 distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
-checksum=a8813d25c4640e52495fee83e525e76283c63f01d1cce8fbb58d8486b0c20c8a
+checksum=3a762c02c202a9142c2d5c1a3927563a556d1683abadd25d2f695e237e4ea693
 
 pre_build() {
 	if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
@@ -32,6 +32,7 @@ do_check() {
 }
 
 post_install() {
+	ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
 	vlicense COPYING
 	vman rclone.1
 }

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

* Re: [PR PATCH] [Updated] rclone: update to 1.57.0
  2021-11-03 23:46 [PR PATCH] rclone: update to 1.57.0 4ricci
                   ` (3 preceding siblings ...)
  2021-11-05 13:56 ` [PR PATCH] [Updated] " 4ricci
@ 2021-11-05 14:08 ` 4ricci
  2021-11-06  0:17 ` [PR PATCH] [Merged]: " ericonr
  2021-11-06  0:18 ` [PR REVIEW] " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: 4ricci @ 2021-11-05 14:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages rclone
https://github.com/void-linux/void-packages/pull/33884

rclone: update to 1.57.0
- Add mount helper

<!-- 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/33884.patch is attached

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

From f5444ad84b1b91f220a1297fbf93c893a0d8c4a3 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 3 Nov 2021 10:00:26 +0100
Subject: [PATCH] rclone: update to 1.57.0

- Add mount helper
---
 srcpkgs/rclone/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rclone/template b/srcpkgs/rclone/template
index 4f0d695053ae..a16eb3bd5e5b 100644
--- a/srcpkgs/rclone/template
+++ b/srcpkgs/rclone/template
@@ -1,6 +1,6 @@
 # Template file for 'rclone'
 pkgname=rclone
-version=1.56.2
+version=1.57.0
 revision=1
 wrksrc="rclone-v${version}"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://rclone.org/"
 changelog="https://rclone.org/changelog/"
 distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
-checksum=a8813d25c4640e52495fee83e525e76283c63f01d1cce8fbb58d8486b0c20c8a
+checksum=3a762c02c202a9142c2d5c1a3927563a556d1683abadd25d2f695e237e4ea693
 
 pre_build() {
 	if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
@@ -32,6 +32,7 @@ do_check() {
 }
 
 post_install() {
+	ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
 	vlicense COPYING
 	vman rclone.1
 }

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

* Re: [PR PATCH] [Merged]: rclone: update to 1.57.0
  2021-11-03 23:46 [PR PATCH] rclone: update to 1.57.0 4ricci
                   ` (4 preceding siblings ...)
  2021-11-05 14:08 ` 4ricci
@ 2021-11-06  0:17 ` ericonr
  2021-11-06  0:18 ` [PR REVIEW] " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-11-06  0:17 UTC (permalink / raw)
  To: ml

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

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

rclone: update to 1.57.0
https://github.com/void-linux/void-packages/pull/33884

Description:
- Add mount helper

<!-- 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] 8+ messages in thread

* Re: [PR REVIEW] rclone: update to 1.57.0
  2021-11-03 23:46 [PR PATCH] rclone: update to 1.57.0 4ricci
                   ` (5 preceding siblings ...)
  2021-11-06  0:17 ` [PR PATCH] [Merged]: " ericonr
@ 2021-11-06  0:18 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-11-06  0:18 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33884#discussion_r744033333

Comment:
Hm, it should have been `ln -s rclone ...` instead.

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

end of thread, other threads:[~2021-11-06  0:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 23:46 [PR PATCH] rclone: update to 1.57.0 4ricci
2021-11-04  0:59 ` ericonr
2021-11-04  1:26 ` 4ricci
2021-11-05  0:27 ` 4ricci
2021-11-05 13:56 ` [PR PATCH] [Updated] " 4ricci
2021-11-05 14:08 ` 4ricci
2021-11-06  0:17 ` [PR PATCH] [Merged]: " ericonr
2021-11-06  0:18 ` [PR REVIEW] " 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).