Hello community,

here is the log from the commit of package sshfs for openSUSE:Factory checked 
in at 2016-03-21 12:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sshfs (Old)
 and      /work/SRC/openSUSE:Factory/.sshfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sshfs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sshfs/sshfs.changes      2014-10-05 
20:33:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sshfs.new/sshfs.changes 2016-03-21 
12:45:11.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Mar 17 20:16:34 UTC 2016 - mimi...@gmail.com
+
+- update to 2.7
+- spec-cleaned spec file
+* Added -o cache_max_size=N option to let users tune the maximum size of the 
cache 
+       in number of entries.
+* Added -o cache_clean_interval=N and -o cache_min_clean_interval=N options to 
+       let users tune the cleaning behavior of the cache.
+
+-------------------------------------------------------------------

Old:
----
  sshfs-fuse-2.5.tar.gz

New:
----
  sshfs-2.7.tar.gz

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

Other differences:
------------------
++++++ sshfs.spec ++++++
--- /var/tmp/diff_new_pack.GSt5mM/_old  2016-03-21 12:45:12.000000000 +0100
+++ /var/tmp/diff_new_pack.GSt5mM/_new  2016-03-21 12:45:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sshfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
 
 
 Name:           sshfs
-BuildRequires:  automake
-BuildRequires:  fuse-devel
-BuildRequires:  glib2-devel
-Requires:       fuse
+Version:        2.7
+Release:        0
 Summary:        Filesystem client based on SSH file transfer protocol
 License:        GPL-2.0+
 Group:          System/Filesystems
-Version:        2.5
-Release:        0
-Source:         %{name}-fuse-%{version}.tar.gz
 Url:            http://fuse.sourceforge.net/sshfs.html
+Source:         
https://github.com/libfuse/sshfs/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  automake
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
+Requires:       fuse
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,21 +38,21 @@
 openssh (ssh).
 
 %prep
-%setup -n %{name}-fuse-%{version}
+%setup -q
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
 autoreconf -fi
 %configure --disable-sshnodelay
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" install
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING* ChangeLog NEWS README*
-%doc %{_mandir}/*/*
+%doc AUTHORS COPYING ChangeLog
+%{_mandir}/*/*
 %{_bindir}/*
 
 %changelog

++++++ sshfs-fuse-2.5.tar.gz -> sshfs-2.7.tar.gz ++++++
++++ 9483 lines of diff (skipped)


Reply via email to