- evdev 2.6RC1 snapshot from git

This commit is contained in:
Peter Hutterer 2010-11-22 10:13:13 +10:00
parent b4e60c6756
commit e5e73cd3da
4 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
990540fa1905b11403d5c25345c428c5bc9ed126
31ba99e9edd28ff81437e0167c5322b9f619c52a

View File

@ -1 +1 @@
72bfbf502bcc46311e5cc2b65b203518 xf86-input-evdev-20100823.tar.bz2
073955b86833e4d0b6d120e0d7256f29 xf86-input-evdev-20101122.tar.bz2

View File

@ -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 <peter.hutterer@redhat.com> 2.5.99.901-1
- evdev 2.6RC1 snapshot from git
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 2.5.0-2
- Add ABI requires magic. (#542742)