Hello community, here is the log from the commit of package brltty for openSUSE:Factory checked in at Mon Jun 6 16:27:36 CEST 2011.
-------- --- brltty/brltty.changes 2011-05-24 21:50:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/brltty/brltty.changes 2011-06-06 10:26:53.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 6 08:26:22 UTC 2011 - [email protected] + +- Add patch brltty-header.patch to fix build with newer glibc + due to missing sys/stat.h include. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- brltty-header.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brltty.spec ++++++ --- /var/tmp/diff_new_pack.uYyCWE/_old 2011-06-06 16:27:15.000000000 +0200 +++ /var/tmp/diff_new_pack.uYyCWE/_new 2011-06-06 16:27:15.000000000 +0200 @@ -19,7 +19,7 @@ Name: brltty Version: 4.2 -Release: 10 +Release: 12 # FIXME tcl bindings: investigate how to not fail in brp-tcl # FIXME libbraille driver when libbraille is in factory License: GPLv2+ @@ -33,6 +33,8 @@ Patch1: brltty-python-prefix.patch # PATCH-FIX-OPENSUSE brltty-java-jni-dir.patch [email protected] -- Install java file in correct paths (openSUSE use %{_lib}) Patch2: brltty-java-jni-dir.patch +# PATCH-FIX-OPENSUSE brltty-header.patch [email protected] - add missing includes +Patch3: brltty-header.patch BuildRequires: alsa-devel BuildRequires: at-spi-devel BuildRequires: bison @@ -277,6 +279,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")" ++++++ brltty-header.patch ++++++ Index: brltty-4.2/Programs/sys_linux.c =================================================================== --- brltty-4.2.orig/Programs/sys_linux.c +++ brltty-4.2/Programs/sys_linux.c @@ -24,6 +24,7 @@ #include <fcntl.h> #include <sys/ioctl.h> #include <linux/kd.h> +#include <sys/stat.h> #ifdef HAVE_LINUX_INPUT_H #include <linux/input.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
