[packages/rclone] up to 1.68.0
atler
atler at pld-linux.org
Mon Sep 9 02:08:43 CEST 2024
commit 672b4bb65a82db552c5e44bf883d64cc8563097b
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Sep 9 00:13:35 2024 +0200
up to 1.68.0
rclone.spec | 10 +++++-----
webdav-modtime.patch | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/rclone.spec b/rclone.spec
index f6c0145..dce676c 100644
--- a/rclone.spec
+++ b/rclone.spec
@@ -1,23 +1,23 @@
-%define vendor_ver 1.67.0
+%define vendor_ver 1.68.0
Summary: rsync for cloud storage
Name: rclone
-Version: 1.67.0
+Version: 1.68.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: 5abe90cdae481ea887e64dd0d022e036
+# Source0-md5: 9315075f1f9fc0fd6b916863cf77ed8c
# 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: fc849ad6cc0efc9ceb3c4eff1818e77b
+# Source1-md5: d740f892adc36228e161d05b5a14faec
Patch0: webdav-modtime.patch
URL: https://rclone.org/
-BuildRequires: golang >= 1.20
+BuildRequires: golang >= 1.21
BuildRequires: rpm-build >= 4.6
BuildRequires: rpmbuild(macros) >= 2.009
BuildRequires: tar >= 1:1.22
diff --git a/webdav-modtime.patch b/webdav-modtime.patch
index 5613e93..ebdccc6 100644
--- a/webdav-modtime.patch
+++ b/webdav-modtime.patch
@@ -107,13 +107,13 @@ index c91e4950c..a8c7ffce8 100644
+`,
+ Default: fs.Tristate{},
+ Advanced: true,
- }},
- })
- }
+ },
+ fshttp.UnixSocketConfig,
+ },
@@ -162,6 +170,7 @@ type Options struct {
- ChunkSize fs.SizeSuffix `config:"nextcloud_chunk_size"`
ExcludeShares bool `config:"owncloud_exclude_shares"`
ExcludeMounts bool `config:"owncloud_exclude_mounts"`
+ UnixSocket string `config:"unix_socket"`
+ UpdateModTime fs.Tristate `config:"update_modtime"`
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rclone.git/commitdiff/672b4bb65a82db552c5e44bf883d64cc8563097b
More information about the pld-cvs-commit
mailing list