diff --git a/brltty-5.3-xw-fonts-fix.patch b/brltty-5.3-xw-fonts-fix.patch index df41d72..d89053e 100644 --- a/brltty-5.3-xw-fonts-fix.patch +++ b/brltty-5.3-xw-fonts-fix.patch @@ -7,7 +7,7 @@ index 26ca705..ccabdcd 100644 static int input; static char *model = "simple"; -static const char *fontname = "-*-clearlyu-*-r-*-*-17-*-*-*-*-*-iso10646-1,-*-fixed-*-r-*-*-17-*-*-*-*-*-iso10646-1,-*-unifont-*-r-*-*-17-*-*-*-*-*-iso10646-1,-*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-1,-*-fixed-*-*-*-*-*-*-*-*-*-*-iso8859-1"; -+static const char *fontname = "-*-clearlyu-*-r-*-*-17-*-*-*-*-*-iso10646-1,-*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-1,-*-fixed-*-*-*-*-*-*-*-*-*-*-iso8859-1"; ++static const char *fontname = "-*-clearlyu-*-r-*-*-17-*-*-*-*-*-iso10646-1,-*-fixed-*-r-*-*-*-*-*-*-*-*-iso10646-1,-*-unifont-*-r-*-*-17-*-*-*-*-*-iso10646-1,-*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-1,-*-fixed-*-*-*-*-*-*-*-*-*-*-iso8859-1"; static int xtArgc = 1; static char *xtDefArgv[]= { "brltty", NULL }; static char **xtArgv = xtDefArgv; diff --git a/brltty.spec b/brltty.spec index ca0369b..73120e4 100644 --- a/brltty.spec +++ b/brltty.spec @@ -22,7 +22,7 @@ Name: brltty Version: %{pkg_version} -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://mielke.cc/brltty/ @@ -413,6 +413,10 @@ fi %endif %changelog +* Mon Apr 11 2016 Jaroslav Škarvada - 5.3.1-6 +- Improved fix for XW driver not showing Braille characters + Related: rhbz#1324669 + * Thu Apr 7 2016 Jaroslav Škarvada - 5.3.1-5 - Fixed XW driver to show Braille characters Related: rhbz#1324669