From 7edd2dd959856317ff3180d5cc256c98058f5231 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 9 Sep 2018 19:19:30 -0400 Subject: bump to 10.4 --- freefilesync/freefilesync.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'freefilesync') 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 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 - 10.4-1 +- version bump + * Wed Aug 29 2018 B Stack - 10.3-3 - forked from phantomx release -- cgit