rpms/olpc-utils/OLPC-3 olpc-utils-touchpad.patch, NONE, 1.1 olpc-utils.spec, 1.6, 1.7

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Jun 13 18:48:49 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/olpc-utils/OLPC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15161

Modified Files:
	olpc-utils.spec 
Added Files:
	olpc-utils-touchpad.patch 
Log Message:
set touchpad sensitivity


olpc-utils-touchpad.patch:

--- NEW FILE olpc-utils-touchpad.patch ---
--- olpc-utils-0.73-orig/olpc-session	2008-05-15 15:39:42.000000000 -0500
+++ olpc-utils-0.73/olpc-session	2008-06-13 13:46:06.000000000 -0500
@@ -34,7 +34,7 @@
 export GTK_IM_MODULE
 
 # set mouse & keyboard speed
-xset m 7/4 0 
+xset m 7/4 2 
 xset r rate 500 30
 
 [ -n "$XKB_OPTION" ] && XKB_OPTION=`echo "$XKB_OPTION" | sed -e 's/\b/-option /g'`


Index: olpc-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/olpc-utils/OLPC-3/olpc-utils.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- olpc-utils.spec	3 Jun 2008 19:44:38 -0000	1.6
+++ olpc-utils.spec	13 Jun 2008 18:47:59 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		olpc-utils
 Version:	0.73
-Release:	2%{?dist}.2
+Release:	2%{?dist}.3
 Summary:	OLPC utilities
 URL:		http://dev.laptop.org/git?p=projects/olpc-utils;a=summary
 Group:		System Environment/Base
@@ -16,6 +16,7 @@
 Source1:        x11-input.fdi
 Source2:        xorg-dcon.conf
 Source3:        olpc-login
+Patch0:         olpc-utils-touchpad.patch
 Source100:	dot-xsession-example
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -44,7 +45,7 @@
 
 %prep
 %setup -q
-
+%patch -p1
 
 %build
 %configure
@@ -111,6 +112,9 @@
 
 
 %changelog
+* Fri Jun 13 2008 Dennis Gilmore <dennis at laptop.org> - 0.73-2.3
+- apply patch for touchpad
+
 * Tue Jun 02 2008 Dennis Gilmore <dennis at laptop.org> - 0.73-2.2
 - drop in olpc-login and a new xorg config file
 




More information about the fedora-extras-commits mailing list