summaryrefslogtreecommitdiff
path: root/freefilesync
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-09 19:19:30 -0400
committerB Stack <bgstack15@gmail.com>2018-09-09 19:19:30 -0400
commit7edd2dd959856317ff3180d5cc256c98058f5231 (patch)
tree7a6871fe5b16bb612c48899f92727ee0071e5a63 /freefilesync
parentopenssl110: add buildrequires: perl (diff)
downloadstackrpms-7edd2dd959856317ff3180d5cc256c98058f5231.tar.gz
stackrpms-7edd2dd959856317ff3180d5cc256c98058f5231.tar.bz2
stackrpms-7edd2dd959856317ff3180d5cc256c98058f5231.zip
bump to 10.4
Diffstat (limited to 'freefilesync')
-rw-r--r--freefilesync/freefilesync.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 7a17269..63d8d43 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -2,8 +2,8 @@
%global prog2name RealTimeSync
%global dummy_package 0
Name: freefilesync
-Version: 10.3
-Release: 3%{?dist}
+Version: 10.4
+Release: 1%{?dist}
Summary: A file synchronization utility
Group: Applications/File
@@ -21,6 +21,7 @@ Patch3: ffs_fedora.patch
Packager: B Stack <bgstack15@gmail.com>
BuildRequires: boost-devel
+# WARNING: the build will FAIL if you have wxGTK3-devel installed. Only wxGTK2-devel should be on the build system.
BuildRequires: compat-wxGTK3-gtk2-devel
BuildRequires: gcc-c++
BuildRequires: desktop-file-utils
@@ -66,7 +67,7 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \
%make_install -C %{pkgname}/Source/%{prog2name}
%endif
-# WORKHERE not sure why this is needed especially if we did it in the %prep
+# make extra sure the files are not marked with executable
find %{buildroot}%{_datadir}/%{pkgname} -type f -exec chmod -x '{}' \; || :
# desktop files
@@ -131,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%ghost %config %attr(666, -, -) %{_datadir}/%{pkgname}/GlobalSettings.xml
%changelog
+* Mon Sep 10 2018 B Stack <bgstack15@gmail.com> - 10.4-1
+- version bump
+
* Wed Aug 29 2018 B Stack <bgstack15@gmail.com> - 10.3-3
- forked from phantomx release
bgstack15