summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-08 20:34:00 -0500
committerB Stack <bgstack15@gmail.com>2020-12-08 20:34:00 -0500
commitd19ffa817fd106a18c1f87a9ee43458eeb6d2c91 (patch)
treef70af6107de0cf6e1d82f3a5ae105d2c16900519 /freefilesync/freefilesync.spec
parentMerge branch 'palemoon-bump' into 'master' (diff)
downloadstackrpms-d19ffa817fd106a18c1f87a9ee43458eeb6d2c91.tar.gz
stackrpms-d19ffa817fd106a18c1f87a9ee43458eeb6d2c91.tar.bz2
stackrpms-d19ffa817fd106a18c1f87a9ee43458eeb6d2c91.zip
ffs dpkg 11.4, WIP ffs rpm
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 b7e58b1..da76c83 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -19,8 +19,8 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 11.3
-Release: 2%{?dist}
+Version: 11.4
+Release: 1%{?dist}
Summary: A file synchronization utility
Group: Applications/File
@@ -207,6 +207,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Tue Dec 08 2020 B Stack <bgstack15@gmail.com> - 11.4-1
+- version bump
+
* Thu Nov 05 2020 B Stack <bgstack15@gmail.com> - 11.3-2
- fully fix the trad patch
bgstack15