Summary: | net-misc/rclone-1.48 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kilburn Abrahams <kilburna> |
Component: | Current packages | Assignee: | Jason Zaman <perfinion> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kuraga333, mail, wolfram |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
rclone-1.46.0.ebuild
rclone-1.48.0.ebuild rclone-1.48.0 (traditional) rclone-1.49.1 (traditional) |
Description
Kilburn Abrahams
2019-06-18 21:07:01 UTC
Created attachment 584250 [details]
rclone-1.46.0.ebuild
rclone 1.46.0 ebuild tested and is stable on amd64
rclone 1.47.0 ebuild tested and is stable on amd64 Created attachment 584252 [details] rclone-1.48.0.ebuild rclone 1.48.0 ebuild tested and is stable on amd64 This ebuild also adds the build dependency for dev-vcs/git Version 1.48.0 fixes several deadlocks including the use case at https://github.com/ncw/rclone/issues/3358 (In reply to Nathan Shearer from comment #3) > Created attachment 584252 [details] > rclone-1.48.0.ebuild > > rclone 1.48.0 ebuild tested and is stable on amd64 > > This ebuild also adds the build dependency for dev-vcs/git > > Version 1.48.0 fixes several deadlocks including the use case at > https://github.com/ncw/rclone/issues/3358 Hey, Thanks for this. Why does it need a dependency on git tho? only the -9999 ebuild pulls from git, the versioned ones use the release tarballs like normal they dont actually pull from git? Am I missing something? Created attachment 589144 [details]
rclone-1.48.0 (traditional)
Created attachment 589146 [details]
rclone-1.49.1 (traditional)
Ok, let's consider traditional (without new dependencies) ebuild version? Also added for version 1.49.1. I ran into some problem on my system when I tried to emerge rclone without git. But I may have accidentally merged in the git version, so the git build dependency might not actually be required for non-9999 versions. Ping. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0058cac06ae7c8f08fda45673f71aaa83eca9788 commit 0058cac06ae7c8f08fda45673f71aaa83eca9788 Author: Jason Zaman <perfinion@gentoo.org> AuthorDate: 2019-10-18 12:39:01 +0000 Commit: Jason Zaman <perfinion@gentoo.org> CommitDate: 2019-10-18 12:54:12 +0000 net-misc/rclone: bump 1.49.1 Closes: https://bugs.gentoo.org/688328 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Jason Zaman <perfinion@gentoo.org> net-misc/rclone/Manifest | 1 + net-misc/rclone/rclone-1.49.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++ net-misc/rclone/rclone-9999.ebuild | 2 +- 3 files changed, 40 insertions(+), 1 deletion(-) Thanks! Now we can add 1.49.5, too :-) |