From 31901356ad53511092ecc5909ebffa5e47d9cb24 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 21 Apr 2020 08:36:01 -0400 Subject: ffs 10.23 rpm rc1 --- freefilesync/freefilesync.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'freefilesync/freefilesync.spec') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 018b130..6b28b26 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -18,7 +18,7 @@ %define libssh2_name libssh2-%{name} %endif Name: freefilesync -Version: 10.22 +Version: 10.23 Release: 1%{?dist} Summary: A file synchronization utility @@ -41,7 +41,6 @@ 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. @@ -101,7 +100,6 @@ 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 @@ -204,6 +202,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml %changelog +* Tue Apr 21 2020 B Stack - 10.23-1 +- version bump +- remove ffs_libssl.patch + * Wed Mar 18 2020 B Stack - 10.22-1 - version bump - add ffs_libssl.patch -- cgit