diff options
author | B Stack <bgstack15@gmail.com> | 2020-04-21 09:24:47 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-04-21 09:26:44 -0400 |
commit | 66846e681ee714e32be10259b8f7cf52e55cadeb (patch) | |
tree | 73ef81c5517422a357ea495b4d09193998fd0d01 /freefilesync/freefilesync.spec | |
parent | actually use gtk2 for dpkg (diff) | |
parent | adjust ffs_no_eraseif for el7,el8 (diff) | |
download | stackrpms-66846e681ee714e32be10259b8f7cf52e55cadeb.tar.gz stackrpms-66846e681ee714e32be10259b8f7cf52e55cadeb.tar.bz2 stackrpms-66846e681ee714e32be10259b8f7cf52e55cadeb.zip |
git stupidity
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r-- | freefilesync/freefilesync.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 018b130..6b28b26 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -18,7 +18,7 @@ %define libssh2_name libssh2-%{name} %endif Name: freefilesync -Version: 10.22 +Version: 10.23 Release: 1%{?dist} Summary: A file synchronization utility @@ -41,7 +41,6 @@ Patch6: ffs_libssh2.patch Patch7: ffs_curl.patch Patch8: ffs_bit.patch Patch9: ffs_no_eraseif.patch -Patch10: ffs_libssl.patch Packager: B Stack <bgstack15@gmail.com> # WARNING: the build will FAIL if you have wxGTK3-devel installed. Only wxGTK2-devel should be on the build system. @@ -101,7 +100,6 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \ %patch8 -p1 %patch9 -p1 %endif -%patch10 -p1 # custom build parameters for packaging application in rpm # fedora provides build_cxxflags, which is really just optflags @@ -204,6 +202,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml %changelog +* Tue Apr 21 2020 B Stack <bgstack15@gmail.com> - 10.23-1 +- version bump +- remove ffs_libssl.patch + * Wed Mar 18 2020 B Stack <bgstack15@gmail.com> - 10.22-1 - version bump - add ffs_libssl.patch |