summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-08-19 02:06:04 +0000
committerB Stack <bgstack15@gmail.com>2019-08-19 02:06:04 +0000
commit57bf044aff03b2c87aeea8cb80a2c742765e633b (patch)
treea1f59e61c791294bd3c0894868d19f62f2d9f93f /freefilesync/freefilesync.spec
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentfreefilesync 10.15 rpm rc1 (diff)
downloadstackrpms-57bf044aff03b2c87aeea8cb80a2c742765e633b.tar.gz
stackrpms-57bf044aff03b2c87aeea8cb80a2c742765e633b.tar.bz2
stackrpms-57bf044aff03b2c87aeea8cb80a2c742765e633b.zip
Merge branch 'freefilesync-bump' into 'master'
freefilesync 10.15 See merge request bgstack15/stackrpms!79
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 4a961b9..7bcd683 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -14,8 +14,8 @@
%define min_openssl >= 1.1.1c
%endif
Name: freefilesync
-Version: 10.14
-Release: 3%{?dist}
+Version: 10.15
+Release: 1%{?dist}
Summary: A file synchronization utility
Group: Applications/File
@@ -190,6 +190,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Thu Aug 15 2019 B Stack <bgstack15@gmail.com> - 10.15-1
+- version bump
+
* Tue Jul 16 2019 B Stack <bgstack15@gmail.com> - 10.14-3
- completely disable update-check
bgstack15