From 2ed2c82f047d9caa9d6210ee5c63e08f12156e4c Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 2 Nov 2020 11:41:46 -0500 Subject: ffs 11.3 rpm rc1 also improved icon selection from renamed icons by examining the diff from 11.2 and 11.3 --- freefilesync/freefilesync.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'freefilesync/freefilesync.spec') diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index a40f6fe..c5bc731 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -19,7 +19,7 @@ %define libssh2_name libssh2-%{name} %endif Name: freefilesync -Version: 11.2 +Version: 11.3 Release: 1%{?dist} Summary: A file synchronization utility @@ -156,7 +156,7 @@ install -d %{buildroot}%{_datadir}/mime/packages install -Dm 0644 -t %{buildroot}%{_datadir}/mime/packages %{SOURCE3} # icons -unzip %{pkgname}/Build/Resources/Icons.zip file_batch.png file_sync.png +unzip %{pkgname}/Build/Resources/Icons.zip cfg_batch.png start_sync.png ff=" -filter Lanczos" for res in 16 22 24 32 48 64 96 128 256 ;do @@ -167,8 +167,8 @@ for res in 16 22 24 32 48 64 96 128 256 ;do convert %{pkgname}/Build/Resources/%{pkgname}.png ${ff} ${rr} ${dir}/apps/%{pkgname}.png convert %{pkgname}/Build/Resources/%{prog2name}.png ${ff} ${rr} ${dir}/apps/%{prog2name}.png # mimetypes - convert file_batch.png ${ff} ${rr} ${dir}/mimetypes/application-x-freefilesync-batch.png - convert file_sync.png ${ff} ${rr} ${dir}/mimetypes/application-x-freefilesync-ffs.png + convert cfg_batch.png ${ff} ${rr} ${dir}/mimetypes/application-x-freefilesync-batch.png + convert start_sync.png ${ff} ${rr} ${dir}/mimetypes/application-x-freefilesync-ffs.png convert %{pkgname}/Build/Resources/%{prog2name}.png ${ff} ${rr} ${dir}/mimetypes/application-x-freefilesync-real.png done @@ -207,6 +207,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml %changelog +* Mon Nov 02 2020 B Stack - 11.3-1 +- version bump + * Sat Oct 03 2020 B Stack - 11.2-1 - version bump -- cgit