diff --git a/.gitignore b/.gitignore index 889e28f..16a5f62 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xf86-input-evdev-20100823.tar.bz2 /xf86-input-evdev-20110105.tar.bz2 /xf86-input-evdev-2.6.0.tar.bz2 /xf86-input-evdev-20110601.tar.bz2 +/xf86-input-evdev-20111109.tar.bz2 diff --git a/commitid b/commitid index 1f056d5..d19599f 100644 --- a/commitid +++ b/commitid @@ -1 +1 @@ -eaf202531f2bb2b3da6d4769769f76da5489ae68 +745fca03a20117583bc18c7134583311ff52c29c diff --git a/sources b/sources index 515a445..fba936b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b27ec3a65a97aed554809c981d3c639 xf86-input-evdev-20110601.tar.bz2 +b92bb1bf9e76900067eb273fd3cca385 xf86-input-evdev-20111109.tar.bz2 diff --git a/xorg-x11-drv-evdev.spec b/xorg-x11-drv-evdev.spec index cd54ce8..2876058 100644 --- a/xorg-x11-drv-evdev.spec +++ b/xorg-x11-drv-evdev.spec @@ -2,13 +2,13 @@ %global moduledir %(pkg-config xorg-server --variable=moduledir ) %global driverdir %{moduledir}/input -%global gitdate 20110601 -%global gitversion eaf202531 +%global gitdate 20111109 +%global gitversion 745fca03a Summary: Xorg X11 evdev input driver Name: xorg-x11-drv-evdev Version: 2.6.99 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{dist} +Release: 1%{?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 +* Wed Nov 09 2011 Peter Hutterer 2.6.99-1.20111109git745fca03a +- Today's git snapshot + * Thu Aug 18 2011 Adam Jackson - 2.6.99-3.20110601giteaf202531 - Rebuild for xserver 1.11 ABI