From d9f3e4f1a69811d091a8cc099d7f278e92bf0900 Mon Sep 17 00:00:00 2001 From: Vascom Date: Sep 19 2016 08:24:19 +0000 Subject: Update to 1.9.1. --- diff --git a/.gitignore b/.gitignore index 39ad2f7..06540b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /encfs-1.7.4.tgz /encfs-1.8.1.tar.gz /encfs-1.9.tar.gz +/encfs-1.9.1.tar.gz diff --git a/fuse-encfs.spec b/fuse-encfs.spec index 901628a..faac183 100644 --- a/fuse-encfs.spec +++ b/fuse-encfs.spec @@ -1,11 +1,11 @@ Name: fuse-encfs -Version: 1.9.0 +Version: 1.9.1 Release: 1%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPLv3+ Group: System Environment/Kernel Url: http://www.arg0.net/encfs -Source0: https://github.com/vgough/encfs/releases/download/v1.9/encfs-1.9.tar.gz +Source0: https://github.com/vgough/encfs/releases/download/v%{version}/encfs-%{version}.tar.gz Patch0: 0001-add-LIB_INSTALL_DIR-override-fixes-213.patch Requires: fuse >= 2.6 @@ -30,7 +30,7 @@ passes access through to the underlying filesystem. Similar to CFS except that it does not use NFS. %prep -%autosetup -p1 -n encfs-1.9 +%autosetup -p1 -n encfs-%{version} rm -rf internal/tinyxml2-3.0.0 mkdir %{_target_platform} @@ -59,6 +59,9 @@ rm -f %{buildroot}/%{_libdir}/*.so %{_mandir}/man1/encfs* %changelog +* Mon Sep 19 2016 Vasiliy N. Glazov 1.9.1-1 +- Update to 1.9.1 + * Thu Sep 15 2016 Vasiliy N. Glazov 1.9.0-1 - Update to 1.9.0 diff --git a/sources b/sources index ec6a4b6..43e9949 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -271ccc5735076c0fe17c56b102ead821 encfs-1.9.tar.gz +7cbf9cc3c5af49b46703ce6ba70d22a4 encfs-1.9.1.tar.gz