summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index a1d0059..c2d548d 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -2,8 +2,8 @@
%global prog2name RealTimeSync
%global dummy_package 0
Name: freefilesync
-Version: 10.5
-Release: 1%{?dist}
+Version: 10.6
+Release: 3%{?dist}
Summary: A file synchronization utility
Group: Applications/File
@@ -14,11 +14,10 @@ URL: http://www.freefilesync.org/
Source0: https://gitlab.com/opensource-tracking/%{pkgname}/-/archive/%{version}/%{pkgname}-%{version}.tar.gz
Source1: %{pkgname}.desktop
Source2: %{prog2name}.desktop
-Patch0: ffs_include_lz.patch
+Patch0: ffs_makefile.patch
Patch1: ffs_no_check_updates.patch
Patch2: ffs_no_wx311.patch
Patch3: ffs_fedora.patch
-Patch4: ffs_no_user_manual.patch
Packager: B Stack <bgstack15@gmail.com>
BuildRequires: boost-devel
@@ -49,7 +48,6 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \
%patch1 -p1
%patch2 -p1
%patch3 -p1
-%patch4 -p1
# custom build parameters for packaging application in rpm
%{__sed} \
@@ -134,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%ghost %config %attr(666, -, -) %{_datadir}/%{pkgname}/GlobalSettings.xml
%changelog
+* Fri Nov 16 2018 B Stack <bgstack15@gmail.com> - 10.6-3
+- version bump
+
* Tue Oct 16 2018 B Stack <bgstack15@gmail.com> - 10.5-1
- version bump
bgstack15