summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-10 12:28:18 +0000
committerB Stack <bgstack15@gmail.com>2020-12-10 12:28:18 +0000
commit95d1c5485ea21247f0311ea646e17965170766e8 (patch)
treea5ad6d0ca55c3915d2ae29e65c6b1cffbf9d57fd /freefilesync/freefilesync.spec
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentffs rpm 11.4 (diff)
downloadstackrpms-95d1c5485ea21247f0311ea646e17965170766e8.tar.gz
stackrpms-95d1c5485ea21247f0311ea646e17965170766e8.tar.bz2
stackrpms-95d1c5485ea21247f0311ea646e17965170766e8.zip
Merge branch 'freefilesync-bump' into 'master'
FreeFileSync 11.4 See merge request bgstack15/stackrpms!206
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index b7e58b1..da76c83 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -19,8 +19,8 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 11.3
-Release: 2%{?dist}
+Version: 11.4
+Release: 1%{?dist}
Summary: A file synchronization utility
Group: Applications/File
@@ -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 Dec 08 2020 B Stack <bgstack15@gmail.com> - 11.4-1
+- version bump
+
* Thu Nov 05 2020 B Stack <bgstack15@gmail.com> - 11.3-2
- fully fix the trad patch
bgstack15