summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec10
1 files changed, 8 insertions, 2 deletions
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 <bgstack15@gmail.com>
+Packager: B. Stack <bgstack15@gmail.com>
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 <bgstack15@gmail.com> - 11.10-1
+- version bump
+
* Mon Apr 05 2021 B. Stack <bgstack15@gmail.com> - 11.9-1
- version bump
bgstack15