summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-09-25 12:30:11 +0000
committerB. Stack <bgstack15@gmail.com>2021-09-25 12:30:11 +0000
commitfc31c2e309af7a8c62ecdeaa50d12c35a08f49a0 (patch)
treef5b298be83c325542be5efdbb65a727388694d8b /freefilesync/freefilesync.spec
parentMerge branch 'notepadpp-bump' into 'master' (diff)
parentffs 11.14 rc1 (diff)
downloadstackrpms-fc31c2e309af7a8c62ecdeaa50d12c35a08f49a0.tar.gz
stackrpms-fc31c2e309af7a8c62ecdeaa50d12c35a08f49a0.tar.bz2
stackrpms-fc31c2e309af7a8c62ecdeaa50d12c35a08f49a0.zip
Merge branch 'freefilesync-bump' into 'master'
ffs 11.14 rc1 See merge request bgstack15/stackrpms!263
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec10
1 files changed, 9 insertions, 1 deletions
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 <bgstack15@gmail.com>
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 <bgstack15@gmail.com> - 11.14-1
+- version bump
+- add patches for openssl and icon_loader
+
* Tue Aug 17 2021 B. Stack <bgstack15@gmail.com> - 11.13-1
- version bump
bgstack15