Today's snapshot from git
This commit is contained in:
parent
5ac91f92e7
commit
8d6b405bc7
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ xf86-input-evdev-20100823.tar.bz2
|
||||
/xf86-input-evdev-20101208.tar.bz2
|
||||
/xf86-input-evdev-20110105.tar.bz2
|
||||
/xf86-input-evdev-2.6.0.tar.bz2
|
||||
/xf86-input-evdev-20110601.tar.bz2
|
||||
|
||||
2
commitid
2
commitid
@ -1 +1 @@
|
||||
540a4cce9071fce183c941ded35e7e8fb8f3507e
|
||||
eaf202531f2bb2b3da6d4769769f76da5489ae68
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
f33fe9413bde68936d8909206a13e8a1 xf86-input-evdev-2.6.0.tar.bz2
|
||||
8b27ec3a65a97aed554809c981d3c639 xf86-input-evdev-20110601.tar.bz2
|
||||
|
||||
@ -2,13 +2,13 @@
|
||||
%global moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||
%global driverdir %{moduledir}/input
|
||||
|
||||
#global gitdate 20110105
|
||||
#global gitversion 540a4cce9
|
||||
%global gitdate 20110601
|
||||
%global gitversion eaf202531
|
||||
|
||||
Summary: Xorg X11 evdev input driver
|
||||
Name: xorg-x11-drv-evdev
|
||||
Version: 2.6.0
|
||||
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||
Version: 2.6.99
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
@ -77,6 +77,9 @@ X.Org X11 evdev input driver development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 01 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99-1.20110601giteaf202531
|
||||
- Today's snapshot from git
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user