From 3cb0cecfc2d203139135212384391caa5592df0a Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Dec 18 2008 18:17:10 +0000 Subject: - Disable touchpad patch for now. It's not right. --- diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 033425b..8f3b3e1 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,6 +1,6 @@ Name: gnome-settings-daemon Version: 2.24.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: The daemon sharing settings from GNOME to GTK+/KDE applications Group: System Environment/Daemons @@ -76,7 +76,7 @@ developing applications that use %{name}. %patch11 -p1 -b .behdad %patch12 -p1 -b .umask %patch13 -p1 -b .shutdown-cleanly -%patch14 -p1 -b .fix-touchpad +#%patch14 -p1 -b .fix-touchpad %patch15 -p1 -b .catch-device-added %build @@ -181,6 +181,9 @@ fi %{_libdir}/pkgconfig/gnome-settings-daemon.pc %changelog +* Thu Dec 18 2008 Ray Strode - 2.24.1-9 +- Disable touchpad patch for now. It's not right. + * Wed Dec 10 2008 Ray Strode - 2.24.1-8 - Don't call SetPointerMapping when using Xinput since it duplicates effort but gets touchpads wrong (bug 324721)