Author: baggins Date: Sun Jan 4 00:34:28 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3 - fix crash with X servers that don't provide XInput (bug #562977)
---- Files affected: SPECS: gnome-settings-daemon.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/gnome-settings-daemon.spec diff -u SPECS/gnome-settings-daemon.spec:1.19 SPECS/gnome-settings-daemon.spec:1.20 --- SPECS/gnome-settings-daemon.spec:1.19 Fri Jan 2 00:30:19 2009 +++ SPECS/gnome-settings-daemon.spec Sun Jan 4 01:34:22 2009 @@ -3,13 +3,14 @@ Summary(pl.UTF-8): Demon ustawień GNOME Name: gnome-settings-daemon Version: 2.24.1 -Release: 2 +Release: 3 Epoch: 1 License: GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-settings-daemon/2.24/%{name}-%{version}.tar.bz2 # Source0-md5: 841447fa690a3a4712e9ddaec2584824 Patch0: %{name}-no-daemon.patch +Patch1: %{name}-gsd-mouse-xinput.patch URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.24.0 BuildRequires: alsa-lib-devel >= 1.0.12 @@ -64,6 +65,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p0 %build %{__glib_gettextize} @@ -168,6 +170,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2009/01/04 00:34:22 baggins +- rel 3 +- fix crash with X servers that don't provide XInput (bug #562977) + Revision 1.19 2009/01/01 23:30:19 baggins - rel 2 - do not daemonize (2.22 behaviour), doesn't break anything and make things ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-settings-daemon.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
