summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-06 08:40:45 -0500
committerB. Stack <bgstack15@gmail.com>2021-12-06 08:40:45 -0500
commit4183aebc740404c0f8b17dac02a542b9ff537a83 (patch)
tree2905b23383a81448e63a976ba776a36190b1e872 /freefilesync/freefilesync.spec
parentMerge branch 'newmoon-bump' into 'master' (diff)
downloadstackrpms-4183aebc740404c0f8b17dac02a542b9ff537a83.tar.gz
stackrpms-4183aebc740404c0f8b17dac02a542b9ff537a83.tar.bz2
stackrpms-4183aebc740404c0f8b17dac02a542b9ff537a83.zip
ffs 11.15 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 80a4d0b..e5ec3ae 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -19,7 +19,7 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 11.14
+Version: 11.15
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -214,6 +214,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Mon Dec 06 2021 B. Stack <bgstack15@gmail.com> - 11.15-1
+- version bump
+
* Wed Sep 22 2021 B. Stack <bgstack15@gmail.com> - 11.14-1
- version bump
- add patches for openssl and icon_loader
bgstack15