summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-12 09:10:31 -0400
committerB Stack <bgstack15@gmail.com>2019-04-12 09:10:31 -0400
commit6c1611e315554aa6799dc669cd2b1e4a55349b73 (patch)
tree59e4611149fa429f1f12a6c5694584add8891a9d /freefilesync/freefilesync.spec
parent7w add build-depends ImageMagick (diff)
downloadstackrpms-6c1611e315554aa6799dc669cd2b1e4a55349b73.tar.gz
stackrpms-6c1611e315554aa6799dc669cd2b1e4a55349b73.tar.bz2
stackrpms-6c1611e315554aa6799dc669cd2b1e4a55349b73.zip
freefilesync build 10.11 rpm on fedora
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