rpms/olpc-kbdshim/devel .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 olpc-kbdshim.spec, 1.8, 1.9 sources, 1.3, 1.4

Paul Fox pgf at fedoraproject.org
Fri May 7 00:07:50 UTC 2010


Author: pgf

Update of /cvs/pkgs/rpms/olpc-kbdshim/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22155/devel

Modified Files:
	.cvsignore import.log olpc-kbdshim.spec sources 
Log Message:
updated to version 12


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	27 Jul 2009 14:56:52 -0000	1.3
+++ .cvsignore	7 May 2010 00:07:49 -0000	1.4
@@ -1 +1 @@
-olpc-kbdshim-7-git14a887c.tar.gz
+olpc-kbdshim-12-git67c4b98.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	27 Jul 2009 14:56:52 -0000	1.2
+++ import.log	7 May 2010 00:07:49 -0000	1.3
@@ -1,2 +1,3 @@
 olpc-kbdshim-6-3:HEAD:olpc-kbdshim-6-3.src.rpm:1244669459
 olpc-kbdshim-7-1:HEAD:olpc-kbdshim-7-1.src.rpm:1248706560
+olpc-kbdshim-12-1:HEAD:olpc-kbdshim-12-1.src.rpm:1273190854


Index: olpc-kbdshim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/devel/olpc-kbdshim.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- olpc-kbdshim.spec	23 Oct 2009 19:57:52 -0000	1.8
+++ olpc-kbdshim.spec	7 May 2010 00:07:49 -0000	1.9
@@ -1,13 +1,13 @@
 Summary: OLPC XO keyboard support daemon
 Name: olpc-kbdshim
-Version: 7
-Release: 2%{?dist}
+Version: 12
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://dev.laptop.org/git/users/pgf/olpc-kbdshim/tree/README
 # Source0: the source tarball is created by "make tarball" from within
 # a clone of this git tree: git://dev.laptop.org/users/pgf/olpc-kbdshim
-Source0: olpc-kbdshim-7-git14a887c.tar.gz
+Source0: olpc-kbdshim-12-git67c4b98.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: kernel-headers, pkgconfig, glib2-devel
@@ -20,7 +20,7 @@ Requires: hal
 The olpc-kbdshim-hal daemon integrates with hal to monitor the keyboard and
 touchpad, enabling the XO "grab" keys and touchpad rotation (to match
 screen rotation), and reporting user (in)activity.  It can also bind the XO
-screen rotate and brightness keys to appropriate commands (which are
+screen rotate, brightness, and volume keys to appropriate commands (which are
 provided).
 
 %prep
@@ -28,7 +28,7 @@ provided).
 
 %build
 export OPT_FLAGS="$RPM_OPT_FLAGS"
-make 
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,6 +40,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_bindir}
 %{__install} -p -m 644 20-olpc-kbdshim.fdi $RPM_BUILD_ROOT/%{_datadir}/hal/fdi/policy/20thirdparty/20-olpc-kbdshim.fdi
 %{__install} -p -m 755 olpc-rotate $RPM_BUILD_ROOT/%{_bindir}/olpc-rotate
 %{__install} -p -m 755 olpc-brightness $RPM_BUILD_ROOT/%{_bindir}/olpc-brightness
+%{__install} -p -m 755 olpc-volume $RPM_BUILD_ROOT/%{_bindir}/olpc-volume
 
 
 %clean
@@ -53,14 +54,41 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/hal/fdi/policy/20thirdparty/20-olpc-kbdshim.fdi
 %{_bindir}/olpc-rotate
 %{_bindir}/olpc-brightness
+%{_bindir}/olpc-volume
 
 %post
 echo A system restart may be necessary for
 echo proper initialization of olpc-kbdshim-hal.
 
 %changelog
-* Fri Oct 23 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 7.2
-- Fix FTBFS: use %%{ix86} instead of i586 as ExclusiveArch
+* Fri Mar 12 2010 Paul Fox <pgf at laptop.org>
+- 12-1
+- reduce periodic logging
+- bring olpc-kbdshim more in sync with olpc-kbdshim-hal (source changes only)
+- experimental code for using dbad as a pointing device
+
+* Wed Jan 20 2010 Paul Fox <pg at laptop.org>
+- 11-1
+- don't pass through command keystrokes when we have a command
+  configured, even if that command fails.
+
+* Tue Dec 29 2009 Paul Fox <pg at laptop.org>
+- 10-1
+- tell uinput not to autorepeat (thanks to daniel drake, d.l.o ticket #9690)
+
+* Tue Dec  1 2009 Paul Fox <pg at laptop.org>
+- 9-1
+- add support for binding of local volume keys
+- added olpc-volume script
+
+* Tue Dec  1 2009 Paul Fox <pg at laptop.org>
+- 9-1
+- add support for binding of local volume keys
+- added olpc-volume script
+
+* Thu Jul 30 2009 Paul Fox <pg at laptop.org>
+- 8-1
+- add timestamps to events, to reduce racing during suspend/resume
 
 * Tue Jul 27 2009 Paul Fox <pg at laptop.org>
 - 7-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Jul 2009 14:56:52 -0000	1.3
+++ sources	7 May 2010 00:07:50 -0000	1.4
@@ -1 +1 @@
-8837818565af155d71754f5c7737c5c1  olpc-kbdshim-7-git14a887c.tar.gz
+7f63815f54edede97a2087794197a7a7  olpc-kbdshim-12-git67c4b98.tar.gz



More information about the scm-commits mailing list