From 83c49830d173c2f763960417221d9826ec4add94 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 27 Jun 2022 11:13:49 -0400 Subject: ffs 11.22 rpm rc1 --- freefilesync/freefilesync.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'freefilesync/freefilesync.spec') 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 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 - 11.22-1 +- version bump + * Tue Jun 07 2022 B. Stack - 11.21-2 - rewrite spec for easier cross-distro support - fix builds for el8 -- cgit