Accepting request 1175697 from filesystems

OBS-URL: https://build.opensuse.org/request/show/1175697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/davfs2?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-05-22 19:32:01 +00:00 committed by Git OBS Bridge
commit 00740b2718
3 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,13 @@
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])
DAV_CHECK_NEON
# Checks for header files.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 21 04:45:15 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- add davfs2-1.7.0-neon-33.patch to fix build with neon 33
-------------------------------------------------------------------
Mon Feb 5 08:13:44 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -29,6 +29,7 @@ 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-neon-33.patch
BuildRequires: automake >= 1.16
BuildRequires: fuse-devel >= 2.2
BuildRequires: neon-devel
@ -51,10 +52,11 @@ FUSE. To connect to the WebDAV server, it makes use of the neon library,
supporting TLS/SSL and access via proxy servers.
%prep
%setup -q
cd src
%autosetup -p1
%build
# for davfs2-1.7.0-neon-33.patch
autoreconf -fiv
dav_user="%{name}" \
dav_group="%{name}" \
%configure \