From 8303df38956fc971a236a2c7fc776a8da2f6ab54 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 22 Oct 2019 09:37:03 -0400 Subject: WIP: freefilesync 10.17 rpm rc1 Attempt at updating the patches for 10.17. Need to try with libcurl 7.66.0 which my local install does not have. --- freefilesync/freefilesync.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'freefilesync/freefilesync.spec') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 7b7cc80..157c66b 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -18,8 +18,8 @@ %define libssh2_name libssh2-%{name} %endif Name: freefilesync -Version: 10.16 -Release: 2%{?dist} +Version: 10.17 +Release: 1%{?dist} Summary: A file synchronization utility Group: Applications/File @@ -38,6 +38,7 @@ Patch3: ffs_sftp.patch Patch4: ffs_fedora.patch Patch5: ffs_el.patch Patch6: ffs_libssh2.patch +Patch7: ffs_curl.patch Packager: B Stack # WARNING: the build will FAIL if you have wxGTK3-devel installed. Only wxGTK2-devel should be on the build system. @@ -92,6 +93,7 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ %patch4 -p1 %endif %patch6 -p1 +%patch7 -p1 # custom build parameters for packaging application in rpm # fedora provides build_cxxflags, which is really just optflags @@ -194,6 +196,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml %changelog +* Mon Oct 21 2019 B Stack - 10.17-1 +- version bump + * Wed Oct 09 2019 B Stack - 10.16-2 - include support for el8 -- cgit