summaryrefslogtreecommitdiff
path: root/freefilesync/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/README.md')
-rw-r--r--freefilesync/README.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/freefilesync/README.md b/freefilesync/README.md
index 1c47327..c09acd5 100644
--- a/freefilesync/README.md
+++ b/freefilesync/README.md
@@ -7,15 +7,18 @@ https://gitlab.com/opensource-tracking/FreeFileSync
Fedora, CentOS, and Devuan do not package FreeFileSync. I maintained a separate spec file for this application, but rebased to a fork from PhantomX.
# Reverse dependency matrix
-Distro | FreeFileSync version
--------------- | --------------------
-CentOS 7 | 10.16
-CentOS 8 | 10.17
-Fedora 29 | 10.17
-Fedora 30 | 10.17
-Fedora 31 | 10.17
-Fedora Rawhide | 10.17
-Devuan Ceres | 10.17
+Distro | FreeFileSync version | gtk version
+-------------- | -------------------- | ----------------
+CentOS 7 | 10.19 | 2
+CentOS 8 | 10.19 | 2
+Fedora 29 | 10.19 | 2
+Fedora 30 | 10.19 | 2
+Fedora 31 | 10.19 | 2
+Fedora Rawhide | 10.19 | 2
+Devuan Ceres | 10.19 | 2 (stable), 3 (unstable)
+
+# Additional info
+Devuan upstream recently dropped gtk2 packages required for building FreeFileSync. This means that OBS can only build the gtk3 version, which has some serious stability problems. My local gtk2 build is much more stable but depends on my local devuan-archive repo.
# Differences from upstream
None
bgstack15