commit davfs2 for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package davfs2 for openSUSE:Factory checked 
in at 2020-09-17 14:55:21

Comparing /work/SRC/openSUSE:Factory/davfs2 (Old)
 and  /work/SRC/openSUSE:Factory/.davfs2.new.4249 (New)


Package is "davfs2"

Thu Sep 17 14:55:21 2020 rev:4 rq:835029 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/davfs2/davfs2.changes2020-06-23 
21:07:45.218454613 +0200
+++ /work/SRC/openSUSE:Factory/.davfs2.new.4249/davfs2.changes  2020-09-17 
15:06:07.236782896 +0200
@@ -1,0 +2,12 @@
+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
+
+---

Old:

  add-neon-031-support.patch
  davfs2-1.5.6.tar.gz
  davfs2-1.5.6.tar.gz.sig

New:

  davfs2-1.6.0.tar.gz
  davfs2-1.6.0.tar.gz.sig



Other differences:
--
++ davfs2.spec ++
--- /var/tmp/diff_new_pack.ge3ZDW/_old  2020-09-17 15:06:08.732784317 +0200
+++ /var/tmp/diff_new_pack.ge3ZDW/_new  2020-09-17 15:06:08.732784317 +0200
@@ -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 @@
 supporting TLS/SSL and access via proxy servers.
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch0
+%setup -q
 cd src
 
 %build
@@ -64,18 +60,18 @@
 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 @@
 
 %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 @@
 %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
 

++ davfs2-1.5.6.tar.gz -> davfs2-1.6.0.tar.gz ++

commit davfs2 for openSUSE:Factory

2020-06-23 Thread root
Hello community,

here is the log from the commit of package davfs2 for openSUSE:Factory checked 
in at 2020-06-23 21:07:04

Comparing /work/SRC/openSUSE:Factory/davfs2 (Old)
 and  /work/SRC/openSUSE:Factory/.davfs2.new.2956 (New)


Package is "davfs2"

Tue Jun 23 21:07:04 2020 rev:3 rq:816578 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/davfs2/davfs2.changes2020-05-15 
23:52:04.837516856 +0200
+++ /work/SRC/openSUSE:Factory/.davfs2.new.2956/davfs2.changes  2020-06-23 
21:07:45.218454613 +0200
@@ -1,0 +2,6 @@
+Thu Jun 11 12:45:49 UTC 2020 - Paolo Stivanin 
+
+- Add add-neon-031-support.patch
+- Add -fcommon to allow building against GCC10
+
+---

New:

  add-neon-031-support.patch



Other differences:
--
++ davfs2.spec ++
--- /var/tmp/diff_new_pack.EsUI0F/_old  2020-06-23 21:07:45.962457017 +0200
+++ /var/tmp/diff_new_pack.EsUI0F/_new  2020-06-23 21:07:45.966457029 +0200
@@ -27,7 +27,10 @@
 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
@@ -48,6 +51,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0
 cd src
 
 %build
@@ -60,7 +64,7 @@
 PIE="-fPIE"
 pie="-pie"
 %endif
-make AM_CFLAGS="-Wall %{optflags} $PIE" AM_LDFLAGS="$pie" %{?_smp_mflags}
+make AM_CFLAGS="-Wall %{optflags} $PIE -fcommon" AM_LDFLAGS="$pie" 
%{?_smp_mflags}
 
 %install
 %make_install

++ add-neon-031-support.patch ++
--- configure.ac.orig   2020-06-11 14:39:04.455816310 +0200
+++ configure.ac2020-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
 





commit davfs2 for openSUSE:Factory

2020-05-15 Thread root
Hello community,

here is the log from the commit of package davfs2 for openSUSE:Factory checked 
in at 2020-05-15 23:52:03

Comparing /work/SRC/openSUSE:Factory/davfs2 (Old)
 and  /work/SRC/openSUSE:Factory/.davfs2.new.2738 (New)


Package is "davfs2"

Fri May 15 23:52:03 2020 rev:2 rq:805747 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/davfs2/davfs2.changes2018-03-05 
13:36:56.661926278 +0100
+++ /work/SRC/openSUSE:Factory/.davfs2.new.2738/davfs2.changes  2020-05-15 
23:52:04.837516856 +0200
@@ -1,0 +2,15 @@
+Tue May  5 11:11:15 UTC 2020 - Paolo Stivanin 
+
+- Update to 1.5.6 
+  * Remove call to setuid and setgid.
+  * Ignore EEXIST when creating DAV_SYS_RUN (bug #57233).
+  * Replace GNU extension 'a' with option 'm' in fscanf
+(bug #56286).
+  * Check for inconv.h and iconv (bug #56178).
+  * Warning about intermediary CAs (bug #54699).
+  * Don't remove cache-files because of inconsistent
+metadata (sr #109587).
+  * Add query-string to path on redirect (bug #54943).
+  * Ignore option "nofail" (fixes bug #51521).
+
+---

Old:

  davfs2-1.5.4.tar.gz
  davfs2-1.5.4.tar.gz.sig

New:

  davfs2-1.5.6.tar.gz
  davfs2-1.5.6.tar.gz.sig



Other differences:
--
++ davfs2.spec ++
--- /var/tmp/diff_new_pack.Nc5XQx/_old  2020-05-15 23:52:05.361517867 +0200
+++ /var/tmp/diff_new_pack.Nc5XQx/_new  2020-05-15 23:52:05.365517874 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package davfs2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Summary:FUSE-Filesystem to access WebDAV servers
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  System/Filesystems
 Name:   davfs2
-Version:1.5.4
+Version:1.5.6
 Release:0
-Url:http://savannah.nongnu.org/projects/%{name}
+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

++ davfs2-1.5.4.tar.gz -> davfs2-1.5.6.tar.gz ++
 10156 lines of diff (skipped)