summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-15 17:14:09 -0400
committerB Stack <bgstack15@gmail.com>2019-07-15 17:14:09 -0400
commit6d38d8767fa9b1f400a4436a0e546e3bb96b4311 (patch)
treea5bfe6a70d799bcb46e7299ea245d34e1eeff512 /freefilesync/freefilesync.spec
parentfreefilesync dpkg add unzip (diff)
downloadstackrpms-6d38d8767fa9b1f400a4436a0e546e3bb96b4311.tar.gz
stackrpms-6d38d8767fa9b1f400a4436a0e546e3bb96b4311.tar.bz2
stackrpms-6d38d8767fa9b1f400a4436a0e546e3bb96b4311.zip
freefilesync 10.14 rpm rc1
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 0b3c344..6949177 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -14,7 +14,7 @@
%define min_openssl >= 1.1.0h
%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,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* 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