summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-26 11:48:39 -0500
committerB Stack <bgstack15@gmail.com>2019-12-26 11:48:39 -0500
commit6915b8fad2d8897573cbd02aa7d76413eec7d0c7 (patch)
treeed518a889e02c87c9d1e6287937f20f6cbce7d15 /freefilesync/debian/changelog
parentMerge branch 'updates' into 'master' (diff)
downloadstackrpms-6915b8fad2d8897573cbd02aa7d76413eec7d0c7.tar.gz
stackrpms-6915b8fad2d8897573cbd02aa7d76413eec7d0c7.tar.bz2
stackrpms-6915b8fad2d8897573cbd02aa7d76413eec7d0c7.zip
revert ffs to gtk2
Which means I can only build it locally and not on OBS.
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index a271815..028ac27 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,11 @@
+freefilesync (10.18-2+devuan) obs; urgency=medium
+
+ * Revert to libwxgtk3.0 (gtk2) instead of libwxgtk3.0-gtk3
+ * This involves using the local devuan-archive repo because libwxgtk3.0
+ was dropped in Devuan upstream
+
+ -- B Stack <bgstack15@gmail.com> Thu, 26 Dec 2019 09:46:15 -0500
+
freefilesync (10.18-1+devuan) obs; urgency=low
* Save/load database files in parallel
bgstack15