diff --git a/sshfs.spec b/sshfs.spec index 7033802..26e788e 100644 --- a/sshfs.spec +++ b/sshfs.spec @@ -1,5 +1,5 @@ Name: sshfs -Version: 2.5 +Version: 2.7 Release: 1mamba Summary: A filesystem client based on the SSH File Transfer Protocol Group: System/Kernel and Hardware/Drivers @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://fuse.sourceforge.net/sshfs.html -Source: http://downloads.sourceforge.net/fuse/sshfs-fuse-%{version}.tar.gz +Source: https://github.com/libfuse/sshfs.git/sshfs-%{version}/sshfs-%{version}.tar.bz2 Source1: %{name}-help2man Patch: %{name}-1.8-cflags.patch License: GPL @@ -31,7 +31,7 @@ Features of this implementation are: * Caching directory contents %prep -%setup -q -n %{name}-fuse-%{version} +%setup -q %patch sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac @@ -62,6 +62,9 @@ gzip %{buildroot}/%{_mandir}/man8/%{name}.8 #ChangeLog FAQ.txt NEWS README %changelog +* Fri May 20 2016 Silvan Calarco 2.7-1mamba +- update to 2.7 + * Thu Jan 16 2014 Automatic Build System 2.5-1mamba - automatic version update by autodist