diff --git a/brltty-6.1-man-options.patch b/brltty-6.1-man-options.patch new file mode 100644 index 0000000..7953496 --- /dev/null +++ b/brltty-6.1-man-options.patch @@ -0,0 +1,14 @@ +diff --git a/Documents/brltty.1.in b/Documents/brltty.1.in +index 49c392c..59f21bc 100644 +--- a/Documents/brltty.1.in ++++ b/Documents/brltty.1.in +@@ -218,6 +218,9 @@ the first available MIDI output port + \fB\-n\fR (\fB\-\-no\-daemon\fR) + Remain in the foreground (useful for debugging). + .TP ++\fB\-o \fIname\fB=\fIvalue\fB,\fR... (\fB\-\-override\-preference=\fR) ++Explicit preference settings. ++.TP + \fB\-p \fIdevice\fR (\fB\-\-pcm\-device=\fR) + The device to use for digital audio. + For ALSA it's \fIname\fR[\fB:\fIargument\fB,\fR...]. diff --git a/brltty.spec b/brltty.spec index 940c5e9..14b82ca 100644 --- a/brltty.spec +++ b/brltty.spec @@ -33,7 +33,7 @@ Name: brltty Version: %{pkg_version} -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: http://brltty.app/ Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz @@ -41,6 +41,9 @@ Source1: brltty.service Patch1: brltty-6.0-loadLibrary.patch # libspeechd.h moved in latest speech-dispatch (NOT sent upstream) Patch2: brltty-5.0-libspeechd.patch +# rhbz#1612569 +# patch sent upstream +Patch3: brltty-6.1-man-options.patch Summary: Braille display driver for Linux/Unix BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd BuildRequires: gettext, at-spi2-core-devel, alsa-lib-devel @@ -229,6 +232,7 @@ mv %{name}-%{version} python2 pushd python2 %patch1 -p1 -b .loadLibrary %patch2 -p1 -b .libspeechd +%patch3 -p1 -b .man-options # remove packaged binary file rm -f Programs/brltty-ktb @@ -526,6 +530,9 @@ fi %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline %changelog +* Wed May 20 2020 Jaroslav Škarvada - 6.1-5 +- Added missing missing -o option to the brltty man page + * Mon May 04 2020 Richard W.M. Jones - 6.1-4 - OCaml 4.11.0+dev2-2020-04-22 rebuild