diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 47e039d..b4c4e17 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -525,6 +525,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 22 2008 Peter Hutterer +- fix typo in xserver-1.5.2-no-duplicate-devices.patch + * Mon Oct 20 2008 Adam Jackson 1.5.2-8 - xserver-1.5.2-exa-sync-less.patch: Avoid migrating pixmaps out on PutImage. diff --git a/xserver-1.5.2-disable-kbd-mouse.patch b/xserver-1.5.2-disable-kbd-mouse.patch index b3cfa5d..fc507fb 100644 --- a/xserver-1.5.2-disable-kbd-mouse.patch +++ b/xserver-1.5.2-disable-kbd-mouse.patch @@ -60,7 +60,7 @@ index a1c2e34..ac80add 100644 + IDevPtr *current; + if (!warned) + { -+ xf86Msg(X_WARNING, "AllowEmtpyInput is on, devices using " ++ xf86Msg(X_WARNING, "AllowEmptyInput is on, devices using " + "drivers 'kbd' or 'mouse' will be disabled.\n"); + warned = TRUE; + }