a9cbc6
%global tarball xf86-input-evdev
a9cbc6
%global moduledir %(pkg-config xorg-server --variable=moduledir )
a9cbc6
%global driverdir %{moduledir}/input
a9cbc6
a9cbc6
#global gitdate 20150807
a9cbc6
%global gitversion 66c997886
a9cbc6
a9cbc6
Summary:    Xorg X11 evdev input driver
a9cbc6
Name:       xorg-x11-drv-evdev
a9cbc6
Version:    2.10.6
a9cbc6
Release:    2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
a9cbc6
URL:        http://www.x.org
a9cbc6
License:    MIT
a9cbc6
Group:      User Interface/X Hardware Support
a9cbc6
a9cbc6
%if 0%{?gitdate}
a9cbc6
Source0:    %{tarball}-%{gitdate}.tar.bz2
a9cbc6
Source1:    make-git-snapshot.sh
a9cbc6
Source2:    commitid
a9cbc6
%else
a9cbc6
Source0:    ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
a9cbc6
%endif
a9cbc6
a9cbc6
BuildRequires: autoconf automake libtool
a9cbc6
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
a9cbc6
BuildRequires: libudev-devel mtdev-devel libevdev-devel
a9cbc6
BuildRequires: xorg-x11-util-macros >= 1.3.0
a9cbc6
a9cbc6
Requires: Xorg %(xserver-sdk-abi-requires ansic)
a9cbc6
Requires: Xorg %(xserver-sdk-abi-requires xinput)
a9cbc6
Requires:  xkeyboard-config >= 1.4-1
a9cbc6
Requires: mtdev
a9cbc6
a9cbc6
Obsoletes: xorg-x11-drv-mouse < 1.9.0-8
a9cbc6
Obsoletes: xorg-x11-drv-keyboard < 1.8.0-6
a9cbc6
a9cbc6
%description
a9cbc6
X.Org X11 evdev input driver.
a9cbc6
a9cbc6
%prep
a9cbc6
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
a9cbc6
a9cbc6
%build
a9cbc6
autoreconf --force -v --install || exit 1
a9cbc6
%configure --disable-static --disable-silent-rules
a9cbc6
make %{?_smp_mflags}
a9cbc6
a9cbc6
%install
a9cbc6
%make_install
a9cbc6
a9cbc6
# FIXME: Remove all libtool archives (*.la) from modules directory.  This
a9cbc6
# should be fixed in upstream Makefile.am or whatever.
a9cbc6
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
a9cbc6
a9cbc6
a9cbc6
%files
a9cbc6
%doc COPYING
a9cbc6
%{driverdir}/evdev_drv.so
a9cbc6
%{_mandir}/man4/evdev.4*
a9cbc6
%{_datadir}/X11/xorg.conf.d/10-evdev.conf
a9cbc6
a9cbc6
%package devel
a9cbc6
Summary:    Xorg X11 evdev input driver development package.
a9cbc6
Group:      Development/Libraries
a9cbc6
Requires:   pkgconfig
a9cbc6
%description devel
a9cbc6
X.Org X11 evdev input driver development files.
a9cbc6
a9cbc6
%files devel
a9cbc6
%doc COPYING
a9cbc6
%{_libdir}/pkgconfig/xorg-evdev.pc
a9cbc6
%dir %{_includedir}/xorg
a9cbc6
%{_includedir}/xorg/evdev-properties.h
a9cbc6
a9cbc6
a9cbc6
%changelog
a9cbc6
* Wed Jul 11 2018 Peter Hutterer <peter.hutterer@redhat.com> 2.10.6-2
a9cbc6
- Build on s390x (#1565062)
a9cbc6
a9cbc6
* Tue May 29 2018 Peter Hutterer <peter.hutterer@redhat.com> 2.10.6-1
a9cbc6
- evdev 2.10.6
a9cbc6
a9cbc6
* Mon Apr 02 2018 Adam Jackson <ajax@redhat.com> - 2.10.5-6
a9cbc6
- Rebuild for xserver 1.20
a9cbc6
a9cbc6
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-5
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a9cbc6
a9cbc6
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-4
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a9cbc6
a9cbc6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-3
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a9cbc6
a9cbc6
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-2
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a9cbc6
a9cbc6
* Wed Jan 18 2017 Peter Hutterer <peter.hutterer@redhat.com> 2.10.5-1
a9cbc6
- evdev 2.10.5
a9cbc6
a9cbc6
* Mon Oct  3 2016 Hans de Goede <hdegoede@redhat.com> 2.10.4-1
a9cbc6
- evdev 2.10.4 (rhbz#1381072)
a9cbc6
a9cbc6
* Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> 2.10.3-2
a9cbc6
- Add patches from upstream for use with xserver-1.19
a9cbc6
- Rebuild against xserver-1.19
a9cbc6
a9cbc6
* Wed Jun 01 2016 Peter Hutterer <peter.hutterer@redhat.com> 2.10.3-1
a9cbc6
- evdev 2.10.3
a9cbc6
a9cbc6
* Fri Apr 29 2016 Peter Hutterer <peter.hutterer@redhat.com> 2.10.2-1
a9cbc6
- evdev 2.10.2
a9cbc6
a9cbc6
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a9cbc6
a9cbc6
* Fri Jan 08 2016 Peter Hutterer <peter.hutterer@redhat.com> 2.10.1-1
a9cbc6
- evdev 2.10.1
a9cbc6
a9cbc6
* Wed Oct 28 2015 Peter Hutterer <peter.hutterer@redhat.com> 2.10.0-2
a9cbc6
- disable gitdate spec file variable to build successfully
a9cbc6
a9cbc6
* Wed Oct 28 2015 Peter Hutterer <peter.hutterer@redhat.com> 2.10.0-1
a9cbc6
- evdev 2.10.0
a9cbc6
a9cbc6
* Wed Sep 16 2015 Dave Airlie <airlied@redhat.com> - 2.9.99-2.20150807git66c997886
a9cbc6
- 1.18 ABI rebuild
a9cbc6
a9cbc6
* Fri Aug 07 2015 Peter Hutterer <peter.hutterer@redhat.com> 2.9.99-1
a9cbc6
- git snapshot for 2.10, mostly to pick up 10-evdev.conf that moved from the
a9cbc6
  server to here
a9cbc6
a9cbc6
* Wed Jul 29 2015 Dave Airlie <airlied@redhat.com> - 2.9.2-3
a9cbc6
- 1.15 ABI rebuild
a9cbc6
a9cbc6
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.2-2
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a9cbc6
a9cbc6
* Fri Mar 27 2015 Peter Hutterer <peter.hutterer@redhat.com> 2.9.2-1
a9cbc6
- evdev 2.9.2
a9cbc6
a9cbc6
* Mon Feb 23 2015 Peter Hutterer <peter.hutterer@redhat.com> 2.9.1-2
a9cbc6
- Drop evdev-specific XKB settings, let the server chose defaults
a9cbc6
a9cbc6
* Wed Nov 26 2014 Peter Hutterer <peter.hutterer@redhat.com> 2.9.1-1
a9cbc6
- evdev 2.9.1
a9cbc6
a9cbc6
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.0-3
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a9cbc6
a9cbc6
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.0-2
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a9cbc6
a9cbc6
* Tue May 20 2014 Peter Hutterer <peter.hutterer@redhat.com> 2.9.0-1
a9cbc6
- evdev 2.9.0
a9cbc6
a9cbc6
* Tue Apr 29 2014 Hans de Goede <hdegoede@redhat.com> - 2.8.99.1-2
a9cbc6
- xserver 1.15.99-20140428 git snapshot ABI rebuild
a9cbc6
a9cbc6
* Tue Apr 29 2014 Peter Hutterer <peter.hutterer@redhat.com> 2.8.99.1-1
a9cbc6
- Update to 2.8.99.1
a9cbc6
- Update brings in a fixed version of the REL_DIAL patch for #869065
a9cbc6
a9cbc6
* Mon Apr 28 2014 Hans de Goede <hdegoede@redhat.com> - 2.8.99-3.20140417gitae67f64
a9cbc6
- xserver 1.15.99-20140428 git snapshot ABI rebuild
a9cbc6
- Map REL_DIAL to horizontal scrolling (bfdo#73105, rhbz#869065)
a9cbc6
a9cbc6
* Tue Apr 22 2014 Peter Hutterer <peter.hutterer@redhat.com> 2.8.99-2.20140417gitae67f64
a9cbc6
- Bump the xorg-x11-drv-keyboard obsoletes, I missed a few rebuilds there
a9cbc6
a9cbc6
* Tue Apr 22 2014 Peter Hutterer <peter.hutterer@redhat.com> 2.8.99-1.20140417gitae67f64
a9cbc6
- Obsolete xorg-x11-drv-mouse and xorg-x11-drv-keyboard
a9cbc6
a9cbc6
* Thu Apr 17 2014 Hans de Goede <hdegoede@redhat.com> - 2.8.99-0.1.20140417gitae67f64
a9cbc6
- Update to current git for server managed fd support
a9cbc6
- Rebuild for xserver 1.15.99.902
a9cbc6
a9cbc6
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> - 2.8.2-6
a9cbc6
- 1.15 ABI rebuild
a9cbc6
a9cbc6
* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> - 2.8.2-5
a9cbc6
- 1.15RC4 ABI rebuild
a9cbc6
a9cbc6
* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> - 2.8.2-4
a9cbc6
- 1.15RC2 ABI rebuild
a9cbc6
a9cbc6
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 2.8.2-3
a9cbc6
- 1.15RC1 ABI rebuild
a9cbc6
a9cbc6
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 2.8.2-2
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Mon Oct 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8.2-1
a9cbc6
- evdev 2.8.2
a9cbc6
a9cbc6
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-3
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a9cbc6
a9cbc6
* Fri Jul 12 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8.1-2
a9cbc6
- Fix changelog - 'percent signs in specfile changelog should be escaped'
a9cbc6
a9cbc6
* Thu Jul 11 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8.1-1
a9cbc6
- evdev 2.8.1
a9cbc6
a9cbc6
* Mon Apr 15 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8.0-3
a9cbc6
- With the patch file
a9cbc6
a9cbc6
* Mon Apr 15 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8.0-2
a9cbc6
- Add option Type name to auto-assign XI_TRACKBALL
a9cbc6
a9cbc6
* Tue Mar 26 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.8.0-1
a9cbc6
- evdev 2.8.0
a9cbc6
a9cbc6
* Tue Mar 19 2013 Adam Jackson <ajax@redhat.com> 2.7.99-6.20130214gitc085c8b6c
a9cbc6
- Less RHEL customization
a9cbc6
a9cbc6
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.7.99-5.20130214gitc085c8b6c
a9cbc6
- require xorg-x11-server-devel, not -sdk
a9cbc6
a9cbc6
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.7.99-4.20130214gitc085c8b6c
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.7.99-3.20130214gitc085c8b6c
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 2.7.99-2.20130214gitc085c8b6c
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Thu Feb 14 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.7.99-1.20130214gitc085c8b6c
a9cbc6
- Today's git snapshot
a9cbc6
a9cbc6
* Mon Jan 14 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.7.3-5
a9cbc6
- Fix device rotation through SwapAxes/Invert{X|Y} for touch devices
a9cbc6
a9cbc6
* Thu Jan 10 2013 Adam Jackson <ajax@redhat.com> - 2.7.3-4
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Tue Jan 08 2013 Peter Hutterer <peter.hutterer@redhat.com> 2.7.3-3
a9cbc6
- Ignore joysticks with MT axes
a9cbc6
a9cbc6
* Wed Oct 31 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.3-2
a9cbc6
- Fix {?dist} tag
a9cbc6
a9cbc6
* Mon Aug 13 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.3-1
a9cbc6
- evdev 2.7.3
a9cbc6
a9cbc6
* Wed Aug 08 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.2-6
a9cbc6
- Fix broken ButtonMapping option (regression in 2.7.2)
a9cbc6
a9cbc6
* Mon Aug 06 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.2-5
a9cbc6
- Drop libxkbfile-devel BuildRequires, not needed anymore
a9cbc6
a9cbc6
* Sat Aug 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.2-4
a9cbc6
- Force autoreconf to avoid spurious libtool errors
a9cbc6
a9cbc6
* Sat Aug 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.2-3
a9cbc6
- Don't delete the device on ENODEV to avoid free in signal handler
a9cbc6
a9cbc6
* Sat Aug 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.2-2
a9cbc6
- Add missing changelog message.
a9cbc6
a9cbc6
* Sat Aug 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.2-1
a9cbc6
- evdev 2.7.2
a9cbc6
a9cbc6
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.0-6.20120718gitf5ede9808
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a9cbc6
a9cbc6
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 2.7.0-5.20120718gitf5ede9808
a9cbc6
- git snapshot evdev, for ABI rebuild
a9cbc6
a9cbc6
* Wed Jul 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.0-4
a9cbc6
- Don't leak mtdev data
a9cbc6
a9cbc6
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 2.7.0-3
a9cbc6
- RHEL arch exclude updates
a9cbc6
a9cbc6
* Tue Mar 27 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.0-2
a9cbc6
- Fix inverted horizontal scroll
a9cbc6
- Fix broken scroll wheels on QEMU tablets (#805902)
a9cbc6
a9cbc6
* Wed Mar 07 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.7.0-1
a9cbc6
- evdev 2.7.0
a9cbc6
a9cbc6
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.6.99.901-9.20120118git9d9c9870c
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Fri Feb 10 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.6.99.901-8.20120118git9d9c9870c
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Wed Jan 25 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99.901-7.20120118git9d9c9870c
a9cbc6
- only force relative x/y to exists if we don't have ABS_X/Y (#784391) 
a9cbc6
a9cbc6
* Mon Jan 23 2012 Peter Hutterer <peter.hutterer@redhat.com> - 2.6.99.901-6.20120118git9d9c9870c
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Wed Jan 18 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99.901-5.20120118git9d9c9870c
a9cbc6
- Update to new git snapshot, includes the two patches now
a9cbc6
a9cbc6
* Thu Jan 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99.901-4.20120103git965338e9d
a9cbc6
- Fix axis labelling and single-axis relative devices
a9cbc6
a9cbc6
* Wed Jan 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99.901-3.20120103git965338e9d
a9cbc6
- Add mtdev as dependency
a9cbc6
a9cbc6
* Tue Jan 03 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99.901-2.20120103git965338e9d
a9cbc6
- Another snapshot, this time with the right udev dependency
a9cbc6
a9cbc6
* Tue Jan 03 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99.901-1.20120103git009ac94a8
a9cbc6
- 2.6.99.901 from git
a9cbc6
a9cbc6
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> - 2.6.99-4.20111110gita9cdb6590
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Thu Nov 10 2011 Adam Williamson <awilliam@redhat.com> - 2.6.99-3.20111110gita9cdb6590
a9cbc6
- latest git again to fix bad breakage in last snapshot
a9cbc6
a9cbc6
* Wed Nov 09 2011 ajax <ajax@redhat.com> - 2.6.99-2.20111109git745fca03a
a9cbc6
- ABI rebuild
a9cbc6
a9cbc6
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com>  2.6.99-1.20111109git745fca03a
a9cbc6
- Today's git snapshot
a9cbc6
a9cbc6
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> - 2.6.99-3.20110601giteaf202531
a9cbc6
- Rebuild for xserver 1.11 ABI
a9cbc6
a9cbc6
* Mon Aug 01 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99-2.20110601giteaf202531
a9cbc6
- devel package requires pkg-config.
a9cbc6
a9cbc6
* Thu Jul 07 2011 Peter Hutterer <peter.hutterer@redhat.com>
a9cbc6
- Build verbose, with smp_mflags
a9cbc6
a9cbc6
* Wed Jun 01 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.6.99-1.20110601giteaf202531
a9cbc6
- Today's snapshot from git
a9cbc6
a9cbc6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-2
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a9cbc6
a9cbc6
* Tue Jan 11 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.6.0-1
a9cbc6
- evdev 2.6.0
a9cbc6
a9cbc6
* Wed Jan 05 2011 Peter Hutterer <peter.hutterer@redhat.com> 2.5.99.903-1.20110105git540a4cce9
a9cbc6
- evdev 2.6RC3 snapshot from git
a9cbc6
a9cbc6
* Wed Dec 08 2010 Peter Hutterer <peter.hutterer@redhat.com> 2.5.99.902-1.20101208git1c5ad6f8a
a9cbc6
- evdev 2.6RC1 snapshot from git
a9cbc6
a9cbc6
* Thu Nov 25 2010 Peter Hutterer <peter.hutterer@redhat.com> - 2.5.99.901-2.20101122
a9cbc6
- Rebuild for server 1.10
a9cbc6
a9cbc6
* Mon Nov 22 2010 Peter Hutterer <peter.hutterer@redhat.com> 2.5.99.901-1
a9cbc6
- evdev 2.6RC1 snapshot from git
a9cbc6
a9cbc6
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 2.5.0-2
a9cbc6
- Add ABI requires magic. (#542742)
a9cbc6
a9cbc6
* Mon Aug 23 2010 Peter Hutterer <peter.hutterer@redhat.com> 2.5.0-1
a9cbc6
- evdev 2.5.0 from git
a9cbc6
a9cbc6
* Mon Aug 23 2010 Peter Hutterer <peter.hutterer@redhat.com>
a9cbc6
- automatically use git sources if gitdate is defined
a9cbc6
a9cbc6
* Thu Aug 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 2.4.99.901-1.20100819
a9cbc6
- evdev 2.4.99.901 from git
a9cbc6
a9cbc6
* Thu Jul 08 2010 Adam Jackson <ajax@redhat.com> 2.4.0-3
a9cbc6
- Package COPYING.
a9cbc6
a9cbc6
* Mon Jul 05 2010 Peter Hutterer <peter.hutterer@redhat.com> - 2.4.0-2.20100406
a9cbc6
- rebuild for X Server 1.9
a9cbc6
a9cbc6
* Tue Apr 06 2010 Peter Hutterer <peter.hutterer@redhat.com> 2.4.0-1.20100406
a9cbc6
- evdev 2.4.0, built from git.
a9cbc6
a9cbc6
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> - 2.3.99-2.20100108
a9cbc6
- Rebuild for server 1.8
a9cbc6
a9cbc6
* Fri Jan 08 2010 Peter Hutterer <peter.hutterer@redhat.com> 2.3.99-1.20100108
a9cbc6
- Update to current git
a9cbc6
a9cbc6
* Wed Jan 06 2010 Peter Hutterer <peter.hutterer@redhat.com> 2.3.0-1
a9cbc6
- evdev 2.3.0
a9cbc6
- BuildRequires xorg-x11-util-macros 1.3.0
a9cbc6
- Fix tab/spaces mix in spec file.
a9cbc6
- Use global instead of define.
a9cbc6
a9cbc6
* Thu Oct 08 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99.2-1
a9cbc6
- evdev 2.2.99.2
a9cbc6
a9cbc6
* Wed Sep 23 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99-8.20090923
a9cbc6
- Update to today's git master (fixes wheel emulation)
a9cbc6
a9cbc6
* Wed Sep 09 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99-7.20090909
a9cbc6
- Update to today's git master
a9cbc6
a9cbc6
* Fri Aug 14 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99-6.20090814
a9cbc6
- Update to today's git master
a9cbc6
a9cbc6
* Thu Jul 30 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99-5.20090730
a9cbc6
- Update to today's git master
a9cbc6
a9cbc6
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.99-4.20090629.1
a9cbc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a9cbc6
a9cbc6
* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> - 2.2.99-3.20090629.1
a9cbc6
- ABI bump
a9cbc6
a9cbc6
* Thu Jul 09 2009 Adam Jackson <ajax@redhat.com> 2.2.99-3.20090629
a9cbc6
- Fix EVR inversion, 1.20090629 < 2.20090619
a9cbc6
a9cbc6
* Mon Jun 29 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99-1.20090629
a9cbc6
- Update to today's git master
a9cbc6
- Add commitid file with git's sha1.
a9cbc6
a9cbc6
* Fri Jun 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99-2.20090619
a9cbc6
- rebuild for server ABI 7
a9cbc6
a9cbc6
* Fri Jun 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99-1.20090619
a9cbc6
- Update to today's git master
a9cbc6
a9cbc6
* Thu May 21 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.99-1.20090521
a9cbc6
- Update to today's git master
a9cbc6
a9cbc6
* Thu May 07 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.2-1
a9cbc6
- evdev 2.2.2
a9cbc6
a9cbc6
* Mon Apr 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.1-2
a9cbc6
- evdev-2.2.1-read-deadlock.patch: handle read errors on len <= 0 (#494245)
a9cbc6
a9cbc6
* Tue Mar 24 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.1-1
a9cbc6
- evdev 2.2.1 
a9cbc6
a9cbc6
* Mon Mar 09 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.2.0-1
a9cbc6
- evdev 2.2.0
a9cbc6
a9cbc6
* Mon Mar 02 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.1.99.1-1
a9cbc6
- evdev 2.2 snapshot 1
a9cbc6
a9cbc6
* Thu Feb 26 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.1.99.2.20090226
a9cbc6
- Update to today's git master.
a9cbc6
a9cbc6
* Thu Feb 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.1.99-1.20090219
a9cbc6
- Update to today's git master.
a9cbc6
a9cbc6
* Thu Feb 19 2009 Peter Hutterer <peter.hutterer@redhat.com>
a9cbc6
- purge obsolete patches.
a9cbc6
a9cbc6
* Tue Feb 17 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.1.3-1
a9cbc6
- evdev 2.1.3
a9cbc6
a9cbc6
* Mon Feb 02 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.1.2-1
a9cbc6
- evdev 2.1.2
a9cbc6
a9cbc6
* Tue Jan 13 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.1.1-1
a9cbc6
- evdev 2.1.1
a9cbc6
- update Requires to 1.5.99.1 to make sure the ABI is right.
a9cbc6
a9cbc6
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 2.1.0-3
a9cbc6
- Rebuild again - latest tag wasn't in buildroot
a9cbc6
a9cbc6
* Mon Dec 22 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.1.0-2
a9cbc6
- Rebuild for server 1.6.
a9cbc6
a9cbc6
* Wed Nov 19 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.1.0-1
a9cbc6
- evdev 2.1.0
a9cbc6
a9cbc6
* Tue Nov 4 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.99.3-1
a9cbc6
- evdev 2.0.99.3 (evdev 2.1 RC 3)
a9cbc6
a9cbc6
* Fri Oct 24 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.99.2-1
a9cbc6
- evdev 2.0.99.2 (evdev 2.1 RC 2)
a9cbc6
a9cbc6
* Fri Oct 17 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.99.1-1
a9cbc6
- evdev 2.0.99.1 (evdev 2.1 RC 1)
a9cbc6
- Upstream change now requires libxkbfile-devel to build.
a9cbc6
a9cbc6
* Mon Oct 13 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.99-1
a9cbc6
- Today's git snapshot.
a9cbc6
- Require xkeyboard-config 1.4 and higher for evdev ruleset.
a9cbc6
- Provide devel subpackage for evdev header files.
a9cbc6
a9cbc6
* Fri Oct 3 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.6-1
a9cbc6
- update to 2.0.6
a9cbc6
- remove patches merged upstream.
a9cbc6
a9cbc6
* Fri Sep 12 2008 Adam Jackson <ajax@redhat.com> 2.0.4-3
a9cbc6
- evdev-2.0.4-reopen-device.patch: When arming the reopen timer, stash it in
a9cbc6
  the driver private, and explicitly cancel it if the server decides to
a9cbc6
  close the device for real.
a9cbc6
- evdev-2.0.4-cache-info.patch: Rebase to account for same.
a9cbc6
a9cbc6
* Thu Aug 28 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.4-2
a9cbc6
- evdev-2.0.4-reopen-device.patch: try to reopen devices if a read error
a9cbc6
  occurs on the fd.
a9cbc6
- evdev-2.0.4-cache-info.patch: cache device info to ensure reopened device
a9cbc6
  isn't different to previous one.
a9cbc6
a9cbc6
* Mon Aug 25 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.4-1
a9cbc6
- evdev 2.0.4
a9cbc6
a9cbc6
* Fri Aug 1 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.3-1
a9cbc6
- evdev 2.0.3
a9cbc6
a9cbc6
* Mon Jul 21 2008 Peter Hutterer <peter.hutterer@redhat.com> 2.0.2-1
a9cbc6
- evdev 2.0.2
a9cbc6
a9cbc6
* Fri Mar 14 2008 Adam Jackson <ajax@redhat.com> 1.99.1-0.5
a9cbc6
- Today's snapshot.  Maps REL_DIAL to REL_HWHEEL.
a9cbc6
a9cbc6
* Wed Mar 12 2008 Adam Jackson <ajax@redhat.com> 1.99.1-0.4
a9cbc6
- Today's snapshot.  Fixes mouse button repeat bug, and therefore Apple
a9cbc6
  Mighty Mice are usable.  Props to jkeating for the hardware.
a9cbc6
a9cbc6
* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 1.99.1-0.3
a9cbc6
- Today's snapshot.  Fixes right/middle button swap hilarity.
a9cbc6
a9cbc6
* Mon Mar 10 2008 Adam Jackson <ajax@redhat.com> 1.99.1-0.2
a9cbc6
- Updated snapshot, minor bug fixes.
a9cbc6
a9cbc6
* Fri Mar 07 2008 Adam Jackson <ajax@redhat.com> 1.99.1-0.1
a9cbc6
- evdev 2.0 git snapshot
a9cbc6
a9cbc6
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.0-2
a9cbc6
- Autorebuild for GCC 4.3
a9cbc6
a9cbc6
* Tue Nov 27 2007 Adam Jackson <ajax@redhat.com> 1.2.0-1
a9cbc6
- xf86-input-evdev 1.2.0
a9cbc6
a9cbc6
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.1.2-5
a9cbc6
- Rebuild for PPC toolchain bug
a9cbc6
a9cbc6
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.2-4
a9cbc6
- Update Requires and BuildRequires.  Disown the module directories.
a9cbc6
a9cbc6
* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.2-3
a9cbc6
- ExclusiveArch -> ExcludeArch
a9cbc6
a9cbc6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
a9cbc6
- rebuild
a9cbc6
a9cbc6
* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.2-2
a9cbc6
- Build on ppc64
a9cbc6
a9cbc6
* Mon Jun 05 2006 Adam Jackson <ajackson@redhat.com> 1.1.2-1
a9cbc6
- Update to 1.1.2 + CVS fixes.
a9cbc6
a9cbc6
* Mon Apr 10 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
a9cbc6
- Work around header pollution on ia64, re-add to arch list.
a9cbc6
a9cbc6
* Mon Apr 10 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
a9cbc6
- Disable on ia64 until build issues are sorted.
a9cbc6
a9cbc6
* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
a9cbc6
- Update to 1.1.0 from 7.1RC1.
a9cbc6
a9cbc6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.5-1.2
a9cbc6
- bump again for double-long bug on ppc(64)
a9cbc6
a9cbc6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.5-1.1
a9cbc6
- rebuilt for new gcc4.1 snapshot and glibc changes
a9cbc6
a9cbc6
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.0.5-1
a9cbc6
- Updated xorg-x11-drv-evdev to version 1.0.0.5 from X11R7.0
a9cbc6
a9cbc6
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.4-1
a9cbc6
- Updated xorg-x11-drv-evdev to version 1.0.0.4 from X11R7 RC4
a9cbc6
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
a9cbc6
a9cbc6
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.2-1
a9cbc6
- Updated xorg-x11-drv-evdev to version 1.0.0.2 from X11R7 RC2
a9cbc6
a9cbc6
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
a9cbc6
- Updated xorg-x11-drv-evdev to version 1.0.0.1 from X11R7 RC1
a9cbc6
- Fix *.la file removal.
a9cbc6
a9cbc6
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
a9cbc6
- Initial spec file for evdev input driver generated automatically
a9cbc6
  by my xorg-driverspecgen script.