summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-03-02 21:46:04 -0500
committerB Stack <bgstack15@gmail.com>2021-03-02 21:46:04 -0500
commit6dc79e3094a80e29b8de6cb42a843c733fba3628 (patch)
treec920662150c0f928784aec17f1d8c3ca2b6e3b10 /freefilesync/freefilesync.spec
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-6dc79e3094a80e29b8de6cb42a843c733fba3628.tar.gz
stackrpms-6dc79e3094a80e29b8de6cb42a843c733fba3628.tar.bz2
stackrpms-6dc79e3094a80e29b8de6cb42a843c733fba3628.zip
ffs 11.7 rc1
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 93d252d..3266986 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -19,7 +19,7 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 11.6
+Version: 11.7
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -207,6 +207,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Tue Mar 02 2021 B. Stack <bgstack15@gmail.com> - 11.7-1
+- version bump
+
* Tue Feb 02 2021 B. Stack <bgstack15@gmail.com> - 11.6-1
- version bump
- upstream removed png files from outside zip; so just use them from the Icons.zip.
bgstack15