diff --git a/add-neon-031-support.patch b/add-neon-031-support.patch deleted file mode 100644 index 13c7d61..0000000 --- a/add-neon-031-support.patch +++ /dev/null @@ -1,54 +0,0 @@ ---- configure.ac.orig 2020-06-11 14:39:04.455816310 +0200 -+++ configure.ac 2020-06-11 14:39:18.487895733 +0200 -@@ -36,7 +36,7 @@ - # Checks for libraries. - AM_GNU_GETTEXT_VERSION(0.18.1) - AM_GNU_GETTEXT([external]) --NE_REQUIRE_VERSIONS([0], [27 28 29 30]) -+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31]) - DAV_CHECK_NEON - - # Checks for header files. - ---- configure.orig 2020-06-11 14:42:11.436874509 +0200 -+++ configure 2020-06-11 14:42:48.429083847 +0200 -@@ -6800,7 +6800,7 @@ - $as_echo "$ne_cv_lib_neon" >&6; } - if test "$ne_cv_lib_neon" = "yes"; then - ne_cv_lib_neonver=no -- for v in 27 28 29 30; do -+ for v in 27 28 29 30 31; do - case $ne_libver in - 0.$v.*) ne_cv_lib_neonver=yes ;; - esac -@@ -6983,8 +6983,8 @@ - neon_got_library=yes - - else -- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5 --$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5 -+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;} - neon_got_library=no - fi - -@@ -7040,7 +7040,7 @@ - $as_echo "$ne_cv_lib_neon" >&6; } - if test "$ne_cv_lib_neon" = "yes"; then - ne_cv_lib_neonver=no -- for v in 27 28 29 30; do -+ for v in 27 28 29 30 31; do - case $ne_libver in - 0.$v.*) ne_cv_lib_neonver=yes ;; - esac -@@ -7223,8 +7223,8 @@ - neon_got_library=yes - - else -- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5 --$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;} -+ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5 -+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;} - neon_got_library=no - fi - diff --git a/davfs2-1.5.6.tar.gz b/davfs2-1.5.6.tar.gz deleted file mode 100644 index 812e057..0000000 --- a/davfs2-1.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:417476cdcfd53966b2dcfaf12455b54f315959b488a89255ab4b44586153d801 -size 481448 diff --git a/davfs2-1.5.6.tar.gz.sig b/davfs2-1.5.6.tar.gz.sig deleted file mode 100644 index 7653b1b..0000000 Binary files a/davfs2-1.5.6.tar.gz.sig and /dev/null differ diff --git a/davfs2-1.6.0.tar.gz b/davfs2-1.6.0.tar.gz new file mode 100644 index 0000000..9a5010b --- /dev/null +++ b/davfs2-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6b675685bd917772be60f0999ae098c80f79ff20dc131e8fec4547cbb63b50 +size 472511 diff --git a/davfs2-1.6.0.tar.gz.sig b/davfs2-1.6.0.tar.gz.sig new file mode 100644 index 0000000..2a5096d Binary files /dev/null and b/davfs2-1.6.0.tar.gz.sig differ diff --git a/davfs2.changes b/davfs2.changes index 90d0824..a3f662e 100644 --- a/davfs2.changes +++ b/davfs2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 16 12:24:56 UTC 2020 - Paolo Stivanin + +- Update to 1.6.0 + * Update documentation + * Remove Coda-support + * New parser for cookies (bug #58459). + * Add log message. + * Add option sharepoint_href_bug. + * Ignore option -n (sr #110191). +- Remove add-neon-031-support.patch + ------------------------------------------------------------------- Thu Jun 11 12:45:49 UTC 2020 - Paolo Stivanin diff --git a/davfs2.spec b/davfs2.spec index 579e398..92169f2 100644 --- a/davfs2.spec +++ b/davfs2.spec @@ -16,27 +16,24 @@ # +Name: davfs2 +Version: 1.6.0 +Release: 0 Summary: FUSE-Filesystem to access WebDAV servers License: GPL-3.0-only Group: System/Filesystems -Name: davfs2 -Version: 1.5.6 -Release: 0 URL: http://savannah.nongnu.org/projects/%{name} Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig Source2: %{name}-rpmlintrc Source3: memberlist-gpgkeys.gpg -# Partially taken from https://savannah.nongnu.org/bugs/?58101, won't be needed with next version update -Patch0: add-neon-031-support.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake >= 1.16 BuildRequires: fuse-devel >= 2.2 BuildRequires: neon-devel BuildRequires: pwdutils Requires: fuse >= 2.2 -Requires(pre): /usr/sbin/groupadd -Requires(pre): /usr/sbin/useradd +Requires(pre): %{_sbindir}/groupadd +Requires(pre): %{_sbindir}/useradd Obsoletes: fuse-%{name} < %{version} Provides: fuse-%{name} = %{version} @@ -50,8 +47,7 @@ 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 -n %{name}-%{version} -%patch0 +%setup -q cd src %build @@ -64,18 +60,18 @@ dav_group="%{name}" \ PIE="-fPIE" pie="-pie" %endif -make AM_CFLAGS="-Wall %{optflags} $PIE -fcommon" AM_LDFLAGS="$pie" %{?_smp_mflags} +%make_build AM_CFLAGS="-Wall %{optflags} $PIE" AM_LDFLAGS="$pie" %install %make_install rm -rf "%{buildroot}%{_datadir}/doc" -install -d "%{buildroot}/var/cache/%{name}" +install -d "%{buildroot}%{_localstatedir}/cache/%{name}" %find_lang %{name} rm -rf "%{buildroot}/%{_docdir}" %pre -/usr/bin/getent group %{name} >/dev/null || /usr/sbin/groupadd -r %{name} -/usr/bin/getent passwd %{name} >/dev/null || /usr/sbin/useradd -r -g %{name} -d /var/cache/%{name} %{name} +%{_bindir}/getent group %{name} >/dev/null || %{_sbindir}/groupadd -r %{name} +%{_bindir}/getent passwd %{name} >/dev/null || %{_sbindir}/useradd -r -g %{name} -d %{_localstatedir}/cache/%{name} %{name} %post %if 0%{?set_permissions:1} > 0 @@ -93,13 +89,14 @@ rm -rf "%{buildroot}/%{_docdir}" %files -f %{name}.lang %defattr(-, root, root, 0755) -%doc AUTHORS BUGS COPYING FAQ NEWS README* THANKS TODO etc/%{name}.conf etc/secrets -%doc %{_mandir}/man5/%{name}.conf.5%{ext_man} -%doc %{_mandir}/man8/mount.davfs.8%{ext_man} -%doc %{_mandir}/man8/umount.davfs.8%{ext_man} -%doc %{_mandir}/*/man5/%{name}.conf.5%{ext_man} -%doc %{_mandir}/*/man8/mount.davfs.8%{ext_man} -%doc %{_mandir}/*/man8/umount.davfs.8%{ext_man} +%license COPYING +%doc AUTHORS BUGS FAQ NEWS README* THANKS TODO etc/%{name}.conf etc/secrets +%{_mandir}/man5/%{name}.conf.5%{?ext_man} +%{_mandir}/man8/mount.davfs.8%{?ext_man} +%{_mandir}/man8/umount.davfs.8%{?ext_man} +%{_mandir}/*/man5/%{name}.conf.5%{?ext_man} +%{_mandir}/*/man8/mount.davfs.8%{?ext_man} +%{_mandir}/*/man8/umount.davfs.8%{?ext_man} %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf %config %{_sysconfdir}/%{name}/secrets @@ -107,7 +104,7 @@ rm -rf "%{buildroot}/%{_docdir}" %verify(not user group mode) %attr(0755,root,root) %{_sbindir}/mount.davfs %{_sbindir}/umount.davfs %{_datadir}/%{name} -%attr(0750, %{name}, %{name}) /var/cache/%{name} +%attr(0750, %{name}, %{name}) %{_localstatedir}/cache/%{name} /sbin/mount.davfs /sbin/umount.davfs