bump to today's git to fix bad breakage from last git snapshot
This commit is contained in:
parent
60361dcda5
commit
0eee9a4234
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ xf86-input-evdev-20100823.tar.bz2
|
||||
/xf86-input-evdev-2.6.0.tar.bz2
|
||||
/xf86-input-evdev-20110601.tar.bz2
|
||||
/xf86-input-evdev-20111109.tar.bz2
|
||||
/xf86-input-evdev-20111110.tar.bz2
|
||||
|
2
commitid
2
commitid
@ -1 +1 @@
|
||||
745fca03a20117583bc18c7134583311ff52c29c
|
||||
a9cdb6590cdf72917cdfeb17e2fcc6a110b2c7d1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
b92bb1bf9e76900067eb273fd3cca385 xf86-input-evdev-20111109.tar.bz2
|
||||
b2eca8fa22b388a349a5eba2df9eb36c xf86-input-evdev-20111110.tar.bz2
|
||||
|
@ -2,13 +2,13 @@
|
||||
%global moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||
%global driverdir %{moduledir}/input
|
||||
|
||||
%global gitdate 20111109
|
||||
%global gitversion 745fca03a
|
||||
%global gitdate 20111110
|
||||
%global gitversion a9cdb6590
|
||||
|
||||
Summary: Xorg X11 evdev input driver
|
||||
Name: xorg-x11-drv-evdev
|
||||
Version: 2.6.99
|
||||
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
@ -78,6 +78,9 @@ X.Org X11 evdev input driver development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 10 2011 Adam Williamson <awilliam@redhat.com> - 2.6.99-3.20111110gita9cdb6590
|
||||
- latest git again to fix bad breakage in last snapshot
|
||||
|
||||
* Wed Nov 09 2011 ajax <ajax@redhat.com> - 2.6.99-2.20111109git745fca03a
|
||||
- ABI rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user