From 09d5596d972470998cf849854a7e8be39d626d1c4000394d26e8b5e656592bf7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 27 Apr 2008 08:24:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sbl?expand=0&rev=11 --- sbl.changes | 58 +++++++++++++++++++++++++++++++++++++---------- sbl.spec | 51 ++++++++++++++++++++++++++++++++--------- sblsrc-3.1.tbz2 | 3 --- sblsrc-3.2.2.tbz2 | 3 +++ 4 files changed, 89 insertions(+), 26 deletions(-) delete mode 100644 sblsrc-3.1.tbz2 create mode 100644 sblsrc-3.2.2.tbz2 diff --git a/sbl.changes b/sbl.changes index 03c2fd6..72c9c72 100644 --- a/sbl.changes +++ b/sbl.changes @@ -1,17 +1,51 @@ -------------------------------------------------------------------- +-------------------------------------------------------------------- +Sat Apr 26 14:32:40 CEST 2008 - marco@suse.de + +- added brl-driver patch and brld patch from Klaus Knopper + the patch added the missing init stuff for brl.x and brl.y + it also removes some mutex lock/unlock in brld +- improved the key-handling for some fhp-serial displays + +-------------------------------------------------------------------- +Sun Apr 6 22:55:08 CEST 2008 - marco@suse.de + +- added some checks to the brl-drivers + check the return value of "write" to detect a disconnect +- new init-sequence for fhp el-usb-displays +- Fhp_usb/Fhp driver - use "select" in readbrl to wait for incoming data +- fixed a possible memory-lack in Fhp_usb and Fhp +- clear and reload the keymaps after sbl has reconnected to brld +- some code cleanup in sbl +- added some brl_fd checks to brld +- brld - added mutexes to brl_ok to protect brl_dev and keybuf + +-------------------------------------------------------------------- +Mon Mar 24 21:30:00 CET 2008 - Klaus Knopper knoppix@knopper.net + +- make brld start with a configured but disconnected braille device +- auto-reconnect in brld +- change device drivers in order to always get geometry regardless + of device open + +-------------------------------------------------------------------- +Mon Mar 17 10:25:08 CET 2008 - marco@suse.de + +- added suppot for kbdsniffd to sbl +- added config variables to suse-blinux.conf +- kbd_key and kbd_port +- removed config variable brld_host (using only localhost) +- keymaps - only kbdsniffon1 is used to enable sniffing mode +- kbdsniffon2 and kbdsniffoff are not longer used +- fixed a possilbe bug during brld reconnect +- brld is now listening only on localhost not on all devices +- using libbrld.so.1 instead of libbrld.so +- using libspeechd.so.2 instead of libspeechd.so +- sbl does not longer require brld at start-time + +-------------------------------------------------------------------- Thu Feb 28 17:38:51 CET 2008 - ro@suse.de -- add defattr to orca subpackage - --------------------------------------------------------------------- -Fri Feb 22 14:27:24 CET 2008 - marco@suse.de - -- apply changes from schwab@suse.de (removed sa_restorer) - --------------------------------------------------------------------- -Fri Feb 22 14:01:55 CET 2008 - marco@suse.de - -- fixed some build problems for x86_64 (using libdir instead of fixed pathnames) +- add defattr to orca subpackage -------------------------------------------------------------------- Tue Feb 19 14:19:57 CET 2008 - marco@suse.de diff --git a/sbl.spec b/sbl.spec index 7921e27..c310975 100644 --- a/sbl.spec +++ b/sbl.spec @@ -1,5 +1,5 @@ # -# spec file for package sbl (Version 3.1) +# spec file for package sbl (Version 3.2.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,11 +13,11 @@ Name: sbl BuildRequires: gcc-c++ glib2 glib2-devel orca python python-devel -Version: 3.1 -Release: 9 +Version: 3.2.2 +Release: 1 License: GPL v2 or later Group: Hardware/Other -Source: sblsrc-3.1.tbz2 +Source: sblsrc-3.2.2.tbz2 Summary: SuSE blinux PreReq: %insserv_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,6 +33,7 @@ Authors: marco@suse.de %package orca +License: GPL v2 or later Summary: SuSE blinux Group: Hardware/Other Requires: orca sbl @@ -48,7 +49,7 @@ Authors: marco@suse.de %prep -%setup -n sblsrc-3.1 +%setup -n sblsrc-3.2.2 #%patch -p2 %build @@ -86,22 +87,50 @@ rm -rf $RPM_BUILD_ROOT /usr/sbin/sbl /usr/sbin/brld /usr/sbin/rcbrld -%{_libdir}/libbrld.so +%{_libdir}/libbrld.so.1 %config /etc/init.d/sbl %config /etc/init.d/brld %config /etc/suse-blinux.conf %files orca -%defattr (-,root,root) +%defattr (-,root,root,755) %{_libdir}/python2.5/site-packages/orca/brlmodule.so %changelog +* Sat Apr 26 2008 marco@suse.de +- added brl-driver patch and brld patch from Klaus Knopper + the patch added the missing init stuff for brl.x and brl.y + it also removes some mutex lock/unlock in brld +- improved the key-handling for some fhp-serial displays +* Mon Apr 07 2008 marco@suse.de +- added some checks to the brl-drivers + check the return value of "write" to detect a disconnect +- new init-sequence for fhp el-usb-displays +- Fhp_usb/Fhp driver - use "select" in readbrl to wait for incoming data +- fixed a possible memory-lack in Fhp_usb and Fhp +- clear and reload the keymaps after sbl has reconnected to brld +- some code cleanup in sbl +- added some brl_fd checks to brld +- brld - added mutexes to brl_ok to protect brl_dev and keybuf +* Mon Mar 24 2008 Klaus Knopper knoppix@knopper.net +- make brld start with a configured but disconnected braille device +- auto-reconnect in brld +- change device drivers in order to always get geometry regardless + of device open +* Mon Mar 17 2008 marco@suse.de +- added suppot for kbdsniffd to sbl +- added config variables to suse-blinux.conf +- kbd_key and kbd_port +- removed config variable brld_host (using only localhost) +- keymaps - only kbdsniffon1 is used to enable sniffing mode +- kbdsniffon2 and kbdsniffoff are not longer used +- fixed a possilbe bug during brld reconnect +- brld is now listening only on localhost not on all devices +- using libbrld.so.1 instead of libbrld.so +- using libspeechd.so.2 instead of libspeechd.so +- sbl does not longer require brld at start-time * Thu Feb 28 2008 ro@suse.de - add defattr to orca subpackage -* Fri Feb 22 2008 marco@suse.de -- apply changes from schwab@suse.de (removed sa_restorer) -* Fri Feb 22 2008 marco@suse.de -- fixed some build problems for x86_64 (using libdir instead of fixed pathnames) * Tue Feb 19 2008 marco@suse.de - fixed a possible segfault in brld - use select instead of usleep to wait for a brlkey-event in the brl-thread diff --git a/sblsrc-3.1.tbz2 b/sblsrc-3.1.tbz2 deleted file mode 100644 index afdfe6c..0000000 --- a/sblsrc-3.1.tbz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4374e06544ba32cd582a20dc1c59bc22472df82370898825714aa02cb1f4e0e -size 270679 diff --git a/sblsrc-3.2.2.tbz2 b/sblsrc-3.2.2.tbz2 new file mode 100644 index 0000000..b403d31 --- /dev/null +++ b/sblsrc-3.2.2.tbz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e7794b03d4c92e6690ad61e2d078143a7b317d9bfe814e31fe850224485116 +size 170452