Pascal Bleser
2009-06-22 19:32:55 +00:00
committed by Git OBS Bridge
parent 5497cd4fe6
commit 1fe0d29dbc
3 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e47edb66e5112bad278437c30a3b4f981f3064aaf3d094caa5c5109dd9ae494
size 304475

3
davfs2-1.4.1.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e2547b9ae707a16c23d24e7bc6401928a51bc661d137f353b87085a9c3ff351
size 307210

View File

@@ -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 <pascal.bleser@opensuse.org> - 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 <pascal.bleser@opensuse.org> - 1.4.0
- copied into filesystems repository in openSUSE Build Service, original in home:leo_eraly
- fix license tag