From 731ddfab7db2766d68e9d7b461bc134925c42690 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 14 Nov 2018 21:51:08 -0500 Subject: freefilesync 10.6-1 --- freefilesync/freefilesync.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'freefilesync/freefilesync.spec') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index a1d0059..824b0bf 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -2,7 +2,7 @@ %global prog2name RealTimeSync %global dummy_package 0 Name: freefilesync -Version: 10.5 +Version: 10.6 Release: 1%{?dist} Summary: A file synchronization utility @@ -18,7 +18,7 @@ Patch0: ffs_include_lz.patch Patch1: ffs_no_check_updates.patch Patch2: ffs_no_wx311.patch Patch3: ffs_fedora.patch -Patch4: ffs_no_user_manual.patch +Patch4: ffs_xdg_config_dir.patch Packager: B Stack BuildRequires: boost-devel @@ -134,6 +134,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %ghost %config %attr(666, -, -) %{_datadir}/%{pkgname}/GlobalSettings.xml %changelog +* Wed Nov 14 2018 B Stack - 10.6-1 +- version bump + * Tue Oct 16 2018 B Stack - 10.5-1 - version bump -- cgit From 156f7537e3d2c3ff96d6a0073f19e1928303439d Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 15 Nov 2018 07:26:19 -0500 Subject: fix mkdir -p ../Build/Bin --- freefilesync/freefilesync.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'freefilesync/freefilesync.spec') 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 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 - 10.6-1 +* Thu Nov 15 2018 B Stack - 10.6-2 - version bump * Tue Oct 16 2018 B Stack - 10.5-1 -- cgit From 6e46d0819a94060d6f8ee595de0be87bb201cecb Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 16 Nov 2018 21:40:19 -0500 Subject: fix call to Resources.zip for fedora --- freefilesync/freefilesync.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'freefilesync/freefilesync.spec') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 63e75c8..c2d548d 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -3,7 +3,7 @@ %global dummy_package 0 Name: freefilesync Version: 10.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A file synchronization utility Group: Applications/File @@ -132,7 +132,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %ghost %config %attr(666, -, -) %{_datadir}/%{pkgname}/GlobalSettings.xml %changelog -* Thu Nov 15 2018 B Stack - 10.6-2 +* Fri Nov 16 2018 B Stack - 10.6-3 - version bump * Tue Oct 16 2018 B Stack - 10.5-1 -- cgit