summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-18 16:42:46 -0400
committerB Stack <bgstack15@gmail.com>2020-03-18 16:42:46 -0400
commit6f61e4f4d347ee6a3830a784fcc8ed0e2982604d (patch)
treeeb171d5c806f6a149d061ec0db4eb3632fc7032b /freefilesync/freefilesync.spec
parentfreefilesync 10.22 dpkg rc1 (diff)
downloadstackrpms-6f61e4f4d347ee6a3830a784fcc8ed0e2982604d.tar.gz
stackrpms-6f61e4f4d347ee6a3830a784fcc8ed0e2982604d.tar.bz2
stackrpms-6f61e4f4d347ee6a3830a784fcc8ed0e2982604d.zip
10.22 rpm rc1
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index f53c693..018b130 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -18,7 +18,7 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 10.20
+Version: 10.22
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -41,6 +41,7 @@ Patch6: ffs_libssh2.patch
Patch7: ffs_curl.patch
Patch8: ffs_bit.patch
Patch9: ffs_no_eraseif.patch
+Patch10: ffs_libssl.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.
@@ -100,6 +101,7 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \
%patch8 -p1
%patch9 -p1
%endif
+%patch10 -p1
# custom build parameters for packaging application in rpm
# fedora provides build_cxxflags, which is really just optflags
@@ -202,6 +204,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Wed Mar 18 2020 B Stack <bgstack15@gmail.com> - 10.22-1
+- version bump
+- add ffs_libssl.patch
+
* Tue Feb 18 2020 B Stack <bgstack15@gmail.com> - 10.20-1
- version bump
bgstack15