Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2019-02-27 17:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and      /work/SRC/openSUSE:Factory/.sshfs.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sshfs"

Wed Feb 27 17:29:23 2019 rev:30 rq:679555 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes      2018-10-04 
19:02:29.099140900 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new.28833/sshfs.changes   2019-02-27 
17:29:29.635313355 +0100
@@ -1,0 +2,22 @@
+Fri Dec  7 11:05:54 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 3.5.0
+  * Fixed error code returned by rename(), allowing proper fallback.
+  * Make utimens(NULL) result in timestamp "now" -- no more
+    touched files dated 1970-01-01.
+  * SSHFS now supports (or rather: ignores) some options that it
+    may receive as result of being mounted from /etc/mtab.
+    This includes things like user, netdev, or auto.
+  * Dropped support for writeback caching (and, as a consequence,
+    "unreliable append" operation). As of kernel 4.14, the FUSE
+    module's writeback implementation is not compatible with
+    network filesystems and there are no imminent plans to change
+    that.
+  * Add support for mounting from /etc/fstab
+  * SSHFS now supports O_APPEND.
+  * Fixed a crash due to a race condition when listing directory
+    contents.
+  * For improved backwards compatibility, SSHFS now also silently
+    accepts the old -o cache_* options.
+
+-------------------------------------------------------------------

Old:
----
  sshfs-2.10.tar.gz
  sshfs-2.10.tar.gz.asc

New:
----
  sshfs-3.5.0.tar.xz
  sshfs-3.5.0.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sshfs.spec ++++++
--- /var/tmp/diff_new_pack.KZ9Jbl/_old  2019-02-27 17:29:30.119313182 +0100
+++ /var/tmp/diff_new_pack.KZ9Jbl/_new  2019-02-27 17:29:30.119313182 +0100
@@ -12,24 +12,25 @@
 # 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/
 #
 
 
 Name:           sshfs
-Version:        2.10
+Version:        3.5.0
 Release:        0
 Summary:        Filesystem client based on SSH file transfer protocol
 License:        GPL-2.0-or-later
 Group:          System/Filesystems
 URL:            https://github.com/libfuse/sshfs
-Source:         
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source2:        
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
+Source:         
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
+Source2:        
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz.asc
 Source3:        %{name}.keyring
-BuildRequires:  fuse-devel >= 2.3
-BuildRequires:  glib2-devel
+BuildRequires:  fuse3-devel >= 3.1.0
+BuildRequires:  meson
 BuildRequires:  pkgconfig >= 0.9.0
-Requires:       fuse >= 2.3
+BuildRequires:  pkgconfig(glib-2.0)
+Requires:       fuse3 >= 3.1.0
 
 %description
 SSHFS is a filesystem client based on the SSH File Transfer Protocol.
@@ -42,16 +43,17 @@
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 
 %files
 %license COPYING
 %doc AUTHORS
-%{_mandir}/*/*
 %{_bindir}/*
+%{_sbindir}/mount.fuse.sshfs
+%{_sbindir}/mount.sshfs
 
 %changelog



Reply via email to