summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec8
1 files changed, 3 insertions, 5 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 824b0bf..63e75c8 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -3,7 +3,7 @@
%global dummy_package 0
Name: freefilesync
Version: 10.6
-Release: 1%{?dist}
+Release: 2%{?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_xdg_config_dir.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,7 +132,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%ghost %config %attr(666, -, -) %{_datadir}/%{pkgname}/GlobalSettings.xml
%changelog
-* Wed Nov 14 2018 B Stack <bgstack15@gmail.com> - 10.6-1
+* Thu Nov 15 2018 B Stack <bgstack15@gmail.com> - 10.6-2
- version bump
* Tue Oct 16 2018 B Stack <bgstack15@gmail.com> - 10.5-1
bgstack15