From 9df1656225d32319c726052dedf2a8951479c298 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 8 Jan 2010 04:13:54 +0000 Subject: [PATCH] - Update to current git --- .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 05f5edd..54ab3da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-input-evdev-2.3.0.tar.bz2 +xf86-input-evdev-20100108.tar.bz2 diff --git a/commitid b/commitid index 08972a4..2523f84 100644 --- a/commitid +++ b/commitid @@ -1 +1 @@ -3fa49dfcab9081787840ed6bb9451cb73f65e248 +d6beb16be26df65cd65eaeb146fde0d355521535 diff --git a/sources b/sources index 939744d..78c799b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21dac6461379d67ee3b333c77f63e7bf xf86-input-evdev-2.3.0.tar.bz2 +bb27bc27a2f41ad23aa2bf3d4aa2ff36 xf86-input-evdev-20100108.tar.bz2 diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec index b1295d8..54362e2 100644 --- a/xorg-x11-drv-evdev.spec +++ b/xorg-x11-drv-evdev.spec @@ -2,19 +2,19 @@ %global moduledir %(pkg-config xorg-server --variable=moduledir ) %global driverdir %{moduledir}/input -#define gitdate 20090923 +%global gitdate 20100108 Summary: Xorg X11 evdev input driver Name: xorg-x11-drv-evdev -Version: 2.3.0 -Release: 1%{?dist} +Version: 2.3.99 +Release: 1.%{?gitdate}%{?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 @@ -32,8 +32,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 @@ -72,6 +72,9 @@ X.Org X11 evdev input driver development files. %changelog +* Fri Jan 08 2010 Peter Hutterer 2.3.99-1.20100108 +- Update to current git + * Wed Jan 06 2010 Peter Hutterer 2.3.0-1 - evdev 2.3.0 - BuildRequires xorg-x11-util-macros 1.3.0