diff --git a/.gitignore b/.gitignore index 3c8f171..2ffdd10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xf86-input-evdev-20100406.tar.bz2 xf86-input-evdev-20100819.tar.bz2 xf86-input-evdev-20100823.tar.bz2 +/xf86-input-evdev-20101122.tar.bz2 diff --git a/commitid b/commitid index 8ffa7fd..2368ab3 100644 --- a/commitid +++ b/commitid @@ -1 +1 @@ -990540fa1905b11403d5c25345c428c5bc9ed126 +31ba99e9edd28ff81437e0167c5322b9f619c52a diff --git a/sources b/sources index 033a89b..54f3a23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72bfbf502bcc46311e5cc2b65b203518 xf86-input-evdev-20100823.tar.bz2 +073955b86833e4d0b6d120e0d7256f29 xf86-input-evdev-20101122.tar.bz2 diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec index d4af89f..2650743 100644 --- a/xorg-x11-drv-evdev.spec +++ b/xorg-x11-drv-evdev.spec @@ -2,12 +2,12 @@ %global moduledir %(pkg-config xorg-server --variable=moduledir ) %global driverdir %{moduledir}/input -%global gitdate 20100823 +%global gitdate 20101122 Summary: Xorg X11 evdev input driver Name: xorg-x11-drv-evdev -Version: 2.5.0 -Release: 2%{?gitdate:.%{gitdate}}%{dist} +Version: 2.5.99.901 +Release: 1%{?gitdate:.%{gitdate}}%{dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support @@ -76,6 +76,9 @@ X.Org X11 evdev input driver development files. %changelog +* Mon Nov 22 2010 Peter Hutterer 2.5.99.901-1 +- evdev 2.6RC1 snapshot from git + * Wed Oct 27 2010 Adam Jackson 2.5.0-2 - Add ABI requires magic. (#542742)