Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3a88afc248 | |||
|
|
aaf50e3ff3 | ||
| 6a60aa3dcb |
@@ -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.
|
||||
@@ -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
3
davfs2-1.7.2.tar.gz
Normal 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
BIN
davfs2-1.7.2.tar.gz.sig
Normal file
Binary file not shown.
@@ -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)
|
||||
|
||||
11
davfs2.spec
11
davfs2.spec
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user