summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-15 19:25:07 +0000
committerB Stack <bgstack15@gmail.com>2019-04-15 19:25:07 +0000
commit27985e791445015daf2c4ca5b98cec3b803aae35 (patch)
tree41ce613341b45e1245d1087b74a1741dbebffd73 /freefilesync/freefilesync.spec
parent7w add build-depends ImageMagick (diff)
parentfreefilesync build 10.11 dpkg (diff)
downloadstackrpms-27985e791445015daf2c4ca5b98cec3b803aae35.tar.gz
stackrpms-27985e791445015daf2c4ca5b98cec3b803aae35.tar.bz2
stackrpms-27985e791445015daf2c4ca5b98cec3b803aae35.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 10.11 See merge request bgstack15/stackrpms!52
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 642a8b5..7c45e91 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -14,7 +14,7 @@
%define min_openssl >= 1.1.0h
%endif
Name: freefilesync
-Version: 10.10
+Version: 10.11
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -182,6 +182,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Fri Apr 12 2019 B Stack <bgstack15@gmail.com> - 10.11-1
+- version bump
+
* Tue Feb 12 2019 B Stack <bgstack15@gmail.com> - 10.10-1
- version bump
- add libssh2 patch from AUR
bgstack15