summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-03 12:28:13 -0400
committerB Stack <bgstack15@gmail.com>2020-10-03 12:28:13 -0400
commit96a38ff173ea594eb63d014e5aa135d25f4a732f (patch)
tree6e241f90b1671aaaf7e33145fc21eaea253c3735 /freefilesync/freefilesync.spec
parentupdate dsc for 11.2 (diff)
downloadstackrpms-96a38ff173ea594eb63d014e5aa135d25f4a732f.tar.gz
stackrpms-96a38ff173ea594eb63d014e5aa135d25f4a732f.tar.bz2
stackrpms-96a38ff173ea594eb63d014e5aa135d25f4a732f.zip
ffs 11.2 rpm for fedora
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index 030b863..a40f6fe 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -19,7 +19,7 @@
%define libssh2_name libssh2-%{name}
%endif
Name: freefilesync
-Version: 11.0
+Version: 11.2
Release: 1%{?dist}
Summary: A file synchronization utility
@@ -43,6 +43,7 @@ Patch7: ffs_curl.patch
Patch8: ffs_bit.patch
Patch9: ffs_no_eraseif.patch
Patch10: revert_zenju_aggressive_upstreamisms.patch
+Patch11: ffs_traditional_view.patch
Packager: B Stack <bgstack15@gmail.com>
BuildRequires: brotli-devel
@@ -102,6 +103,7 @@ find . ! -type d \( -name '*.c' -o -name '*.cpp' -o -name '*.h' \) \
%patch9 -p1
%endif
%patch10 -p1
+%patch11 -p1
# custom build parameters for packaging application in rpm
# fedora provides build_cxxflags, which is really just optflags
@@ -124,7 +126,6 @@ EOFSCL
%endif
%install
-export TMPDIR=/tmp # necessary since 11.0
%if !%{dummy_package}
# removed by upstream!
#%%make_install -C %%{pkgname}/Source
@@ -206,6 +207,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%ghost %config %attr(666, -, -) %{_datadir}/%{name}/GlobalSettings.xml
%changelog
+* Sat Oct 03 2020 B Stack <bgstack15@gmail.com> - 11.2-1
+- version bump
+
* Wed Jul 22 2020 B Stack <bgstack15@gmail.com> - 11.0-1
- version bump
- use gtk3
bgstack15