evdev 2.8.0
This commit is contained in:
parent
d266741e46
commit
acae56388a
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ xf86-input-evdev-20100823.tar.bz2
|
||||
/xf86-input-evdev-2.7.2.tar.bz2
|
||||
/xf86-input-evdev-2.7.3.tar.bz2
|
||||
/xf86-input-evdev-20130214.tar.bz2
|
||||
/xf86-input-evdev-2.8.0.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
7ff3274e7b3221d160a3c476fdb9b3ca xf86-input-evdev-20130214.tar.bz2
|
||||
e9bef0779d364cb588aa93a0ee6736c8 xf86-input-evdev-2.8.0.tar.bz2
|
||||
|
@ -2,13 +2,13 @@
|
||||
%global moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||
%global driverdir %{moduledir}/input
|
||||
|
||||
%global gitdate 20130214
|
||||
#global gitdate 20130214
|
||||
%global gitversion c085c8b6c
|
||||
|
||||
Summary: Xorg X11 evdev input driver
|
||||
Name: xorg-x11-drv-evdev
|
||||
Version: 2.7.99
|
||||
Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Version: 2.8.0
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
@ -79,6 +79,9 @@ X.Org X11 evdev input driver development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 26 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8.0-1
|
||||
- evdev 2.8.0
|
||||
|
||||
* Tue Mar 19 2013 Adam Jackson <ajax@redhat.com> 2.7.99-6.20130214gitc085c8b6c
|
||||
- Less RHEL customization
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user