From 065be17e97567815693c600ac83fe4b1b18e25a3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 2 Mar 2009 06:48:06 +0000 Subject: [PATCH] - evdev 2.2 snapshot 1 --- .cvsignore | 2 +- sources | 2 +- xorg-x11-drv-evdev.spec | 17 ++++++++++------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index c833857..85b0f0d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-input-evdev-20090226.tar.bz2 +xf86-input-evdev-2.1.99.1.tar.bz2 diff --git a/sources b/sources index bd6d4c0..0189c02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba6c19f21e2721a1f76a0b811d6c11fe xf86-input-evdev-20090226.tar.bz2 +88fa959dcb3b5dcc8be6547c1d5b691a xf86-input-evdev-2.1.99.1.tar.bz2 diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec index 194aec1..9ea7cdb 100644 --- a/xorg-x11-drv-evdev.spec +++ b/xorg-x11-drv-evdev.spec @@ -6,16 +6,16 @@ Summary: Xorg X11 evdev input driver Name: xorg-x11-drv-evdev -Version: 2.1.99 -Release: 1.%{gitdate}%{?dist} +Version: 2.1.99.1 +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 -Source1: make-git-snapshot.sh +Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 +#Source0: %{tarball}-%{gitdate}.tar.bz2 +#Source1: make-git-snapshot.sh ExcludeArch: s390 s390x @@ -30,8 +30,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} # apply patches @@ -72,6 +72,9 @@ X.Org X11 evdev input driver development files. %changelog +* Mon Mar 02 2009 Peter Hutterer 2.1.99.1-1 +- evdev 2.2 snapshot 1 + * Thu Feb 26 2009 Peter Hutterer 2.1.99.2.20090226 - Update to today's git master.