packages: brltty/brltty.spec, brltty/brltty-stat.patch (NEW) - fix fstat(2)...

baggins baggins at pld-linux.org
Thu Jul 29 14:23:08 CEST 2010


Author: baggins                      Date: Thu Jul 29 12:23:08 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix fstat(2) usage

---- Files affected:
packages/brltty:
   brltty.spec (1.40 -> 1.41) , brltty-stat.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/brltty/brltty.spec
diff -u packages/brltty/brltty.spec:1.40 packages/brltty/brltty.spec:1.41
--- packages/brltty/brltty.spec:1.40	Thu Jul 29 14:16:50 2010
+++ packages/brltty/brltty.spec	Thu Jul 29 14:23:02 2010
@@ -36,7 +36,7 @@
 License:	GPL
 Source0:	http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
 # Source0-md5:	192af5e634210616928496645e392097
-Patch0:		%{name}-ac.patch
+Patch0:		%{name}-stat.patch
 URL:		http://mielke.cc/brltty/
 BuildRequires:	at-spi-devel
 BuildRequires:	autoconf >= 2.62
@@ -195,7 +195,7 @@
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -608,6 +608,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2010/07/29 12:23:02  baggins
+- fix fstat(2) usage
+
 Revision 1.40  2010/07/29 12:16:50  baggins
 - 4.2
 

================================================================
Index: packages/brltty/brltty-stat.patch
diff -u /dev/null packages/brltty/brltty-stat.patch:1.1
--- /dev/null	Thu Jul 29 14:23:08 2010
+++ packages/brltty/brltty-stat.patch	Thu Jul 29 14:23:02 2010
@@ -0,0 +1,12 @@
+--- brltty-4.2/Programs/sys_linux.c~	2010-05-07 07:10:01.000000000 +0200
++++ brltty-4.2/Programs/sys_linux.c	2010-07-29 14:21:58.187188698 +0200
+@@ -24,6 +24,9 @@
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+ #include <linux/kd.h>
++#include <sys/types.h>
++#include <sys/stat.h>
++#include <unistd.h>
+ 
+ #ifdef HAVE_LINUX_INPUT_H
+ #include <linux/input.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/brltty/brltty.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list