From 9438e02ccad20eae144b29c25dc52efcebdeb0a8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 8 Oct 2009 05:53:43 +0000 Subject: [PATCH] - evdev 2.2.99.2 --- .cvsignore | 2 +- commitid | 2 +- sources | 2 +- xorg-x11-drv-evdev.spec | 17 ++++++++++------- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7a42cb9..189f2ce 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-input-evdev-20090923.tar.bz2 +xf86-input-evdev-2.2.99.2.tar.bz2 diff --git a/commitid b/commitid index beae14e..08972a4 100644 --- a/commitid +++ b/commitid @@ -1 +1 @@ -61b4e88e01f32e976f85e7970a7f5b21fcd84f97 +3fa49dfcab9081787840ed6bb9451cb73f65e248 diff --git a/sources b/sources index b383e4d..077cd14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e93818c4185ebb88cb03f86893b09dce xf86-input-evdev-20090923.tar.bz2 +2412a5d422169e79bde62b8362bc70b7 xf86-input-evdev-2.2.99.2.tar.bz2 diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec index 9ca5285..79d45e4 100644 --- a/xorg-x11-drv-evdev.spec +++ b/xorg-x11-drv-evdev.spec @@ -2,19 +2,19 @@ %define moduledir %(pkg-config xorg-server --variable=moduledir ) %define driverdir %{moduledir}/input -%define gitdate 20090923 +#define gitdate 20090923 Summary: Xorg X11 evdev input driver Name: xorg-x11-drv-evdev -Version: 2.2.99 -Release: 8.%{gitdate}%{?dist} +Version: 2.2.99.2 +Release: 1%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 -Source0: %{tarball}-%{gitdate}.tar.bz2 +Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 +#Source0: %{tarball}-%{gitdate}.tar.bz2 Source1: make-git-snapshot.sh Source2: commitid @@ -31,8 +31,8 @@ Requires: xkeyboard-config >= 1.4-1 X.Org X11 evdev input driver. %prep -%setup -q -n %{tarball}-%{gitdate} -#%setup -q -n %{tarball}-%{version} +#%setup -q -n %{tarball}-%{gitdate} +%setup -q -n %{tarball}-%{version} %build autoreconf -v --install || exit 1 @@ -71,6 +71,9 @@ X.Org X11 evdev input driver development files. %changelog +* Thu Oct 08 2009 Peter Hutterer 2.2.99.2-1 +- evdev 2.2.99.2 + * Wed Sep 23 2009 Peter Hutterer 2.2.99-8.20090923 - Update to today's git master (fixes wheel emulation)