jskarvad pushed to brltty (master). "Fixed manual page (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 25 09:54:25 UTC 2015


From cc6548acbe7e74e83dd4b2b522bc76d4756d82e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad at redhat.com>
Date: Mon, 25 May 2015 11:54:16 +0200
Subject: Fixed manual page

  Resolves: rhbz#1224661

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 <dave at mielke.cc>.
+ .\"
+-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 <jskarvad at redhat.com> - 5.2-7
+- Fixed manual page
+  Resolves: rhbz#1224661
+
 * Mon Mar 23 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 5.2-6
 - Dropped AtSpi driver
   Related: rhbz#1204462
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/brltty.git/commit/?h=master&id=cc6548acbe7e74e83dd4b2b522bc76d4756d82e8


More information about the scm-commits mailing list