[olpc-kbdshim] v23

Peter Robinson pbrobinson at fedoraproject.org
Tue Nov 29 19:35:08 UTC 2011


commit 17534ef8d921906b02b6a6b26b0b27ab524abf65
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Nov 29 19:34:57 2011 +0000

    v23

 olpc-kbdshim.spec |   85 ++++++++++++++++++-----------------------------------
 sources           |    2 +-
 2 files changed, 30 insertions(+), 57 deletions(-)
---
diff --git a/olpc-kbdshim.spec b/olpc-kbdshim.spec
index d35e35e..b71ef0d 100644
--- a/olpc-kbdshim.spec
+++ b/olpc-kbdshim.spec
@@ -1,13 +1,13 @@
 Summary: OLPC XO keyboard support daemon
 Name: olpc-kbdshim
-Version: 22
-Release: 2%{?dist}
+Version: 23
+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-22-git87ed15b.tar.gz
+Source0: olpc-kbdshim-23-git9c66054.tar.gz
 Source1: olpc-kbdshim.service
 
 BuildRequires: kernel-headers, pkgconfig, glib2-devel
@@ -77,80 +77,63 @@ fi
 
 
 %changelog
+* Sat Nov 19 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 23-1
+- Release 23
+
 * Sat Nov 19 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 22-2
 - cleanup spec
 
-* Mon Nov 14 2011 Paul Fox <pgf at laptop.org>
-- 22-1
+* Mon Nov 14 2011 Paul Fox <pgf at laptop.org> - 22-1
 - changing brightness no longer affects mono/color
 - use ctrl-brightness-down/up will toggle mono/color
 
-* Wed Oct 19 2011 Daniel Drake <dsd at laptop.org>
-- 21-1
+* Wed Oct 19 2011 Daniel Drake <dsd at laptop.org> - 21-1
 - Unmute audio on any volume change
 
-* Fri Sep 16 2011 Daniel Drake <dsd at laptop.org>
-- 20-1
+* Fri Sep 16 2011 Daniel Drake <dsd at laptop.org> - 20-1
 - ebook mode improvements, XO-1.75 touchscreen support
 
-* Thu Aug  4 2011 Daniel Drake <dsd at laptop.org>
-- 19-1
+* Thu Aug  4 2011 Daniel Drake <dsd at laptop.org> - 19-1
 - libudev port
 
-* Sun Jun 26 2011 Peter Robinson <pbrobinson at gmail.com>
-- 17-2
+* Sun Jun 26 2011 Peter Robinson <pbrobinson at gmail.com> - 17-2
 - Add ARM to exclusive platforms
 
-* Sun Feb 20 2011 Daniel Drake <dsd at laptop.org>
-- 17-1
+* Sun Feb 20 2011 Daniel Drake <dsd at laptop.org> - 17-1
 - new version, fixes rotation transforms
 
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
-- 16-2
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 16-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Tue Jan 25 2011 Daniel Drake <dsd at laptop.org>
-- 16-1
+* Tue Jan 25 2011 Daniel Drake <dsd at laptop.org> - 16-1
 - use XRandR-1.2 for screen rotation
 
-* Mon Nov  8 2010 Daniel Drake <dsd at laptop.org>
-- 15-1
+* Mon Nov  8 2010 Daniel Drake <dsd at laptop.org> - 15-1
 - fix rotation of d-pad
 - honor flag file that indicates xrandr goes backwards
 - ignore repeated rotate keys
 - update for new hal addons location
 
-* Fri Mar 12 2010 Paul Fox <pgf at laptop.org>
-- 12-1
+* 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
+* 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
+* 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
+* 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
+* 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
+* Tue Jul 27 2009 Paul Fox <pg at laptop.org> - 7-1
 - fix touchpad rotation for F-11, which includes X11 amd/geode
   driver that fixes the earlier rotation direction issue. 
   (2.11.x and later are fixed.)
@@ -159,41 +142,31 @@ fi
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Wed Jun 10 2009 Paul Fox <pg at laptop.org>
-- 6-4
-- 6-3
+* Wed Jun 10 2009 Paul Fox <pg at laptop.org> - 6-3
 - spec tweaks
 
-* Sat Jun 6 2009 Paul Fox <pg at laptop.org>
-- 6-2
+* Sat Jun 6 2009 Paul Fox <pg at laptop.org> - 6-2
 - final acceptance review changes
 - olpc-brightness added
 
-* Mon May 4 2009 Paul Fox <pg at laptop.org>
-- 6-1
+* Mon May 4 2009 Paul Fox <pg at laptop.org> - 6-1
 - add local binding of rotate and brightness keys to
   eliminate sugar patching
 - revise README
 
-* Sat May 2 2009 Paul Fox <pg at laptop.org>
-- 5-1
+* Sat May 2 2009 Paul Fox <pg at laptop.org> - 5-1
 - we now "grab" the arrow keys so they cause scrolling too
 - initial fedora review comments incorporated in spec file.
 
-* Sun Apr 12 2009 Paul Fox <pgf at laptop.org>
-- 4-1
+* Sun Apr 12 2009 Paul Fox <pgf at laptop.org> - 4-1
 - version numbering resync
 
-* Sat Apr 11 2009 Paul Fox <pgf at laptop.org>
-- 3-3
+* Sat Apr 11 2009 Paul Fox <pgf at laptop.org> - 3-3
 - fix sugar patch
 
-* Tue Apr 7 2009 Paul Fox <pgf at laptop.org>
-- 3-2
+* Tue Apr 7 2009 Paul Fox <pgf at laptop.org> - 3-2
 - convert to HAL-based operation
 
-* Fri Mar 13 2009 Paul Fox <pgf at laptop.org>
-- 2-2
+* Fri Mar 13 2009 Paul Fox <pgf at laptop.org> - 2-2
 - add comments to the post handler, fix rpmlint errors, rename
   LICENSING to COPYING
-
diff --git a/sources b/sources
index e27d3ba..e14a3c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a562c08554fa7df6dea8632ddb397538  olpc-kbdshim-22-git87ed15b.tar.gz
+dada3fe938d86fbf09afcce99ae43580  olpc-kbdshim-23-git9c66054.tar.gz


More information about the scm-commits mailing list