diff --git a/brltty-5.2-man-fix.patch b/brltty-5.2-man-fix.patch new file mode 100644 index 0000000..fcdd899 --- /dev/null +++ b/brltty-5.2-man-fix.patch @@ -0,0 +1,13 @@ +diff --git a/Documents/brltty.1.in b/Documents/brltty.1.in +index 7ed1db0..6dc0851 100644 +--- a/Documents/brltty.1.in ++++ b/Documents/brltty.1.in +@@ -16,7 +16,7 @@ + .\" + .\" This software is maintained by Dave Mielke . + .\" +-3TH "BRLTTY" "1" "2014-11-06" "brltty 5.2" "BRLTTY User's Manual" ++.TH "BRLTTY" "1" "2014-11-06" "brltty 5.2" "BRLTTY User's Manual" + .SH NAME + brltty \- refreshable braille display driver for Linux/Unix + .SH SYNOPSIS diff --git a/brltty.spec b/brltty.spec index 3803ca0..f97c286 100644 --- a/brltty.spec +++ b/brltty.spec @@ -22,7 +22,7 @@ Name: brltty Version: %{pkg_version} -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://mielke.cc/brltty/ @@ -31,6 +31,7 @@ Source1: brltty.service Patch4: brltty-loadLibrary.patch # libspeechd.h moved in latest speech-dispatch (NOT sent upstream) Patch5: brltty-5.0-libspeechd.patch +Patch6: brltty-5.2-man-fix.patch Summary: Braille display driver for Linux/Unix BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd BuildRequires: gettext, at-spi2-core-devel, espeak-devel @@ -195,6 +196,7 @@ This package provides the OCaml binding for BrlAPI. %setup -q %patch4 -p1 -b .loadLibrary %patch5 -p1 +%patch6 -p1 -b .man-fix %if 0%{?with_python3} # Make a copy of the source tree for building the Python 3 module @@ -409,6 +411,10 @@ fi %endif %changelog +* Mon May 25 2015 Jaroslav Škarvada - 5.2-7 +- Fixed manual page + Resolves: rhbz#1224661 + * Mon Mar 23 2015 Jaroslav Škarvada - 5.2-6 - Dropped AtSpi driver Related: rhbz#1204462