Hello community, here is the log from the commit of package rclone for openSUSE:Leap:15.2 checked in at 2020-01-17 12:05:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/rclone (Old) and /work/SRC/openSUSE:Leap:15.2/.rclone.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rclone" Fri Jan 17 12:05:48 2020 rev:13 rq:765021 version:1.50.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/rclone/rclone.changes 2020-01-15 15:55:52.399681472 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.rclone.new.26092/rclone.changes 2020-01-17 12:05:59.076624097 +0100 @@ -1,0 +2,394 @@ +Tue Nov 19 18:40:05 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 1.50.2 + * Bug Fixes + - accounting: Fix memory leak on retries operations (Nick Craig-Wood) + * Drive + - Fix listing of the root directory with drive.files scope (Nick Craig-Wood) + - Fix --drive-root-folder-id with team/shared drives (Nick Craig-Wood) + +------------------------------------------------------------------- +Sat Nov 2 15:30:38 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 1.50.1 + * Bug Fixes + - hash: Fix accidentally changed hash names for DropboxHash and CRC-32 (Nick Craig-Wood) + - fshttp: Fix error reporting on tpslimit token bucket errors (Nick Craig-Wood) + - fshttp: Don’t print token bucket errors on context cancelled (Nick Craig-Wood) + * Local + - Fix listings of . on Windows (Nick Craig-Wood) + * Onedrive + - Fix DirMove/Move after Onedrive change (Xiaoxing Ye) + +------------------------------------------------------------------- +Sat Oct 26 16:11:50 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 1.50.0 + * New backends + - Citrix Sharefile (Nick Craig-Wood) + - Chunker - an overlay backend to split files into smaller parts (Ivan Andreev) + - Mail.ru Cloud (Ivan Andreev) + * New Features + - encodings (Fabian Möller & Nick Craig-Wood) + + All backends now use file name encoding to ensure any file name can be written to any backend. + + See the restricted file name docs for more info and the local backend docs. + + Some file names may look different in rclone if you are using any control characters in names or unicode FULLWIDTH symbols. + - build + + Update to use go1.13 for the build (Nick Craig-Wood) + + Drop support for go1.9 (Nick Craig-Wood) + + Build rclone with GitHub actions (Nick Craig-Wood) + + Convert python scripts to python3 (Nick Craig-Wood) + + Swap Azure/go-ansiterm for mattn/go-colorable (Nick Craig-Wood) + + Dockerfile fixes (Matei David) + + Add plugin support for backends and commands (Richard Patel) + - config + + Use alternating Red/Green in config to make more obvious (Nick Craig-Wood) + - contrib + + Add sample DLNA server Docker Compose manifest. (pataquets) + + Add sample WebDAV server Docker Compose manifest. (pataquets) + - copyurl + + Add --auto-filename flag for using file name from URL in destination path (Denis) + - serve dlna: + + Many compatability improvements (Dan Walters) + + Support for external srt subtitles (Dan Walters) + - rc + + Added command core/quit (Saksham Khanna) + * Bug Fixes + - sync + + Make --update/-u not transfer files that haven’t changed (Nick Craig-Wood) + + Free objects after they come out of the transfer pipe to save memory (Nick Craig-Wood) + + Fix --files-from without --no-traverse doing a recursive scan (Nick Craig-Wood) + - operations + + Fix accounting for server side copies (Nick Craig-Wood) + + Display ‘All duplicates removed’ only if dedupe successful (Sezal Agrawal) + + Display ‘Deleted X extra copies’ only if dedupe successful (Sezal Agrawal) + - accounting + + Only allow up to 100 completed transfers in the accounting list to save memory (Nick Craig-Wood) + + Cull the old time ranges when possible to save memory (Nick Craig-Wood) + + Fix panic due to server-side copy fallback (Ivan Andreev) + + Fix memory leak noticeable for transfers of large numbers of objects (Nick Craig-Wood) + + Fix total duration calculation (Nick Craig-Wood) + - cmd + + Fix environment variables not setting command line flags (Nick Craig-Wood) + + Make autocomplete compatible with bash’s posix mode for macOS (Danil Semelenov) + + Make --progress work in git bash on Windows (Nick Craig-Wood) + + Fix ‘compopt: command not found’ on autocomplete on macOS (Danil Semelenov) + - config + + Fix setting of non top level flags from environment variables (Nick Craig-Wood) + + Check config names more carefully and report errors (Nick Craig-Wood) + + Remove error: can’t use --size-only and --ignore-size together. (Nick Craig-Wood) + + filter: Prevent mixing options when --files-from is in use (Michele Caci) + + serve sftp: Fix crash on unsupported operations (eg Readlink) (Nick Craig-Wood) + * Mount + - Allow files of unkown size to be read properly (Nick Craig-Wood) + - Skip tests on <= 2 CPUs to avoid lockup (Nick Craig-Wood) + - Fix panic on File.Open (Nick Craig-Wood) + - Fix “mount_fusefs: -o timeout=: option not supported” on FreeBSD (Nick Craig-Wood) + - Don’t pass huge filenames (>4k) to FUSE as it can’t cope (Nick Craig-Wood) + * VFS + - Add flag --vfs-case-insensitive for windows/macOS mounts (Ivan Andreev) + - Make objects of unknown size readable through the VFS (Nick Craig-Wood) + - Move writeback of dirty data out of close() method into its own method (FlushWrites) and remove close() call from Flush() (Brett Dutro) + - Stop empty dirs disappearing when renamed on bucket based remotes (Nick Craig-Wood) + - Stop change notify polling clearing so much of the directory cache (Nick Craig-Wood) + * Azure Blob + - Disable logging to the Windows event log (Nick Craig-Wood) + * B2 + - Remove unverified: prefix on sha1 to improve interop (eg with CyberDuck) (Nick Craig-Wood) + * Box + - Add options to get access token via JWT auth (David) + * Drive + - Disable HTTP/2 by default to work around INTERNAL_ERROR problems (Nick Craig-Wood) + - Make sure that drive root ID is always canonical (Nick Craig-Wood) + - Fix --drive-shared-with-me from the root with lsand --fast-list (Nick Craig-Wood) + - Fix ChangeNotify polling for shared drives (Nick Craig-Wood) + - Fix change notify polling when using appDataFolder (Nick Craig-Wood) + * Dropbox + - Make disallowed filenames errors not retry (Nick Craig-Wood) + - Fix nil pointer exception on restricted files (Nick Craig-Wood) + * Fichier + - Fix accessing files > 2GB on 32 bit systems (Nick Craig-Wood) + * FTP + - Allow disabling EPSV mode (Jon Fautley) + * HTTP + - HEAD directory entries in parallel to speedup (Nick Craig-Wood) + - Add --http-no-head to stop rclone doing HEAD in listings (Nick Craig-Wood) + * Putio + - Add ability to resume uploads (Cenk Alti) + * S3 + - Fix signature v2_auth headers (Anthony Rusdi) + - Fix encoding for control characters (Nick Craig-Wood) + - Only ask for URL encoded directory listings if we need them on Ceph (Nick Craig-Wood) + - Add option for multipart failiure behaviour (Aleksandar Jankovic) + - Support for multipart copy (庄天翼) + - Fix nil pointer reference if no metadata returned for object (Nick Craig-Wood) + * SFTP + - Fix --sftp-ask-password trying to contact the ssh agent (Nick Craig-Wood) + - Fix hashes of files with backslashes (Nick Craig-Wood) + - Include more ciphers with --sftp-use-insecure-cipher (Carlos Ferreyra) + * WebDAV + - Parse and return Sharepoint error response (Henning Surmeier) + +------------------------------------------------------------------- +Sun Sep 29 18:26:09 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 1.49.4 + * Bug Fixes + - cmd/rcd: Address ZipSlip vulnerability (Richard Patel) + - accounting: Fix file handle leak on errors (Nick Craig-Wood) + - oauthutil: Fix security problem when running with two users on the same machine (Nick Craig-Wood) + * FTP + - Fix listing of an empty root returning: error dir not found (Nick Craig-Wood) + * S3 + - Fix SetModTime on GLACIER/ARCHIVE objects and implement set/get tier (Nick Craig-Wood) + +------------------------------------------------------------------- +Sun Sep 15 17:21:05 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 1.49.3 + * Bug Fixes + - accounting + + Fix total duration calculation (Aleksandar Jankovic) + + Fix “file already closed” on transfer retries (Nick Craig-Wood) + +------------------------------------------------------------------- +Sun Sep 8 16:58:09 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 1.49.2 + * New Features + - build: Add Docker workflow support (Alfonso Montero) + * Bug Fixes + - accounting: Fix locking in Transfer to avoid deadlock with --progress (Nick Craig-Wood) + - docs: Fix template argument for mktemp in install.sh (Cnly) + - operations: Fix -u/--update with google photos / files of unknown size (Nick Craig-Wood) + - rc: Fix docs for config/create /update /password (Nick Craig-Wood) + * Google Cloud Storage + - Fix need for elevated permissions on SetModTime (Nick Craig-Wood) + +------------------------------------------------------------------- +Thu Aug 29 05:18:55 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 1.49.1 + * Bug Fixes + - config: Fix generated passwords being stored as empty password (Nick Craig-Wood) + - rcd: Added missing parameter for web-gui info logs. (Chaitanya) + * Googlephotos + - Fix crash on error response (Nick Craig-Wood) + * Onedrive + - Fix crash on error response (Nick Craig-Wood) + +------------------------------------------------------------------- +Mon Aug 26 17:55:17 UTC 2019 - Ismail Dönmez <[email protected]> + +- Update to version 1.49.0 + * New backends + - 1fichier (Laura Hausmann) + - Google Photos (Nick Craig-Wood) + - Putio (Cenk Alti) + - premiumize.me (Nick Craig-Wood) + * New Features + - Experimental web GUI (Chaitanya Bankanhal) + - Implement --compare-dest & --copy-dest (yparitcher) + - Implement --suffix without --backup-dir for backup to current dir (yparitcher) + - config reconnect to re-login (re-run the oauth login) for the backend. (Nick Craig-Wood) + - config userinfo to discover which user you are logged in as. (Nick Craig-Wood) + - config disconnect to disconnect you (log out) from the backend. (Nick Craig-Wood) + - Add --use-json-log for JSON logging (justinalin) + - Add context propagation to rclone (Aleksandar Jankovic) ++++ 197 more lines (skipped) ++++ between /work/SRC/openSUSE:Leap:15.2/rclone/rclone.changes ++++ and /work/SRC/openSUSE:Leap:15.2/.rclone.new.26092/rclone.changes Old: ---- rclone-1.47.0.obscpio New: ---- rclone-1.50.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rclone.spec ++++++ --- /var/tmp/diff_new_pack.p0NgUU/_old 2020-01-17 12:06:01.052624967 +0100 +++ /var/tmp/diff_new_pack.p0NgUU/_new 2020-01-17 12:06:01.056624969 +0100 @@ -1,7 +1,7 @@ # # spec file for package rclone # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ Name: rclone -Version: 1.47.0 +Version: 1.50.2 Release: 0 Summary: Rsync for cloud storage License: MIT Group: Productivity/Networking/Web/Utilities -Url: https://rclone.org/ +URL: https://rclone.org/ Source: %{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: go >= 1.11 @@ -63,7 +63,7 @@ ./%{name} genautocomplete zsh completion.zsh %install -install -m0754 -D %{name} %{buildroot}%{_bindir}/%{name} +install -m0755 -D %{name} %{buildroot}%{_bindir}/%{name} install -m0644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 install -m0644 -D completion.bash %{buildroot}%{_datadir}/bash/%{name} @@ -72,18 +72,15 @@ %fdupes %{buildroot} %files -%defattr(-,root,root,-) %doc MANUAL.md README.md RELEASE.md %license COPYING %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1* +%{_mandir}/man1/%{name}.1%{?ext_man} %files bash-completion -%defattr(-,root,root) %{_datadir}/bash/ %files zsh-completion -%defattr(-,root,root) %{_datadir}/zsh/ %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.p0NgUU/_old 2020-01-17 12:06:01.072624976 +0100 +++ /var/tmp/diff_new_pack.p0NgUU/_new 2020-01-17 12:06:01.076624978 +0100 @@ -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.47.0</param> - <param name="revision">v1.47.0</param> + <param name="versionformat">1.50.2</param> + <param name="revision">v1.50.2</param> <param name="filename">rclone</param> </service> <service name="set_version" mode="disabled"/> ++++++ rclone-1.47.0.obscpio -> rclone-1.50.2.obscpio ++++++ /work/SRC/openSUSE:Leap:15.2/rclone/rclone-1.47.0.obscpio /work/SRC/openSUSE:Leap:15.2/.rclone.new.26092/rclone-1.50.2.obscpio differ: char 48, line 1 ++++++ rclone.obsinfo ++++++ --- /var/tmp/diff_new_pack.p0NgUU/_old 2020-01-17 12:06:01.132625002 +0100 +++ /var/tmp/diff_new_pack.p0NgUU/_new 2020-01-17 12:06:01.132625002 +0100 @@ -1,5 +1,5 @@ name: rclone -version: 1.47.0 -mtime: 1555149718 -commit: a0d4fdb2fa34c7f6ac5a86021d16403713499aaf +version: 1.50.2 +mtime: 1574179381 +commit: 373fb01725453a980ecb2afd413a16b86e69ab02
