rpms/libX11/devel libX11-1.1.4-XF86Suspend.patch, NONE, 1.1 libX11.spec, 1.50, 1.51

Peter Hutterer whot at fedoraproject.org
Wed Nov 19 01:38:35 UTC 2008


Author: whot

Update of /cvs/pkgs/rpms/libX11/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3567

Modified Files:
	libX11.spec 
Added Files:
	libX11-1.1.4-XF86Suspend.patch 
Log Message:
* Tue Nov 18 2008 Peter Hutterer <peter.hutterer at redhat.com> 1.1.4-6
- libX11-1.1.4-XF86Suspend.patch: add XF86Suspend and XF86Hibernate keysyms.



libX11-1.1.4-XF86Suspend.patch:

--- NEW FILE libX11-1.1.4-XF86Suspend.patch ---
>From 7aca689ce14d314b5c8c72c8df76f53f76ab467c Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer at redhat.com>
Date: Fri, 14 Nov 2008 10:32:50 +1000
Subject: [PATCH] Add XF86Suspend, XF86Hibernate to KeysymDB.

---
 src/XKeysymDB |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/XKeysymDB b/src/XKeysymDB
index e6fec07..5e66882 100644
--- a/src/XKeysymDB
+++ b/src/XKeysymDB
@@ -351,6 +351,8 @@ XF86Red			:1008FFA3
 XF86Green		:1008FFA4
 XF86Yellow		:1008FFA5
 XF86Blue             	:1008FFA6
+XF86Suspend		:1008FFA7
+XF86Hibernate		:1008FFA8
 
 ! XFree86 special action keys
 XF86_Switch_VT_1	:1008FE01
-- 
1.6.0.3



Index: libX11.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libX11/devel/libX11.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- libX11.spec	24 Oct 2008 07:19:04 -0000	1.50
+++ libX11.spec	19 Nov 2008 01:38:04 -0000	1.51
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libX11 runtime library
 Name: libX11
 Version: 1.1.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -18,6 +18,7 @@
 Patch3: libX11-1.1.4-xcb-xreply-leak.patch
 # Committed upstream, should be in next release
 Patch4: libX11-1.1.4-keysyms.patch
+Patch5: libX11-1.1.4-XF86Suspend.patch
 
 BuildRequires: pkgconfig
 # xproto >= 7.0.6 required
@@ -60,6 +61,7 @@
 %patch2 -p1 -b .dont-forward-keycode-0
 %patch3 -p1 -b .xcb-xreply-leak
 %patch4 -p1 -b .keysyms
+%patch5 -p1 -b .xf86suspend
 
 %build
 %configure \
@@ -120,6 +122,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Nov 18 2008 Peter Hutterer <peter.hutterer at redhat.com> 1.1.4-6
+- libX11-1.1.4-XF86Suspend.patch: add XF86Suspend and XF86Hibernate keysyms.
+
 * Fri Oct 24 2008 Peter Hutterer <peter.hutterer at redhat.com> 1.1.4-5
 - libX11-1.1.4-keysysm.patch: add a bunch of keysyms for remote controls and
   special keys.




More information about the fedora-extras-commits mailing list