From d3e9a5c88c1873ebc0aaee2bb799ed0a413f4000 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 21 Jul 2008 02:22:12 +0000 Subject: [PATCH] Update to evdev 2.0.2 --- .cvsignore | 2 +- sources | 2 +- xorg-x11-drv-evdev.spec | 15 ++++++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index c0ed8fd..5d67dff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-input-evdev-20080314.tar.bz2 +xf86-input-evdev-2.0.2.tar.bz2 diff --git a/sources b/sources index 148fc2d..50a71a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e5ef32fee1e706d3b3da4fd9a4b0ca8 xf86-input-evdev-20080314.tar.bz2 +ae45a529283589aba7840c7eb9254333 xf86-input-evdev-2.0.2.tar.bz2 diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec index 189779d..eac5033 100644 --- a/xorg-x11-drv-evdev.spec +++ b/xorg-x11-drv-evdev.spec @@ -6,15 +6,15 @@ Summary: Xorg X11 evdev input driver Name: xorg-x11-drv-evdev -Version: 1.99.1 -Release: 0.5%{?dist} +Version: 2.0.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 ExcludeArch: s390 s390x @@ -28,7 +28,9 @@ Requires: xorg-x11-server-Xorg >= 1.3.0.0-6 X.Org X11 evdev input driver. %prep -%setup -q -n %{tarball}-%{gitdate} +#%setup -q -n %{tarball}-%{gitdate} +%setup -q -n %{tarball}-%{version} + %build autoreconf -v --install || exit 1 @@ -53,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/evdev.4* %changelog +* Mon Jul 21 2008 Peter Hutterer 2.0.2-1 +- evdev 2.0.2 + * Fri Mar 14 2008 Adam Jackson 1.99.1-0.5 - Today's snapshot. Maps REL_DIAL to REL_HWHEEL.