From 77b4f520860cba73e5fb73c4f06871277de65830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 6 Sep 2006 20:53:31 +0000 Subject: [PATCH] =?UTF-8?q?*=20Wed=20Sep=20=206=202006=20Kristian=20H?= =?UTF-8?q?=C3=B8gsberg=20=20-=201.1.1-36.fc6=20-=20Enable?= =?UTF-8?q?=20builtin=20fallback=20versions=20of=20cursor=20and=20fixed=20?= =?UTF-8?q?fonts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xorg-x11-server-1.1.1-builtin-fonts.patch | 12 ++++++++++++ xorg-x11-server.spec | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 xorg-x11-server-1.1.1-builtin-fonts.patch diff --git a/xorg-x11-server-1.1.1-builtin-fonts.patch b/xorg-x11-server-1.1.1-builtin-fonts.patch new file mode 100644 index 0000000..876b1cf --- /dev/null +++ b/xorg-x11-server-1.1.1-builtin-fonts.patch @@ -0,0 +1,12 @@ +--- ./dix/dixfonts.c.builtin-fonts 2006-09-06 16:45:20.000000000 -0400 ++++ ./dix/dixfonts.c 2006-09-06 16:45:31.000000000 -0400 +@@ -1904,9 +1904,7 @@ + } else + #endif + { +-#ifdef KDRIVESERVER + BuiltinRegisterFpeFunctions(); +-#endif + FontFileRegisterFpeFunctions(); + #ifndef NOFONTSERVERACCESS + fs_register_fpe_functions(); diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index f7e44b1..841f4f9 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.1.1 -Release: 35%{?dist} +Release: 36%{?dist} URL: http://www.x.org License: MIT/X11 Group: User Interface/X @@ -40,6 +40,7 @@ Patch1001: xorg-x11-server-Red-Hat-extramodes.patch Patch1002: xorg-x11-server-1.1.0-redhat-xephyr-only-hack.patch Patch1003: xorg-x11-server-1.0.1-fpic-libxf86config.patch Patch1004: xorg-x11-server-1.1.1-selinux-awareness.patch +Patch1005: xorg-x11-server-1.1.1-builtin-fonts.patch # Backports of post-1.1 stuff. Patch2001: xorg-x11-server-1.1.0-pci-scan-fixes.patch @@ -703,6 +704,9 @@ rm -rf $RPM_BUILD_ROOT # ------------------------------------------------------------------- %changelog +* Wed Sep 6 2006 Kristian Høgsberg - 1.1.1-36.fc6 +- Enable builtin fallback versions of cursor and fixed fonts. + * Tue Sep 5 2006 Adam Jackson - 1.1.1-35.fc6 - xorg-x11-server-1.1.1-always-mouse-thyself.patch: Fix the check to look for mouse/void drivers in the running layout, as opposed to the config file,