Hello community, here is the log from the commit of package rclone for openSUSE:Factory checked in at 2019-06-12 13:14:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rclone (Old) and /work/SRC/openSUSE:Factory/.rclone.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rclone" Wed Jun 12 13:14:56 2019 rev:7 rq:708876 version:1.47.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rclone/rclone.changes 2019-03-18 10:39:11.327455928 +0100 +++ /work/SRC/openSUSE:Factory/.rclone.new.4811/rclone.changes 2019-06-12 13:15:05.640766671 +0200 @@ -1,0 +2,80 @@ +Sun Jun 9 02:24:41 UTC 2019 - Aleksa Sarai <[email protected]> + +- Update to version 1.47.0. boo#1137685 + - New backends + - Backend for Koofr cloud storage service. (jaKa) + - New Features + - Resume downloads if the reader fails in copy (Nick Craig-Wood) + - Use `--fast-list` for listing operations where it won't use more memory (Nick Craig-Wood) + - Make `--files-from` traverse the destination unless `--no-traverse` is set (Nick Craig-Wood) + - Make server side copy account bytes and obey `--max-transfer` (Nick Craig-Wood) + - Add `--create-empty-src-dirs` flag and default to not creating empty dirs (ishuah) + - Add client side TLS/SSL flags `--ca-cert`/`--client-cert`/`--client-key` (Nick Craig-Wood) + - Implement `--suffix-keep-extension` for use with `--suffix` (Nick Craig-Wood) + - serve dlna: Add connection manager service description to improve compatibility (Dan Walters) + - lsf: Add 'e' format to show encrypted names and 'o' for original IDs (Nick Craig-Wood) + - lsjson: Added `--files-only` and `--dirs-only` flags (calistri) + - rc: Implement operations/publiclink the equivalent of `rclone link` (Nick Craig-Wood) + - Bug Fixes + - accounting: Fix total ETA when `--stats-unit bits` is in effect (Nick Craig-Wood) + - Bash TAB completion + - Use private custom func to fix clash between rclone and kubectl (Nick Craig-Wood) + - Fix for remotes with underscores in their names (Six) + - Fix completion of remotes (Florian Gamböck) + - Fix autocompletion of remote paths with spaces (Danil Semelenov) + - serve dlna: Fix root XML service descriptor (Dan Walters) + - ncdu: Fix display corruption with Chinese characters (Nick Craig-Wood) + - Add SIGTERM to signals which run the exit handlers on unix (Nick Craig-Wood) + - rc: Reload filter when the options are set via the rc (Nick Craig-Wood) + - VFS / Mount + - Fix FreeBSD: Ignore Truncate if called with no readers and already the correct size (Nick Craig-Wood) + - Read directory and check for a file before mkdir (Nick Craig-Wood) + - Shorten the locking window for vfs/refresh (Nick Craig-Wood) + - Azure Blob + - Enable MD5 checksums when uploading files bigger than the "Cutoff" (Dr.Rx) + - Fix SAS URL support (Nick Craig-Wood) + - B2 + - Allow manual configuration of backblaze downloadUrl (Vince) + - Ignore already_hidden error on remove (Nick Craig-Wood) + - Ignore malformed `src_last_modified_millis` (Nick Craig-Wood) + - Drive + - Add `--skip-checksum-gphotos` to ignore incorrect checksums on Google Photos (Nick Craig-Wood) + - Allow server side move/copy between different remotes. (Fionera) + - Add docs on team drives and `--fast-list` eventual consistency (Nestar47) + - Fix imports of text files (Nick Craig-Wood) + - Fix range requests on 0 length files (Nick Craig-Wood) + - Fix creation of duplicates with server side copy (Nick Craig-Wood) + - Dropbox + - Retry blank errors to fix long listings (Nick Craig-Wood) + - FTP + - Add `--ftp-concurrency` to limit maximum number of connections (Nick Craig-Wood) + - Google Cloud Storage + - Fall back to default application credentials (marcintustin) + - Allow bucket policy only buckets (Nick Craig-Wood) + - HTTP + - Add `--http-no-slash` for websites with directories with no slashes (Nick Craig-Wood) + - Remove duplicates from listings (Nick Craig-Wood) + - Fix socket leak on 404 errors (Nick Craig-Wood) + - Jottacloud + - Fix token refresh (Sebastian Bünger) + - Add device registration (Oliver Heyme) + - Onedrive + - Implement graceful cancel of multipart uploads if rclone is interrupted (Cnly) + - Always add trailing colon to path when addressing items, (Cnly) + - Return errors instead of panic for invalid uploads (Fabian Möller) + - S3 + - Add support for "Glacier Deep Archive" storage class (Manu) + - Update Dreamhost endpoint (Nick Craig-Wood) + - Note incompatibility with CEPH Jewel (Nick Craig-Wood) + - SFTP + - Allow custom ssh client config (Alexandru Bumbacea) + - Swift + - Obey Retry-After to enable OVH restore from cold storage (Nick Craig-Wood) + - Work around token expiry on CEPH (Nick Craig-Wood) + - WebDAV + - Allow IsCollection property to be integer or boolean (Nick Craig-Wood) + - Fix race when creating directories (Nick Craig-Wood) + - Fix About/df when reading the available/total returns 0 (Nick Craig-Wood) +- Add bash-completion and zsh-completion support. + +------------------------------------------------------------------- Old: ---- rclone-1.46.obscpio New: ---- rclone-1.47.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rclone.spec ++++++ --- /var/tmp/diff_new_pack.VptCwv/_old 2019-06-12 13:15:06.920765329 +0200 +++ /var/tmp/diff_new_pack.VptCwv/_new 2019-06-12 13:15:06.924765324 +0200 @@ -1,7 +1,7 @@ # # spec file for package rclone # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: rclone -Version: 1.46 +Version: 1.47.0 Release: 0 Summary: Rsync for cloud storage License: MIT @@ -33,15 +33,42 @@ directories to and from a wide variety of cloud storage providers, providing various additional features. +%package bash-completion +Summary: Bash Completion for %{name} +Group: Productivity/Networking/Web/Utilities +Requires: %{name} = %{version} +Supplements: packageand(%{name}:bash-completion) +BuildArch: noarch + +%description bash-completion +Bash command line completion support for %{name}. + +%package zsh-completion +Summary: Zsh Completion for %{name} +Group: Productivity/Networking/Web/Utilities +Requires: %{name} = %{version} +Supplements: packageand(%{name}:zsh) +BuildArch: noarch + +%description zsh-completion +Zsh command line completion support for %{name}. + %prep %setup -q %build -go build -mod=vendor -buildmode=pie +go build -o %{name} -mod=vendor -buildmode=pie + +./%{name} genautocomplete bash completion.bash +./%{name} genautocomplete zsh completion.zsh %install -install -m0755 -D %{name} %{buildroot}%{_bindir}/%{name} +install -m0754 -D %{name} %{buildroot}%{_bindir}/%{name} install -m0644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 + +install -m0644 -D completion.bash %{buildroot}%{_datadir}/bash/%{name} +install -m0644 -D completion.zsh %{buildroot}%{_datadir}/zsh/_%{name} + %fdupes %{buildroot} %files @@ -51,4 +78,12 @@ %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* +%files bash-completion +%defattr(-,root,root) +%{_datadir}/bash/ + +%files zsh-completion +%defattr(-,root,root) +%{_datadir}/zsh/ + %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.VptCwv/_old 2019-06-12 13:15:06.952765296 +0200 +++ /var/tmp/diff_new_pack.VptCwv/_new 2019-06-12 13:15:06.952765296 +0200 @@ -3,8 +3,8 @@ <param name="url">https://github.com/ncw/rclone.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="versionformat">1.46</param> - <param name="revision">v1.46</param> + <param name="versionformat">1.47.0</param> + <param name="revision">v1.47.0</param> <param name="filename">rclone</param> </service> <service name="set_version" mode="disabled"/> ++++++ rclone-1.46.obscpio -> rclone-1.47.0.obscpio ++++++ /work/SRC/openSUSE:Factory/rclone/rclone-1.46.obscpio /work/SRC/openSUSE:Factory/.rclone.new.4811/rclone-1.47.0.obscpio differ: char 49, line 1 ++++++ rclone.obsinfo ++++++ --- /var/tmp/diff_new_pack.VptCwv/_old 2019-06-12 13:15:07.028765216 +0200 +++ /var/tmp/diff_new_pack.VptCwv/_new 2019-06-12 13:15:07.028765216 +0200 @@ -1,5 +1,5 @@ name: rclone -version: 1.46 -mtime: 1549708977 -commit: eb85ecc9c480175bd39a2009212ffa81eaebee7c +version: 1.47.0 +mtime: 1555149718 +commit: a0d4fdb2fa34c7f6ac5a86021d16403713499aaf
