commit 8f11bb9246d708c353d19f68507ad21b5c7d8cbb Author: Jan Palus <at...@pld-linux.org> Date: Mon Jan 13 11:49:13 2025 +0100
up to 1.69.0 rclone.spec | 8 ++++---- webdav-modtime.patch | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) --- diff --git a/rclone.spec b/rclone.spec index 479d075..24b2d69 100644 --- a/rclone.spec +++ b/rclone.spec @@ -1,20 +1,20 @@ -%define vendor_ver 1.68.0 +%define vendor_ver 1.69.0 Summary: rsync for cloud storage Name: rclone -Version: 1.68.1 +Version: 1.69.0 Release: 1 License: MIT Group: Networking/Utilities #Source0Download: https://github.com/rclone/rclone/releases Source0: https://github.com/rclone/rclone/releases/download/v%{version}/%{name}-v%{version}.tar.gz -# Source0-md5: 5cf4f2d8f8f59fe9743089c7192ef7a4 +# Source0-md5: 95e56ead6a9744f906e2b6e7188b03cd # cd rclone-%{version} # go mod vendor # cd .. # tar cJf rclone-vendor-%{version}.tar.xz rclone-v%{version}/vendor Source1: %{name}-vendor-%{vendor_ver}.tar.xz -# Source1-md5: d740f892adc36228e161d05b5a14faec +# Source1-md5: bbf7c6d7f7783a24b727d13d1dea2727 Patch0: webdav-modtime.patch URL: https://rclone.org/ BuildRequires: golang >= 1.21 diff --git a/webdav-modtime.patch b/webdav-modtime.patch index ebdccc6..6c147e1 100644 --- a/webdav-modtime.patch +++ b/webdav-modtime.patch @@ -108,12 +108,12 @@ index c91e4950c..a8c7ffce8 100644 + Default: fs.Tristate{}, + Advanced: true, }, - fshttp.UnixSocketConfig, - }, + fshttp.UnixSocketConfig, + { @@ -162,6 +170,7 @@ type Options struct { - ExcludeShares bool `config:"owncloud_exclude_shares"` ExcludeMounts bool `config:"owncloud_exclude_mounts"` UnixSocket string `config:"unix_socket"` + AuthRedirect bool `config:"auth_redirect"` + UpdateModTime fs.Tristate `config:"update_modtime"` } ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/rclone.git/commitdiff/8f11bb9246d708c353d19f68507ad21b5c7d8cbb _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit