]> git.pld-linux.org Git - packages/brltty.git/commitdiff
- updated to 5.1 auto/th/brltty-5.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Mar 2014 16:54:15 +0000 (18:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Mar 2014 16:54:15 +0000 (18:54 +0200)
- removed obsolete format patch

brltty-format.patch [deleted file]
brltty.spec

diff --git a/brltty-format.patch b/brltty-format.patch
deleted file mode 100644 (file)
index 39cc818..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- brltty-5.0/Programs/async_io.c.orig        2014-01-27 19:39:26.000000000 +0100
-+++ brltty-5.0/Programs/async_io.c     2014-02-16 16:27:20.807854232 +0100
-@@ -193,7 +193,7 @@
- logOperation (const OperationEntry *operation, void *callback) {
-   logSymbol(LOG_CATEGORY(ASYNC_EVENTS),
-             callback,
--            operation->function->methods->functionName);
-+            "%s", operation->function->methods->functionName);
- }
- #ifdef __MINGW32__
index 8b95e311cbc2f76f6091be68ab218498a3e50127..09cf1349e977555e26a3f3d4a102d4861a777d54 100644 (file)
 %bcond_without at_spi                  # AtSpi screen driver
 %bcond_without at_spi2                 # AtSpi2 screen driver
 #
-%define                brlapi_ver      0.6.1
+%define                brlapi_ver      0.6.2
 #
 %include       /usr/lib/rpm/macros.java
 Summary:       Braille display driver for Linux/Unix
 Summary(pl.UTF-8):     Sterownik do wyƛwietlaczy Braille'a
 Name:          brltty
-Version:       5.0
+Version:       5.1
 Release:       1
 Group:         Daemons
 License:       GPL v2+ (brltty and drivers), LGPL v2.1+ (APIs)
 Source0:       http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
-# Source0-md5: 44c71a973424658557b931f703017481
-Patch0:                %{name}-format.patch
-Patch1:                %{name}-java.patch
-Patch2:                %{name}-speech-dispatcher.patch
-Patch3:                %{name}-python.patch
+# Source0-md5: 938769dd1c3c3baf0d6dfafeb11581ec
+Patch0:                %{name}-java.patch
+Patch1:                %{name}-speech-dispatcher.patch
+Patch2:                %{name}-python.patch
 URL:           http://mielke.cc/brltty/
 BuildRequires: alsa-lib-devel
 %{?with_at_spi:BuildRequires:  at-spi-devel}
@@ -252,7 +251,6 @@ Biblioteka BrlAPI dla Tcl.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %{__autoconf}
This page took 0.095726 seconds and 4 git commands to generate.