Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rclone for openSUSE:Factory checked in at 2023-03-21 17:43:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rclone (Old) and /work/SRC/openSUSE:Factory/.rclone.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rclone" Tue Mar 21 17:43:52 2023 rev:38 rq:1073478 version:1.62.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rclone/rclone.changes 2023-01-02 15:02:55.065603641 +0100 +++ /work/SRC/openSUSE:Factory/.rclone.new.31432/rclone.changes 2023-03-21 17:44:35.410709015 +0100 @@ -1,0 +2,89 @@ +Tue Mar 21 08:14:10 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 1.62.2: + * New features: + - accounting: Make checkers show what they are doing + - authorize: Add support for custom templates + - Update to go1.20 + - filter: Emit INFO message when can't work out directory filters + - fs + + Added multiple ca certificate support. + + Add --max-delete-size a delete size threshold + - fspath: Allow the symbols @ and + in remote names + - lib/terminal: Enable windows console virtual terminal sequences processing + - move: If --check-first and --order-by are set then delete with perfect ordering + - serve http: Support --auth-proxy + * Bug fixes: + - accounting + + Avoid negative ETA values for very slow speedsy + + Limit length of ETA string + + Show human readable elapsed time when longer than a day + - deletefile: Return error code 4 if file does not exist + - docker: Fix volume plugin does not remount volume on docker restart + - fs: Fix race conditions in --max-delete and --max-delete-size + - lib/oauthutil: Handle fatal errors better + - mount2: Fix --allow-non-empty + - operations: Fix concurrency: use --checkers unless transferring files + - serve ftp: Fix timestamps older than 1 year in listings + - sync: Fix concurrency: use --checkers unless transferring files + - Mount + + Fix creating and renaming files on case insensitive backends (Nick Craig-Wood) + + Do not treat \\?\ prefixed paths as network share paths on windows (albertony) + + Fix check for empty mount point on Linux (Nick Craig-Wood) + + Fix --allow-non-empty (Nick Craig-Wood) + + Avoid incorrect or premature overlap check on windows (albertony) + + Update to fuse3 after bazil.org/fuse update (Nick Craig-Wood) + - VFS + + Make uploaded files retain modtime with non-modtime backends (Nick Craig-Wood) + + Fix incorrect modtime on fs which don't support setting modtime (Nick Craig-Wood) + + Fix rename of directory containing files to be uploaded (Nick Craig-Wood) + - Local + + Fix %!w(<nil>) in "failed to read directory" error (Marks Polakovs) + + Fix exclusion of dangling symlinks with -L/--copy-links (Nick Craig-Wood) + - Crypt + + Obey --ignore-checksum (Nick Craig-Wood) + + Fix for unencrypted directory names on case insensitive remotes (Ole Frost) + - Azure Blob + + Remove workarounds for SDK bugs after v0.6.1 update (Nick Craig-Wood) + - B2 + + Fix uploading files bigger than 1TiB (Nick Craig-Wood) + - Drive + + Note that --drive-acknowledge-abuse needs SA Manager permission (Nick Craig-Wood) + + Make --drive-stop-on-upload-limit to respond to storageQuotaExceeded (Ninh Pham) + - FTP + + Retry 426 errors (Nick Craig-Wood) + + Retry errors when initiating downloads (Nick Craig-Wood) + + Revert to upstream github.com/jlaffaye/ftp now fix is merged (Nick Craig-Wood) + + Google Cloud Storage + + Add --gcs-env-auth to pick up IAM credentials from env/instance (Peter Brunner) + - Mega + + Add --mega-use-https flag (NodudeWasTaken) + - Onedrive + + Default onedrive personal to QuickXorHash as Microsoft is removing SHA1 (Nick Craig-Wood) + + Add --onedrive-hash-type to change the hash in use (Nick Craig-Wood) + + Improve speed of QuickXorHash (LXY) + + Oracle Object Storage + + Speed up operations by using S3 pacer and setting minsleep to 10ms (Manoj Ghosh) + + Expose the storage_tier option in config (Manoj Ghosh) + + Bring your own encryption keys (Manoj Ghosh) + - S3 + + Check multipart upload ETag when --s3-no-head is in use (Nick Craig-Wood) + + Add --s3-sts-endpoint to specify STS endpoint (Nick Craig-Wood) + + Fix incorrect tier support for StorJ and IDrive when pointing at a file (Ole Frost) + + Fix AWS STS failing if --s3-endpoint is set (Nick Craig-Wood) + + Make purge remove directory markers too (Nick Craig-Wood) + - Seafile + + Renew library password (Fred) + - SFTP + + Fix uploads being 65% slower than they should be with crypt (Nick Craig-Wood) + - Smb + + Allow SPN (service principal name) to be configured (Nick Craig-Wood) + + Check smb connection is closed (happyxhw) + - Storj + + Implement rclone link (Kaloyan Raev) + + Implement rclone purge (Kaloyan Raev) + + Update satellite urls and labels (Kaloyan Raev) + - WebDAV + + Fix interop with davrods server (Nick Craig-Wood) + +------------------------------------------------------------------- Old: ---- rclone-1.61.1.obscpio New: ---- rclone-1.62.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rclone.spec ++++++ --- /var/tmp/diff_new_pack.5javvn/_old 2023-03-21 17:44:36.618714793 +0100 +++ /var/tmp/diff_new_pack.5javvn/_new 2023-03-21 17:44:36.622714812 +0100 @@ -18,7 +18,7 @@ Name: rclone -Version: 1.61.1 +Version: 1.62.2 Release: 0 Summary: Rsync for cloud storage License: MIT @@ -27,7 +27,10 @@ Source: %{name}-%{version}.tar.xz Source1: vendor.tar.xz BuildRequires: fdupes -BuildRequires: go >= 1.17 +%if 0%{?suse_version} <= 1500 +BuildRequires: gcc-10 +%endif +BuildRequires: go >= 1.20 BuildRequires: golang-packaging %{go_nostrip} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.5javvn/_old 2023-03-21 17:44:36.662715003 +0100 +++ /var/tmp/diff_new_pack.5javvn/_new 2023-03-21 17:44:36.670715042 +0100 @@ -5,7 +5,7 @@ <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v1.61.1</param> + <param name="revision">v1.62.2</param> <param name="filename">rclone</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.5javvn/_old 2023-03-21 17:44:36.694715156 +0100 +++ /var/tmp/diff_new_pack.5javvn/_new 2023-03-21 17:44:36.698715175 +0100 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/rclone/rclone.git</param> - <param name="changesrevision">486e713337b3c57b871e5cf3fd880987fe2913c2</param></service></servicedata> + <param name="changesrevision">78d0f48b98a27031c3478f1730af9255bed339a6</param></service></servicedata> ++++++ rclone-1.61.1.obscpio -> rclone-1.62.2.obscpio ++++++ /work/SRC/openSUSE:Factory/rclone/rclone-1.61.1.obscpio /work/SRC/openSUSE:Factory/.rclone.new.31432/rclone-1.62.2.obscpio differ: char 48, line 1 ++++++ rclone.obsinfo ++++++ --- /var/tmp/diff_new_pack.5javvn/_old 2023-03-21 17:44:36.758715462 +0100 +++ /var/tmp/diff_new_pack.5javvn/_new 2023-03-21 17:44:36.762715482 +0100 @@ -1,5 +1,5 @@ name: rclone -version: 1.61.1 -mtime: 1671815130 -commit: 486e713337b3c57b871e5cf3fd880987fe2913c2 +version: 1.62.2 +mtime: 1678959770 +commit: 78d0f48b98a27031c3478f1730af9255bed339a6 ++++++ vendor.tar.xz ++++++ ++++ 97423 lines of diff (skipped)