summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-04 18:30:53 +0000
committerB. Stack <bgstack15@gmail.com>2022-01-04 18:30:53 +0000
commitcdad9f9b2ad0cc90909e3c1ffb4d07e8b5b7da35 (patch)
treef06427c8117e103cc4ca6f641a444fcf32a166bc /freefilesync/freefilesync.spec
parentadd clipboard stuff to prefs.js everywhere (diff)
parentdisable openssl patch for fc36/rawhide (diff)
downloadstackrpms-cdad9f9b2ad0cc90909e3c1ffb4d07e8b5b7da35.tar.gz
stackrpms-cdad9f9b2ad0cc90909e3c1ffb4d07e8b5b7da35.tar.bz2
stackrpms-cdad9f9b2ad0cc90909e3c1ffb4d07e8b5b7da35.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync bump See merge request bgstack15/stackrpms!278
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