From 95ff57a97e933bbabb663e03a13da6dbb23d635c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 10 May 2021 16:23:50 -0400 Subject: ffs 11.10 rpm rc1 --- freefilesync/freefilesync.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'freefilesync/freefilesync.spec') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 7b8dbec..6ef2bb3 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -19,7 +19,7 @@ %define libssh2_name libssh2-%{name} %endif Name: freefilesync -Version: 11.9 +Version: 11.10 Release: 1%{?dist} Summary: A file synchronization utility @@ -44,8 +44,9 @@ Patch8: ffs_bit.patch Patch9: ffs_no_eraseif.patch Patch10: revert_zenju_aggressive_upstreamisms.patch Patch11: ffs_traditional_view.patch +Patch12: ffs_desktop_notifications.patch -Packager: B Stack +Packager: B. Stack BuildRequires: brotli-devel BuildRequires: wxGTK3-devel BuildRequires: desktop-file-utils @@ -54,6 +55,7 @@ BuildRequires: ImageMagick BuildRequires: libcurl-devel %{min_libcurl} BuildRequires: %{libssh2_name}-devel %{min_libssh2} BuildRequires: patch +BuildRequires: pkgconfig(giomm-2.4) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(zlib) @@ -104,6 +106,7 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ %endif %patch10 -p1 %patch11 -p1 +%patch12 -p1 # custom build parameters for packaging application in rpm # fedora provides build_cxxflags, which is really just optflags @@ -207,6 +210,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml %changelog +* Mon May 10 2021 B. Stack - 11.10-1 +- version bump + * Mon Apr 05 2021 B. Stack - 11.9-1 - version bump -- cgit