rpms/libX11/devel brightness-keysyms.patch, NONE, 1.1 libX11.spec, 1.42, 1.43

Kristian Høgsberg (krh) fedora-extras-commits at redhat.com
Fri Oct 19 19:26:52 UTC 2007


Author: krh

Update of /cvs/pkgs/rpms/libX11/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7321

Modified Files:
	libX11.spec 
Added Files:
	brightness-keysyms.patch 
Log Message:
* Fri Oct 19 2007 Kristian Høgsberg <krh at redhat.com> - 1.1.3-4
- Add patch from upstream to add keysyms for brightness buttons (#330491).


brightness-keysyms.patch:

--- NEW FILE brightness-keysyms.patch ---
commit 7c996f78914c77fe17e9f4feede980d895d9df51
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 28 15:15:11 2007 -0700

    Add XF86 keyboard/monitor brightness keysyms to the keysymbdb.

diff --git a/src/XKeysymDB b/src/XKeysymDB
index f146950..5390444 100644
--- a/src/XKeysymDB
+++ b/src/XKeysymDB
@@ -199,6 +199,11 @@ XeroxPointerButton5	:10070005
 
 ! The definitions here should match <X11/XF86keysym.h>
 XF86ModeLock		:1008FF01
+XF86MonBrightnessUp	:1008FF02
+XF86MonBrightnessDown	:1008FF03
+XF86KbdLightOnOff	:1008FF04
+XF86KbdBrightnessUp	:1008FF05
+XF86KbdBrightnessDown	:1008FF06
 XF86Standby		:1008FF10
 XF86AudioLowerVolume	:1008FF11
 XF86AudioMute		:1008FF12


Index: libX11.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libX11/devel/libX11.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- libX11.spec	16 Oct 2007 19:17:03 -0000	1.42
+++ libX11.spec	19 Oct 2007 19:26:16 -0000	1.43
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libX11 runtime library
 Name: libX11
 Version: 1.1.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT/X11
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -16,6 +16,7 @@
 Patch2: dont-forward-keycode-0.patch
 Patch3: bug-201284.patch
 Patch4: libX11-1.1.3-xkb-lock-fix.patch
+Patch5: brightness-keysyms.patch
 
 BuildRequires: pkgconfig
 # xproto >= 7.0.6 required
@@ -58,6 +59,7 @@
 %patch2 -p1 -b .dont-forward-keycode-0
 %patch3 -p1 -b .3-bug201284
 %patch4 -p1 -b .jx
+%patch5 -p1 -b .brightness-keysyms
 
 %build
 %configure \
@@ -247,6 +249,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Oct 19 2007 Kristian Høgsberg <krh at redhat.com> - 1.1.3-4
+- Add patch from upstream to add keysyms for brightness buttons (#330491).
+
 * Tue Oct 16 2007 Adam Jackson <ajax at redhat.com> 1.1.3-3
 - libX11-devel Requires: libxcb-devel.
 




More information about the fedora-extras-commits mailing list