summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 83012d8..1beec2a 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -36,7 +36,7 @@
%undefine _package_note_file
%endif
Name: freefilesync
-Version: 11.21
+Version: 11.22
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -71,6 +71,7 @@ Patch41: ffs_no_gcc12.patch
Patch60: ffs_desktop_notifications.patch
Patch70: ffs_libcurl_7.61.1.patch
Patch71: ffs_libcurl_7.71.1.patch
+Patch72: ffs_libcurl_7.79.1.patch
Packager: B. Stack <bgstack15@gmail.com>
BuildRequires: brotli-devel
@@ -170,6 +171,9 @@ case "%{libcurl_ver}" in
7.61.1)
%patch70 -p1
;;
+ 7.79.1)
+%patch72 -p1
+ ;;
*)
%patch71 -p1
;;
@@ -265,6 +269,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Mon Jun 27 2022 B. Stack <bgstack15@gmail.com> - 11.22-1
+- version bump
+
* Tue Jun 07 2022 B. Stack <bgstack15@gmail.com> - 11.21-2
- rewrite spec for easier cross-distro support
- fix builds for el8
bgstack15