From 6f61e4f4d347ee6a3830a784fcc8ed0e2982604d Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 18 Mar 2020 16:42:46 -0400 Subject: 10.22 rpm rc1 --- freefilesync/freefilesync.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'freefilesync/freefilesync.spec') 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 # 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 - 10.22-1 +- version bump +- add ffs_libssl.patch + * Tue Feb 18 2020 B Stack - 10.20-1 - version bump -- cgit