summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--freefilesync/README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/freefilesync/README.md b/freefilesync/README.md
index de7b573..c09acd5 100644
--- a/freefilesync/README.md
+++ b/freefilesync/README.md
@@ -7,15 +7,15 @@ 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.19
-CentOS 8 | 10.19
-Fedora 29 | 10.19
-Fedora 30 | 10.19
-Fedora 31 | 10.19
-Fedora Rawhide | 10.19
-Devuan Ceres | 10.19
+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.
bgstack15