summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
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 e5ec3ae..8dcc800 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -19,7 +19,7 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 11.15
+Version: 11.16
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -109,7 +109,10 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \
%patch10 -p1
%patch11 -p1
%patch12 -p1
+%if 0%{?fedora} < 36
+# Patch13 openssl is only for openssl < 3.0.0
%patch13 -p1
+%endif
%patch14 -p1
# custom build parameters for packaging application in rpm
@@ -214,6 +217,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Tue Jan 04 2021 B. Stack <bgstack15@gmail.com> - 11.16-1
+- version bump
+
* Mon Dec 06 2021 B. Stack <bgstack15@gmail.com> - 11.15-1
- version bump
bgstack15