5.3
This commit is contained in:
parent
3840640311
commit
39983df0d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
14
brltty.spec
14
brltty.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user