From dd16442bb843be3d369e75750836c9103db4d832 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:05:52 +0100 Subject: [PATCH] rebuilt with libtinyxml2 7.1.0 [release 1.9.5-3mamba;Sun Apr 26 2020] --- encfs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/encfs.spec b/encfs.spec index 25b0672..5951014 100644 --- a/encfs.spec +++ b/encfs.spec @@ -1,6 +1,6 @@ Name: encfs Version: 1.9.5 -Release: 2mamba +Release: 3mamba Summary: A FUSE based encrypted filesystem in user-space Group: Applications/Archiving Vendor: openmamba @@ -12,12 +12,14 @@ Source: https://github.com/vgough/encfs.git/v%{version}/encfs-%{version}. License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libfuse-devel BuildRequires: libgcc BuildRequires: libopenssl-devel BuildRequires: libstdc++6-devel BuildRequires: libtinyxml2-devel ## AUTOBUILDREQ-END +BuildRequires: libtinyxml2-devel >= 7.1.0 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -89,6 +91,9 @@ This package contains libraries and header files for developing applications tha %changelog +* Sun Apr 26 2020 Silvan Calarco 1.9.5-3mamba +- rebuilt with libtinyxml2 7.1.0 + * Mon Jul 30 2018 Silvan Calarco 1.9.5-2mamba - rebuilt with sysmtem libtinyxml2