[brltty] Update to 4.5

Kalev Lember kalev at fedoraproject.org
Thu Apr 4 12:57:30 UTC 2013


commit 452dc0b0eede54ab86cb4ac989a9dc2a68e5ec62
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Apr 4 14:56:58 2013 +0200

    Update to 4.5

 .gitignore                  |    1 +
 brltty-4.2-S_ISCHR.patch    |   11 -----------
 brltty-autoconf-quote.patch |   17 -----------------
 brltty-cppflags.patch       |   24 ------------------------
 brltty-parallel.patch       |   11 -----------
 brltty.spec                 |   23 ++++++++---------------
 sources                     |    2 +-
 7 files changed, 10 insertions(+), 79 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d44f37..bb6c82c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 brltty-4.2.tar.gz
 /brltty-4.3.tar.gz
+/brltty-4.5.tar.gz
diff --git a/brltty.spec b/brltty.spec
index 107fd2a..9e8c724 100644
--- a/brltty.spec
+++ b/brltty.spec
@@ -1,5 +1,5 @@
-%define pkg_version 4.3
-%define api_version 0.5.6
+%define pkg_version 4.5
+%define api_version 0.6.0
 
 %{!?pyver: %define pyver %(%{__python} -c "import sys; v=sys.version_info[:2]; print '%d.%d'%v")}
 
@@ -15,19 +15,14 @@
 
 Name: brltty
 Version: %{pkg_version}
-Release: 13%{?dist}
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://mielke.cc/brltty/
 Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
-Patch0: brltty-cppflags.patch
-Patch1: brltty-autoconf-quote.patch
-#Patch2: brltty-4.2-S_ISCHR.patch
-Patch3: brltty-parallel.patch
 Patch4: brltty-loadLibrary.patch
 Summary: Braille display driver for Linux/Unix
 BuildRequires: byacc glibc-kernheaders
-BuildRequires: autoconf
 # work around a bug in the install process:
 Requires(post): coreutils
 
@@ -117,7 +112,8 @@ Version: %{api_version}
 Group: Development/System
 License: LGPLv2+
 Requires: brlapi = %{api_version}-%{release}
-BuildRequires: Pyrex
+BuildRequires: Cython
+BuildRequires: python2-devel
 Summary: Python binding for BrlAPI
 %description -n python-brlapi
 This package provides the Python binding for BrlAPI.
@@ -150,15 +146,9 @@ This package provides the OCaml binding for BrlAPI.
 
 %prep
 %setup -q
-%patch0 -p1 -b .cppflags
-%patch1 -p1 -b .quote
-#%%patch2 -p1 -b .S_ISCHR
-%patch3 -p1 -b .parallel
 %patch4 -p1 -b .loadLibrary
 
 %build
-# Patch6 changes aclocal.m4:
-autoconf
 for i in -I/usr/lib/jvm/java/include{,/linux}; do
       java_inc="$java_inc $i"
 done
@@ -307,6 +297,9 @@ exit 0
 %endif
 
 %changelog
+* Thu Apr 04 2013 Kalev Lember <kalevlember at gmail.com> - 4.5-1
+- Update to 4.5
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 3315e36..3678a86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ada573f88df32b6150db3b9a620e20b  brltty-4.3.tar.gz
+7b52fa7746fed41ed344a1f75ce55951  brltty-4.5.tar.gz


More information about the scm-commits mailing list