From 39983df0d9297489b527301a308429837f81f1ef Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Dec 15 2015 14:32:59 +0000 Subject: 5.3 --- diff --git a/.gitignore b/.gitignore index 199b624..e86dfd4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/brltty.spec b/brltty.spec index 5de4707..afa1d31 100644 --- a/brltty.spec +++ b/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 - 5.3-1 +- 5.3, BZ 1291657. +- Man fix upstreamed. + * Tue Nov 10 2015 Fedora Release Engineering - 5.2-12 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 1516011..5b8de4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b484343461b5a45f95fedfb21d1ceca3 brltty-5.2.tar.xz +19fbcb1fefc42cea81f560de0a1f539f brltty-5.3.tar.xz