summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-03-03 13:48:13 +0000
committerB Stack <bgstack15@gmail.com>2021-03-03 13:48:13 +0000
commitc2b81c1ef445010392304ce11a3a4f29e8c44976 (patch)
tree1e39ccf0a22cb26aaa3e587bf656a2b037a3ae79 /freefilesync/freefilesync.spec
parentMerge branch 'notepadpp-bump' into 'master' (diff)
parentffs 11.7 rc1 (diff)
downloadstackrpms-c2b81c1ef445010392304ce11a3a4f29e8c44976.tar.gz
stackrpms-c2b81c1ef445010392304ce11a3a4f29e8c44976.tar.bz2
stackrpms-c2b81c1ef445010392304ce11a3a4f29e8c44976.zip
Merge branch 'freefilesync-bump' into 'master'
ffs 11.7 See merge request bgstack15/stackrpms!224
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