From 1fe0d29dbcf717d1b5ca529d4429080c1c6771506c87a8d7334b42fa513e513f Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Mon, 22 Jun 2009 19:32:55 +0000 Subject: [PATCH] 1.4.1 OBS-URL: https://build.opensuse.org/package/show/filesystems/davfs2?expand=0&rev=6 --- davfs2-1.4.0.tar.bz2 | 3 --- davfs2-1.4.1.tar.bz2 | 3 +++ davfs2.spec | 11 +++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 davfs2-1.4.0.tar.bz2 create mode 100644 davfs2-1.4.1.tar.bz2 diff --git a/davfs2-1.4.0.tar.bz2 b/davfs2-1.4.0.tar.bz2 deleted file mode 100644 index dc848d4..0000000 --- a/davfs2-1.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e47edb66e5112bad278437c30a3b4f981f3064aaf3d094caa5c5109dd9ae494 -size 304475 diff --git a/davfs2-1.4.1.tar.bz2 b/davfs2-1.4.1.tar.bz2 new file mode 100644 index 0000000..efb639b --- /dev/null +++ b/davfs2-1.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2547b9ae707a16c23d24e7bc6401928a51bc661d137f353b87085a9c3ff351 +size 307210 diff --git a/davfs2.spec b/davfs2.spec index 826e46a..3682fc2 100644 --- a/davfs2.spec +++ b/davfs2.spec @@ -1,6 +1,6 @@ Summary: FUSE-Filesystem to access WebDAV servers Name: davfs2 -Version: 1.4.0 +Version: 1.4.1 Release: 0 License: GNU General Public License version 3 (GPL v3) Group: System/Filesystems @@ -35,7 +35,7 @@ Neon supports TLS/SSL (using OpenSSL or GnuTLS) and access via proxy server. %build ssbindir="%{_sbindir}" \ -%configure --disable-static +%configure --disable-static --enable-largefile %__make %{?jobs:-j%{jobs}} %install @@ -85,6 +85,13 @@ ssbindir="%{_sbindir}" \ %exclude /sbin/umount.davfs %changelog +* Mon Jun 22 2009 Pascal Bleser - 1.4.1 +- update to 1.4.1: + * experimental support was added for the non-standard method USERINFO, which allows this release to get information about available and used Web space from the server + * failed file upload attempts are now repeated at increasing time intervals + * if a davfs filesystem is unmounted at disconnect, local changes are cached and submitted at the next mount + * many other minor improvements and bugfixes were made + * Fri May 29 2009 Pascal Bleser - 1.4.0 - copied into filesystems repository in openSUSE Build Service, original in home:leo_eraly - fix license tag