diff --git a/davfs2-1.7.0-neon-33.patch b/davfs2-1.7.0-neon-33.patch new file mode 100644 index 0000000..6ad1faf --- /dev/null +++ b/davfs2-1.7.0-neon-33.patch @@ -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. diff --git a/davfs2.changes b/davfs2.changes index 4df5ee2..794a594 100644 --- a/davfs2.changes +++ b/davfs2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 21 04:45:15 UTC 2024 - Andreas Stieger + +- add davfs2-1.7.0-neon-33.patch to fix build with neon 33 + ------------------------------------------------------------------- Mon Feb 5 08:13:44 UTC 2024 - Paolo Stivanin diff --git a/davfs2.spec b/davfs2.spec index d76ff2c..7144c6b 100644 --- a/davfs2.spec +++ b/davfs2.spec @@ -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 \