rpms/olpc-kbdshim/F-11 .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 olpc-kbdshim.spec, 1.2, 1.3 sources, 1.3, 1.4

Paul Fox pgf at fedoraproject.org
Fri May 7 00:52:11 UTC 2010


Author: pgf

Update of /cvs/pkgs/rpms/olpc-kbdshim/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26824/F-11

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	30 Jul 2009 21:06:07 -0000	1.3
+++ .cvsignore	7 May 2010 00:52:10 -0000	1.4
@@ -1 +1 @@
-olpc-kbdshim-8-gitdf06c81.tar.gz
+olpc-kbdshim-12-git67c4b98.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/F-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	30 Jul 2009 21:06:07 -0000	1.2
+++ import.log	7 May 2010 00:52:10 -0000	1.3
@@ -1,2 +1,3 @@
 olpc-kbdshim-6-4:F-11:olpc-kbdshim-6-4.src.rpm:1244750749
 olpc-kbdshim-8-1:F-11:olpc-kbdshim-8-1.src.rpm:1248987932
+olpc-kbdshim-12-1:F-11:olpc-kbdshim-12-1.src.rpm:1273193517


Index: olpc-kbdshim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/F-11/olpc-kbdshim.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- olpc-kbdshim.spec	30 Jul 2009 21:06:07 -0000	1.2
+++ olpc-kbdshim.spec	7 May 2010 00:52:10 -0000	1.3
@@ -1,13 +1,13 @@
 Summary: OLPC XO keyboard support daemon
 Name: olpc-kbdshim
-Version: 8
+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-8-gitdf06c81.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,12 +54,38 @@ 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 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-kbdshim/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	30 Jul 2009 21:06:07 -0000	1.3
+++ sources	7 May 2010 00:52:10 -0000	1.4
@@ -1 +1 @@
-8782388dfe033c3d362484fc4a3068a2  olpc-kbdshim-8-gitdf06c81.tar.gz
+7f63815f54edede97a2087794197a7a7  olpc-kbdshim-12-git67c4b98.tar.gz



More information about the scm-commits mailing list