summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 0b3c344..1c8244e 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -11,10 +11,10 @@
%define scl_buildreq devtoolset-7-toolchain
%define min_libcurl >= 7.64.0
%define min_libssh2 >= 1.8.0
- %define min_openssl >= 1.1.0h
+ %define min_openssl >= 1.1.1c
%endif
Name: freefilesync
-Version: 10.13
+Version: 10.14
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -37,7 +37,6 @@ Patch6: ffs_libssh2.patch
Packager: B Stack <bgstack15@gmail.com>
# WARNING: the build will FAIL if you have wxGTK3-devel installed. Only wxGTK2-devel should be on the build system.
-BuildRequires: boost-devel
BuildRequires: compat-wxGTK3-gtk2-devel
BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
@@ -191,6 +190,12 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Tue Jul 16 2019 B Stack <bgstack15@gmail.com> - 10.14-2
+- adjust dependencies for el7
+
+* Mon Jul 15 2019 B Stack <bgstack15@gmail.com> - 10.14-1
+- version bump
+
* Sat Jun 15 2019 B Stack <bgstack15@gmail.com> - 10.13-1
- version bump
- improve mimetype icon deployment
bgstack15