This commit is contained in:
Jon Ciesla 2015-12-15 08:32:59 -06:00
parent 3840640311
commit 39983df0d9
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ brltty-4.2.tar.gz
/brltty-5.0.tar.xz
/brltty-5.1.tar.xz
/brltty-5.2.tar.xz
/brltty-5.3.tar.xz

View File

@ -1,5 +1,5 @@
%define pkg_version 5.2
%define api_version 0.6.3
%define pkg_version 5.3
%define api_version 0.6.4
%global with_python3 1
@ -22,7 +22,7 @@
Name: brltty
Version: %{pkg_version}
Release: 12%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
URL: http://mielke.cc/brltty/
@ -31,7 +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
#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
@ -196,7 +196,7 @@ This package provides the OCaml binding for BrlAPI.
%setup -q
%patch4 -p1 -b .loadLibrary
%patch5 -p1
%patch6 -p1 -b .man-fix
#%patch6 -p1 -b .man-fix
%if 0%{?with_python3}
# Make a copy of the source tree for building the Python 3 module
@ -411,6 +411,10 @@ fi
%endif
%changelog
* Tue Dec 15 2015 Jon Ciesla <limburgher@gmail.com> - 5.3-1
- 5.3, BZ 1291657.
- Man fix upstreamed.
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-12
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5

View File

@ -1 +1 @@
b484343461b5a45f95fedfb21d1ceca3 brltty-5.2.tar.xz
19fbcb1fefc42cea81f560de0a1f539f brltty-5.3.tar.xz