3 Commits

Author SHA256 Message Date
3a88afc248 Accepting request 1314431 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1314431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/davfs2?expand=0&rev=13
2025-10-29 20:09:27 +00:00
David Sterba
aaf50e3ff3 - update to 1.7.2:
* Add support to libneon 34, 35
  * Increase buf read size to 64 (fixes read issue on linux 6.16)
  * Allow setting a mount password via DAVFS_PASSWORD
  * Introduce sync_on_lookup option (off by default)
  * Don't compress man pages
- Remove davfs2-1.7.1-newer-neon.patch (solved upstream)
- Remove davfs2-1.7.0-newer-neon.patch (solved upstream)
- Change license to GPL-3.0-or-later according to project website
- Clean up spec file

OBS-URL: https://build.opensuse.org/package/show/filesystems/davfs2?expand=0&rev=41
2025-10-29 17:03:01 +00:00
6a60aa3dcb Accepting request 1295246 from home:motersen:branches:filesystems
- update to 1.7.1
  * Hide password prompt when -o username=myname is specified
  * Fix segfault on prop query on backup node
  * Fix autoload fuse module
- generate davfs2-1.7.1-newer-neon.patch against current configure.ac

OBS-URL: https://build.opensuse.org/request/show/1295246
OBS-URL: https://build.opensuse.org/package/show/filesystems/davfs2?expand=0&rev=40
2025-07-30 12:05:12 +00:00
7 changed files with 31 additions and 25 deletions

View File

@@ -1,13 +0,0 @@
Index: davfs2-1.7.0/configure.ac
===================================================================
--- davfs2-1.7.0.orig/configure.ac
+++ davfs2-1.7.0/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_LN_S
# Checks for libraries.
AM_GNU_GETTEXT_VERSION(0.19.8)
AM_GNU_GETTEXT([external])
-NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32])
+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33 34])
DAV_CHECK_NEON
# Checks for header files.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:251db75a27380cca1330b1b971700c5e5dcc0c90e5a47622285f0140edfe3a2f
size 476244

Binary file not shown.

3
davfs2-1.7.2.tar.gz Normal file
View File

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

BIN
davfs2-1.7.2.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Oct 27 14:53:12 UTC 2025 - munix9@googlemail.com
- update to 1.7.2:
* Add support to libneon 34, 35
* Increase buf read size to 64 (fixes read issue on linux 6.16)
* Allow setting a mount password via DAVFS_PASSWORD
* Introduce sync_on_lookup option (off by default)
* Don't compress man pages
- Remove davfs2-1.7.1-newer-neon.patch (solved upstream)
- Remove davfs2-1.7.0-newer-neon.patch (solved upstream)
- Change license to GPL-3.0-or-later according to project website
- Clean up spec file
-------------------------------------------------------------------
Wed Jul 23 06:42:43 UTC 2025 - Moritz Petersen <moritz.petersen@freenet.de>
- update to 1.7.1
* Hide password prompt when -o username=myname is specified
* Fix segfault on prop query on backup node
* Fix autoload fuse module
- generate davfs2-1.7.1-newer-neon.patch against current configure.ac
-------------------------------------------------------------------
Fri Feb 21 07:33:41 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
@@ -133,8 +157,8 @@ Tue Nov 25 16:13:25 CET 2014 - draht@schaltsekun.de
* davfs2-DESTDIR.patch
* davfs2-fix_missing_exit_failure.patch
-------------------------------------------------------------------
-------------------------------------------------------------------
Sun Dec 01 12:59:34 UTC 2013 - juergen@spitzmueller.org
- Accept Neon 0.30 (davfs2-ne_v30.patch -- backported from davfs2 cvs:
http://cvs.savannah.gnu.org/viewvc/davfs2/configure.ac?root=davfs2&r1=1.11.4.1&r2=1.11.4.2)

View File

@@ -1,7 +1,7 @@
#
# spec file for package davfs2
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,10 @@
Name: davfs2
Version: 1.7.0
Version: 1.7.2
Release: 0
Summary: FUSE-Filesystem to access WebDAV servers
License: GPL-3.0-only
Group: System/Filesystems
License: GPL-3.0-or-later
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
@@ -29,7 +28,6 @@ Source2: %{name}-rpmlintrc
# Taken from https://savannah.nongnu.org/project/release-gpgkeys.php?group=davfs2&download=1
Source3: davfs2.keyring
Source4: davfs2.sysusers
Patch0: davfs2-1.7.0-newer-neon.patch
BuildRequires: automake >= 1.16
BuildRequires: fuse-devel >= 2.2
BuildRequires: neon-devel
@@ -55,8 +53,6 @@ supporting TLS/SSL and access via proxy servers.
%autosetup -p1
%build
# for davfs2-1.7.0-neon-33.patch
autoreconf -fiv
dav_user="%{name}" \
dav_group="%{name}" \
%configure \
@@ -98,7 +94,6 @@ install -p -D -m0644 %{SOURCE4} %{buildroot}%{_sysusersdir}/%{name}.conf
%endif
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%license COPYING
%doc AUTHORS BUGS FAQ NEWS README* THANKS TODO etc/%{name}.conf etc/secrets
%{_mandir}/man5/%{name}.conf.5%{?ext_man}