From ac679f3513af44632a79b9416e1de0961ee7ec2338ea8a33514b3ea3e57c87a4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Dec 2021 21:07:35 +0000 Subject: [PATCH] - update to 1.6.1: * Add Neon version 0.32. * mount.davfs.c, get_options: Ignore all unknown options. * mount_davfs.c, write_mtab_entry: Add option _netdev to utab-entry. OBS-URL: https://build.opensuse.org/package/show/filesystems/davfs2?expand=0&rev=27 --- davfs2-1.6.0.tar.gz | 3 --- davfs2-1.6.0.tar.gz.sig | Bin 95 -> 0 bytes davfs2-1.6.1.tar.gz | 3 +++ davfs2-1.6.1.tar.gz.sig | Bin 0 -> 95 bytes davfs2.changes | 8 ++++++++ davfs2.spec | 10 +++++----- 6 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 davfs2-1.6.0.tar.gz delete mode 100644 davfs2-1.6.0.tar.gz.sig create mode 100644 davfs2-1.6.1.tar.gz create mode 100644 davfs2-1.6.1.tar.gz.sig diff --git a/davfs2-1.6.0.tar.gz b/davfs2-1.6.0.tar.gz deleted file mode 100644 index 9a5010b..0000000 --- a/davfs2-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e6b675685bd917772be60f0999ae098c80f79ff20dc131e8fec4547cbb63b50 -size 472511 diff --git a/davfs2-1.6.0.tar.gz.sig b/davfs2-1.6.0.tar.gz.sig deleted file mode 100644 index 2a5096d4a84c97538e7935ef5a9b375fad0bfadd671b777a20f4fe95d2be8a19..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WZ4vzTzxeu>Y>tkw~&KhBaLTXT9n7i6t64zkb#R+04BnHkzv7# wl?p-|%#Vg$3*eV*Hi$X=@86=Y4D(A3`0ji)f5h;!-(-S8`0?ZWxE4qN0N1Q2F8}}l diff --git a/davfs2-1.6.1.tar.gz b/davfs2-1.6.1.tar.gz new file mode 100644 index 0000000..db97fd6 --- /dev/null +++ b/davfs2-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3eb948ece582a51c934ccb0cc70e659839172717caff173f69a5e2af90c5c0 +size 472426 diff --git a/davfs2-1.6.1.tar.gz.sig b/davfs2-1.6.1.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..2aa206e8c8abceb6138de3116610e88a2f7af348aaad73694681f84d27b0d281 GIT binary patch literal 95 zcmeB(WnmCxVvrS6WZ4vzTzxeu>Y>tkw~&KhBaLTXT9n7ilvuado`H)~04BoK%rL*K v + +- update to 1.6.1: + * Add Neon version 0.32. + * mount.davfs.c, get_options: Ignore all unknown options. + * mount_davfs.c, write_mtab_entry: Add option _netdev to utab-entry. + ------------------------------------------------------------------- Tue Nov 17 13:53:05 UTC 2020 - Ludwig Nussel diff --git a/davfs2.spec b/davfs2.spec index 8d6f4b1..33aa260 100644 --- a/davfs2.spec +++ b/davfs2.spec @@ -1,7 +1,7 @@ # # spec file for package davfs2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: davfs2 -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: FUSE-Filesystem to access WebDAV servers License: GPL-3.0-only Group: System/Filesystems -URL: http://savannah.nongnu.org/projects/%{name} -Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz -Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig +URL: https://savannah.nongnu.org/projects/%{name} +Source0: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz +Source1: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig Source2: %{name}-rpmlintrc Source3: memberlist-gpgkeys.gpg BuildRequires: automake >= 1.16