From 635e8294364e08c813392966a61a4f39e8ac03a9 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 22 Sep 2021 16:00:31 -0400 Subject: ffs 11.14 rc1 --- freefilesync/freefilesync.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'freefilesync/freefilesync.spec') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index bd9d7bf..80a4d0b 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -19,7 +19,7 @@ %define libssh2_name libssh2-%{name} %endif Name: freefilesync -Version: 11.13 +Version: 11.14 Release: 1%{?dist} Summary: A file synchronization utility @@ -45,6 +45,8 @@ Patch9: ffs_no_eraseif.patch Patch10: revert_zenju_aggressive_upstreamisms.patch Patch11: ffs_traditional_view.patch Patch12: ffs_desktop_notifications.patch +Patch13: ffs_openssl.patch +Patch14: ffs_icon_loader.patch Packager: B. Stack BuildRequires: brotli-devel @@ -107,6 +109,8 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 +%patch14 -p1 # custom build parameters for packaging application in rpm # fedora provides build_cxxflags, which is really just optflags @@ -210,6 +214,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml %changelog +* Wed Sep 22 2021 B. Stack - 11.14-1 +- version bump +- add patches for openssl and icon_loader + * Tue Aug 17 2021 B. Stack - 11.13-1 - version bump -- cgit