summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
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 3ed654a..85cb94a 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -18,8 +18,8 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 10.18
-Release: 2%{?dist}
+Version: 10.19
+Release: 1%{?dist}
Summary: A file synchronization utility
Group: Applications/File
@@ -202,6 +202,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Thu Dec 27 2019 B Stack <bgstack15@gmail.com> - 10.19-1
+- version bump
+
* Thu Nov 21 2019 B Stack <bgstack15@gmail.com> - 10.18-2
- el and fc29 reverted to devtoolset-7, -std=c++17, and some older internal logic
bgstack15